The MASM Forum

Projects => ObjAsm => Topic started by: Biterider on January 16, 2023, 03:12:15 AM

Title: DebugCenter
Post by: Biterider on January 16, 2023, 03:12:15 AM
Hi
In most cases where output is required, e.g. for debugging or for displaying some results, then DebugCenter is the preferred tool in an ObjAsm application.
To have this tool at hand, both versions, 32 bit and 64 bit, can be downloaded from the attachment.

The source code is here https://github.com/ObjAsm/ObjAsm-C.2/tree/master/Projects/X/DebugCenter (https://github.com/ObjAsm/ObjAsm-C.2/tree/master/Projects/X/DebugCenter)

Biterider

Title: Re: DebugCenter
Post by: Biterider on September 02, 2023, 04:15:20 AM
Hi
Some minor updates on the download files.

Biterider