Author Topic: debugging !!  (Read 16409 times)

nobody

  • Guest
debugging !!
« on: June 11, 2007, 06:40:42 PM »
Hello,
        Can someone please tell me where to find a debugger i can use in realmode for nasm code ?
regards, steveUK

nobody

  • Guest
Re: debugging !!
« Reply #1 on: June 11, 2007, 06:53:36 PM »
DOS comes with DEBUG.

Also, both MASM and TASM include a debugger.

And then there is google.com, which will let you find more.  :)

nobody

  • Guest
Re: debugging !!
« Reply #2 on: June 11, 2007, 10:20:38 PM »
Hi Steve,

I used to be fond of David Lindauer's "Get Real Debugger":

http://members.tripod.com/~ladsoft/grdb.htm

"Like DEBUG, only smarter!"

Best,
Frank

nobody

  • Guest
Re: debugging !!
« Reply #3 on: June 12, 2007, 10:27:10 AM »
Hello,
       If i want to compile my nasm file (mine.asm), into a .com executable, i type the following :
             nasm -o mine.com mine.asm
However, what do i add into this line, if at all possible, to get debug-info so as i can use the ms-codeview debugger ?
I have read the nasm.doc but i am only a beginner and it's not all clear to me as yet !
Regards, steveUK