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 Freiman On Fri, Aug 22, 2008 at 9:43 PM, windsail05 <[EMAIL PROTECTED]> wrote: > 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 triggered? > > >

