Hi All,

I wrote:

 >> As far as I can see there's no way to set a breakpoint once I've 
started debugging.

Franck de Bruijn replied:

 > Click the row in which you would like to have a breakpoint and
 > press CTRL-SHIFT-B, or use Run-Toggle Breakpoint from the menu.

First of all, thanks Franck. But it looks as though I was asking the 
wrong question. I've now refined it a bit. Best conveyed by an example:

1. I set a breakpoint in a LinkButton's onClick property 
(click="currentState='Foo'")

2. I start debugging, click the LinkButton, and the debugger stops at 
the breakpoint

3. I can set breakpoints in my code

3. I step into the mx.core::UIComponent/set currentState method

4. Once I'm there I find that I can set no breakpoints

Why is this? Why can't I set breakpoints in Adobe's code?

Now I just noticed that I can't do this even when the debugger isn't 
running...  So the subject of this thread should have been "Setting 
breakpoints in Adobe's code?"

Douglas



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to