Linking debug information into a Module
Dave Brown (29) 18 posts |
Hi all, Is anyone aware of any way to link debug information to a Module using the ROOL/Castle link tool? I’m aware that there aren’t currently any tools that can make use of this information but actually getting the information into the file would be a good start. Currently if I pass the -Debug switch (and -map) to the linker it displays a layout that seems reasonable (all debug sections at the end of the file) but then the debugger reports a serious error and deletes the ‘garbage’ output file. Thanks for your time, Dave |