Re: [flexcoders] breakpoints not being triggered

2008-08-25 Thread Daniel Freiman
Is the debugger even attaching correctly? To check: start your app in debug mode. Go into Flex Builder when the app is already running and try to pause it. If you can't pause it because the debugger is already stopped, then the debugger never attached the application correctly. - Daniel

[flexcoders] breakpoints not being triggered

2008-08-22 Thread windsail05
when I run my application in debug mode, the breakpoints are never triggered. I tried putting a breakpoint in a function that was executed on completion (init()) and Flex would still not stop at the breakpoint. Is there a setting for this somewhere, or a reason for why a breakpoint would not be

Re: [flexcoders] breakpoints not being triggered

2008-08-22 Thread Sherif Abdou
Sent: Friday, August 22, 2008 8:43 PM Subject: [flexcoders] breakpoints not being triggered when I run my application in debug mode, the breakpoints are never triggered. I tried putting a breakpoint in a function that was executed on completion (init()) and Flex would still not stop