I'm not quite sure if I understand the question, but fcsh's "mxmlc"
command supports the "-debug" option, just like mxmlc.exe does.  So to
compile a debug swf:

C:\> fcsh
(fcsh) mxmlc -debug MyApp.mxml
...
(fcsh) quit

Then, just debug it with fdb in the usual way:

C:\> fdb MyApp.swf

Does that help?

- Mike


--- In [email protected], "Mikhail Shevchuk"
<[EMAIL PROTECTED]> wrote:
>
> Hello, group.
> 
> If I compile app using FB, I got a special debug version of it, how
can I
> get the same thing without FB, just in usual Flex SDK?
> When I use fdb - it just displays a blank player's window.
> 
> -- 
> A vivid and creative mind characterizes you.
>


Reply via email to