Log in

View Full Version : comments from sources


t4b
February 13th, 2006, 12:07
Is it possible to load sources and see comments in OllyDbg?

i have written some code in asm and commented it. But then i need to debug it and i use OllyDbg. But without comments it's very difficult to understand my own code.

blabberer
February 14th, 2006, 09:11
assemble it with debug info /zi or some switch search this board with google site search viz sitellydbg.win32asmcommunity.net /zi debug info
and then use ctrl+f5 or view source

t4b
February 14th, 2006, 12:47
many many thanks!!! It works fine!! I had just deleted all the info-files))
and now i ran the compilation without to delete all the info-files.

thanks!!