IntelliJ idea ultimate full version debug problem
Hi
I am having problem debugging in IntelliJ idea ultimate 1.3.5 on lubuntu.My program run well but when I used the debug mode it says
Disconnected from target vm blah blah
Can anyone help?Is that a bug?
Thanks in advance.
Please sign in to leave a comment.
Hello.
This is a usual message meaning that debugger session is successfully completed meeting no more breakpoints. Do you think your breakpoint is not hit?
Regards,
Alexander.
I actually place a breakpoint so that I can debug my program.But I got the message as stated above.So I can't debug.
Is that a Java source or a different language?
Am I correct that IDEA version is actually 13.1.5?
Thanks,
Alexander.
Yeah its java source code. And yeah I think it is 13.1.5. Why ask?is there a problem with this version?
This should work. If a breakpoint is set, but debugger ignores it, it may mean that compiled code (which is executed) does not match the source code. E.g. the source has been changed after.
Do you debug a regular main() method, or, say, a web application?
Thanks,
Alexander.