NeilJiang
NeilJiang

Reputation: 223

How to use Flash Builder to debug swf which is generated by command line mxmlc

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.

Upvotes: 1

Views: 317

Answers (1)

user1640277
user1640277

Reputation:

You can use an external debugger for debugging.A good one is Monster Debugger which is easy yo use and has many options to debugg your swf file.

Upvotes: 4

Related Questions