Re: From NASM to Visusal Studio source debugging



On Thu, 29 Sep 2005 22:59:16 +0000 (UTC), "news.cybercity.dk"
<spamtrap@xxxxxxxxxx> wrote:
>I know NASM (and YASM) can produce the required obj
>format (-f win32) but as far as I can tell neither assembler
>will deliver debug info with this format.
>
>(Or am I wrong? Is the debug information required for
>source level debugging present in the format per se? I
>don't think so...)

i know only this and it is enough for me
if n_file.asm is a nasm file
nasmw -f obj n_file.asm
will make n_file.obj
if you have a file main.c
that call functions in n_file.obj
bcc32 -v main.c n_file.obj
(bcc32 is a Borland c compiler)
make the file main.exe
and that file has the debug information
of the name of *each function* and data position
of files main.obj and n_file.obj
(so in the debug program of Borland i can see each function
and data of file n_file.asm )
Do you have need of other debug information? Of what kind?

.



Relevant Pages

  • Re: graphics card problems
    ... are you using the Check methods to make sure that format ... >> what does the debug runtime output say? ...
    (microsoft.public.win32.programmer.directx.managed)
  • Re: Cant create Device
    ... upgrading to the latest version of the DirectX SDK. ... debug and release runtimes just fine. ... format of my backbuffer wasn't matching the desktop format. ... it should be an array of present parameters, but the sample app and the ...
    (microsoft.public.win32.programmer.directx.managed)
  • Re: Moderation update
    ... Programmes in free format languages are often written with indentation ... Or perhaps when you add debug ...
    (uk.religion.christian)
  • Re: debug dll in my device;
    ... I don't need to debug my *manage code*. ... Application c# made is in release format and already distributed in the ce ... Now I running in debug mode the win32 dll in evc++ ... >> these by wrappering classes in visual studio. ...
    (microsoft.public.windowsce.embedded.vc)
  • Re: Creating an MDE
    ... The following lines of code no longer work. ... They did work under the true A2000 format. ... On Debug it says that it can't find the project or library on Error$ ... an mde. ...
    (microsoft.public.access.conversion)