
Extremely Active Member
     
Group: Members
Posts: 165
Member No.: 10778
Joined: 2-August 08

|
Hi Avid!
Sorry, I can not help you with line numbers
I am using WinAsm for programming in MASM and FASM
I have set up WinAsm-MASM with WinDbg :
Tools->Options->Miscellaneous->External Debugger: C:\Program Files\Debugging Tools for Windows\windbg.exe
Project->Properties->Debug: Asemble: /Zi /c /coff /Cp /nologo Link: /SUBSYSTEM:WINDOWS /DEBUG /DEBUGTYPE:CV /VERSION:1.0 /INCREMENTAL:YES
To start the debugger use WinAsm menu command Make->Debug, then use WinDbg command "Breakpoints" in Edit menu and set up the break points by entering names of subroutines you want to debug as I already mentioned
regards
|