[Migrated content. Thread originally posted on 03 January 2006]
Hello and a happy new year to everyone!I have a problem that if someone could solve one would really help me save a lot of time. I accidentally lost a program during
a backup/restore process. I lost my source files but my compiled file is still intact.
My last compile was in debug mode so all the code is visible through the debugger in debug mode (i start in debug mode through another program that calls the other with the lost source files). So i can start typing line by line everything and restore the whole program!
The problem is that i cant copy paste from the debugger window and through wordpad i see a lot of garbage between the lines of code.Is there a way to copy-paste lines of code from the debugger? Is there another tool that can accomplish that (copy source from a compiled file)?