Since this question ...
Eclipse does not stop at breakpoints
... deals with eclipse and CFBuilder is based on eclipse, I thought it might be useful. One of the points mentioned here was to stop the server and redeploy the application: (
My question is this: if CFBuilder (I use v 1.0) does not stop at breakpoints, or if it gets the li'l badge icon above the breakpoint when it is installed, how to fix it without restarting the server. Restarting fixes the problem in about 95% of cases, but it takes several minutes (slow / old machine).
Is there a way to reconfigure without restarting or another quick fix so that my workflow does not interrupt? It is crazy to reboot the server just to debug my code.
For reference, this is remote debugging, since it comes from the server on the wings of an HTTP request.
Additional information The
menu "Project" has the following selection for me:
- Build all
- Assembly project
- Clean ...
- and select "Work Set ..." (in the "Work Collection" section)
source
share