View Full Version : Source Window
jmachine
January 30th, 2005, 20:47
Can you step through the source file with this deguger?
When I bring up the source window it is alwys blank.
How do I see the source file?
Jim
blabberer
January 31st, 2005, 04:13
have you compiled it with debug info or do you have the .pdb or .dbg file in the executables directory ??? and is the source file in same directory as the executable if your answer is yes to both of the above question olly should be able to load your source without any problems
use ctrl+f5 to view sourc in olly dbg
you can right click and select view in disassembler from source window
or view source from disassembler window
or use view ---> source files for a list of source files that are availabel
on your project
Source files
Module Source Source path
cout COUT.CPP C:\Borland\testwin\cout.cpp
cout OSTREAM.H c:\Borland\Bcc55\include\ostream.h
jmachine
January 31st, 2005, 13:30
Thanks. I will check for the files in the directory when I get home. I know I have the .pdb file for sure I use the -Zi option with the assembler-MASM. BTY, I am debugging assembly languaage programs so I'm not sure there is a .dbg file.
Jim
Powered by vBulletin® Version 4.2.2 Copyright © 2018 vBulletin Solutions, Inc. All rights reserved.