The MASM Forum Archive 2004 to 2012

Project Support Forums => PowerBASIC Low Level Code => Archival PowerBASIC Code => Topic started by: noman9607 on April 09, 2006, 08:21:33 PM

Title: Can I insert a debug symbol using inline?
Post by: noman9607 on April 09, 2006, 08:21:33 PM
For some reason the powerbasic debug format is proprietary. I want to insert a "symbol" in the powerbasic executable so the
windbg program can "see" it. The free windows debugger looks pretty impressive to me and it is free. It is a lot better than the debugger that comes with powerbasic. I could also use a disassembler to "see" the symbol. The microsoft site has debug "symbols" you can download. I don't really know what they are.