No, debugging of compiled code is not supported. In order to trace the execution of a program, you have to consult the program. Consulted programs are much slower and consume much more space than their compiled code. If your program is big, you may have to split your program into several files and consult only the ones you want to debug.
Neng-Fa Zhou
2012-01-03