I use command line to make swf from flex project.
mxmlc -debug=true src\Main.mxml -output bin-debug\Main.swf
I can use fdb
to debug the generated Main.swf, but how to use Flash Builder to debug it?
The reason I donot use Flash Builder to build swf is that Flash Builder crashes ever now and then.