still having problems - breakpoint is invalid source code changed
After spending another day recreating my project, I am still having problems debuging my source code. I have 2 webapps configured and they are building correctly. I can use the webapp now so I know the deployment is correct.
I am still getting the message "breakpoint is invalid source code changed" when I try to debug even though I havent changed any code (I was spending my time configuring Idea!) . When I look at the deployed webapps however, I only see one of the webapps. The other one is not listed when I debug. I found the debug config panel(Run/Debug Configurations) has only the one webapp deployed. Why? Idea is deploying the missing webapp correctly but does not show it in the Deployment list. I think this is why I cannot debug.
I have recreated the project, webapp, modules etc. I have restarted Idea, PC, Friends pc (just in case) but still no go. Is there a bug with reusing my tomcat config? Should I restart/rebuild it?
thanks,
Mike
Please sign in to leave a comment.
Hi,
If one web module depends on another then it should not get deployed, is
it the case?
mcrusty wrote:
--
Maxim Mossienko
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Yes. The working webapp is dependant on the missing webapp. If I change to use libraries instead, I can't debug. I have also noticed a considerable slowdown in Idea since using the depandant webapp. It's the only way I have been able to debug both webapps shared code though.
I have 1.2 gigs of ram on a p4 and am experiancing large pauses between code changes - mainly when I copy and paste lines of code or the editor gains focus. I have bumped Idea's memory max setting via the .lax to 340 megs.