For many of my Flash Builder projects (4.0, 4.5, or 4.6), after some time, the Flash Builder debugger begins to ignore the breakpoints that I placed. When this happens, breakpoints are displayed as a blue dot, not a blue dot with a check mark on it.
All the new breakpoints that I place after the start of swf work.
I suspect this is because I am attaching a debugger to swf running on the server. In the Run / Debug parameters, the URL is "http: // localhost / xxxxx" instead of a direct link to swf.
As I mentioned, this does not always happen. Sometimes the breakpoints that I set a few hours ago start to work.
This is especially annoying when I want to stop at a breakpoint during initialization.
Does anyone know what causes this and how to get around it?
Thank.
source
share