Re: MASM question...
- From: Jerry Coffin <spamtrap@xxxxxxxxxx>
- Date: Sun, 23 Apr 2006 23:12:11 -0600
In article <uqGdnfrPJZan1NHZRVn-gQ@xxxxxxxxxxxxx>,
spamtrap@xxxxxxxxxx says...
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.
If memory serves, a comment like:
; Line 10
You'll probably also want:
; File C:\wherever\file_name
--
Later,
Jerry.
The universe is a figment of its own imagination.
.
- Follow-Ups:
- Re: MASM question...
- From: Jeff Roberts
- Re: MASM question...
- References:
- MASM question...
- From: Jeff Roberts
- MASM question...
- Prev by Date: Re: Couple ?s
- Next by Date: Re: MASM question...
- Previous by thread: MASM question...
- Next by thread: Re: MASM question...
- Index(es):
Relevant Pages
|