Log in

View Full Version : Debugging with symbols: missing text of instructio


MazeGen
November 24th, 2003, 10:19
Hi all,
I have a problem while debugging with symbols: All is working fine until jump is performed into included code (with using MASM's "include file.asm". I can see only a right name of included file, also a line number, but I can't see a text-of-source-instruction itself and, additionally, Ctrl+F5 is not working.

Can anybody solve this? Or is it a bug? Thanks!

MazeGen
November 24th, 2003, 12:48
Oh I got it, the problem lies in included file, which is not in the same directory as main file. Well, I have to figure out how to master it yet...

MazeGen
November 28th, 2003, 21:56
I've tried a few things, read help file, scanned this forum, but I can't figure it out - still have the problem above.
It is not possible to copy all necessary files into one directory, since my project becomes very extensive - I use special directory for testing finished code, and I need to link different files from different directories, with using "include file.asm".
Please help...