Since this question...
Eclipse doesn't stop at breakpoints
...deals with eclipse itself and CFBuilder is eclipse based, I thought it might be helpful. One of the comments there mentioned stopping the server and redeploying the app :(
My question is this: if CFBuilder (I'm using v 1.0) doesn't stop on breakpoints, or if it gets a li'l question mark icon over the breakpoint when it's set, how do I fix this Without Restarting The Server. Restarting fixes the issue about 95% of the time, but it takes a few minutes (slow/old machine).
Is there a way to redeploy w/o restarting, or another quick fix so that my workflow doesn't get interrupted? It's maddening to have to restart the server just to debug my code.
For reference, this is remote debugging, since it's coming from the server on the wings of an HTTP request.
Some additional info The Project menu has the following grayed out for me:
- Build All
- Build Project
- Clean...
- and Select Working Set... (under Build Working Set)