Debug / VM disconnect
Has anyone noticed a problem with the debugger losing synch with the state of the running VMs?
When I run an app under the debugger, and it exits, the newer EAP builds (not tried 2072 yet) seem to be unaware of the applications exit. If I forcibly kill the program using the Red X icon, although IDEA thinks the process has exited at that point, the next time I try and run the app, I get the "Reload changed classes?" dialog, whichi makes me think that IDEA thinks that the process is still running, which it isnt.
This issue popped up in the 205x EAP build (cant remember the full build #), and is still present in 2061.
Solaris 8, JRE 1.4.2_04, IDEA Build 2061
Nick
请先登录再写评论。
Nick Pratt wrote:
Yes - among several debugging problems - the debugger 'losing' the
current stackframe, for example.
CU,
Edwin
Ditto -- alt-f10 seems to bring back the current stack frame, but I have to have focus in the debugging tab for even that to work.
Also, in the latest build (2079) debugging seems to not accept debugging keys
(F7, F8, ...) unless the debug tab is activated. It used to work in previous
builds.
Anders Wallgren wrote: