fdb

Set a breakpoint at a given line number in Adobe's FDB?

I'm learning the Flex command-line debugger, and I haven't been able to find information on this particular use case. I'd like to add a breakpoint to a specific line in one of my class files. I can add breakpoints at the start of a function in a class, but I can't figure out how to set it at a specific line (e.g. line 117 in Foo.as)? ...

How do you "step into" with fdb.exe?

Hi I'm using FDB.exe now for debugging. The problem is I don't know how to do "step into" with that. There're two command for stepping, "step" and "next", but it all behaves similar to "step over" in a GUI debugger. So is there any good way? Maybe I need to set a break point in the beginning of the function i'm going to step into, conti...

fdb: about what can talk this trace?

[trace] level status [trace] onStatus [trace] code NetStream.Play.Stop [trace] level status [trace] onStatus [trace] code NetStream.Play.Stop [trace] level status [trace] onStatus [trace] code NetStream.Play.Stop [trace] level status [trace] onStatus [trace] code NetStream.Play.Stop [trace] level status [trace] onStatus [trace] code NetS...

fdb always starts in IE

I don't known what happened but fdb.exe now always start debug swf in IE And IE not my default browser! How to return its default behaiviuor? (embeded browser only with swf) ...