Debugging doesn't seem to step properly
Hi all,
I'm trying to switch my Maven2 Spring/Jetty project from Eclipse to Intellij CE. For the most part I have everything working (IntelliJ recognizes packages from other modules, modules compile, etc).
However, when I debug a configuration that runs "mvn jetty:stop clean compile jetty:run" things get weird. The breakpoints I set get hit, but when I try to step (over, in, etc) the debugger doesn't hit the line I expect. For comparison, performing the exact same actions in Eclipse produce the expected behavior.
Any ideas or suggestions as to what I might be doing wrong?
Abhik
Please sign in to leave a comment.
The Run Configuration was using the built in JRE.