Is it possible to debug compiled code?

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 then consult the files that you want to debug.



Neng-Fa Zhou 2013-01-25