Re: MASM question...
- From: spamtrap@xxxxxxxxxx
- Date: Mon, 24 Apr 2006 02:59:03 -0500
On Sun, 23 Apr 2006 20:39:14 -0700, "Jeff Roberts"
<spamtrap@xxxxxxxxxx> wrote:
What is the way to update what MASM is recording to debug info as the
current file and line number? In C, you use the "#line" directive. We use
our own preprocessor, and would like to still be able to step through the
assembly in source form.
There is no way that I know of.
Try having your preprocessor generate the exact same number of output
lines as input lines, commenting out those that have no meaning.
--
ArarghMail604 at [drop the 'http://www.' from ->] http://www.arargh.com
BCET Basic Compiler Page: http://www.arargh.com/basic/index.html
To reply by email, remove the garbage from the reply address.
.
- Follow-Ups:
- Re: MASM question...
- From: Jeff Roberts
- Re: MASM question...
- References:
- MASM question...
- From: Jeff Roberts
- MASM question...
- Prev by Date: Get the FAQs
- Next by Date: FASM "virtual" assembler directive
- Previous by thread: Re: MASM question...
- Next by thread: Re: MASM question...
- Index(es):
Relevant Pages
|