I am looking at what is required for a fast source-level debugger. I think the compiler can generate some debug data (encoded so it's nearly impossible to decompile).
If it is about the same size as a current FLT file,
a. should it go in the FLT file (doubling size)?
b. should it go in a separate file (doubling file clutter!)?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am looking at what is required for a fast source-level debugger. I think the compiler can generate some debug data (encoded so it's nearly impossible to decompile).
If it is about the same size as a current FLT file,
a. should it go in the FLT file (doubling size)?
b. should it go in a separate file (doubling file clutter!)?