The MASM Forum Archive 2004 to 2012

Specialised Projects => Pelle's Macro Assembler Development => Topic started by: shankle on May 07, 2006, 12:50:34 PM

Title: symbolic debugger
Post by: shankle on May 07, 2006, 12:50:34 PM
Just curious. Do you have a symbolic debugger for your new Assembler?
JPS
Title: Re: symbolic debugger
Post by: Vortex on May 07, 2006, 03:43:27 PM
Build your project with the following options:

\poasm\bin\poasm /AIA32 /Zi Dialog.asm
\poasm\bin\polink /SUBSYSTEM:WINDOWS /DEBUG /DEBUGTYPE:CV Dialog.obj


Run Poide coming with Pelles C compiler package and from the File menu, open Dialog.exe After, in the Projet menu, select Debug

[attachment deleted by admin]