Ahhh gdb, near and dear to my heart. Ok. So can I run a Cairngorm app through fdb?
-Douglass --- In [email protected], Eric Anderson <[EMAIL PROTECTED]> wrote: > Douglass, > > I'm jumping into this thread a little late, but have you seen this DevNet > article on configuring FDB and running the command line debugger? > > http://www.macromedia.com/devnet/flex/articles/client_debug_08.html > > Using the debug=true in your URL actually tells the Flex compiler to produce > a debug version of the SWF (which creates a SWD file with debug symbols). > You then need to use a debugger (either Flex Builder or FDB) to debug the > application > > If you're familiar with gdb, fdb should be pretty easy to use.

