Display currently executing line of code while SWF runs

Hi,

I would like to know if there is any method in which I can get to know the current “line of code” in AS3 being executed while the swf is running.
I’d like to use it to debug my fullscreen application which runs as an exe with other ms dlls for os-flash communication.

This should be possible, since major IDE’s and even core-flash has breakpoint settings and step over traces. But since I am using an .exe which uses the compiled swf code. Debugging is pretty tough.

Happy Coding