News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

symbolic debugger

Started by shankle, May 07, 2006, 12:50:34 PM

Previous topic - Next topic

shankle

Just curious. Do you have a symbolic debugger for your new Assembler?
JPS
The greatest crime in my country is our Congress

Vortex

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]