Debugging my application swf works fine but when i run my flex unit tests in debug mode the debugger brake but I cant get any other information.
where the stack trace is usually shown i get the following:
For diagnostic purposes stack trace follows: in [my filename].as:[my breakepoint row]
Variables are not available and I can't follow the execution when stepping.
intelliJ version: 12.0.2
flash debugger version: 11,5,502,136
Any information on what I am doing wrong would be very appreciated.