The MASM Forum

Projects => ObjAsm => Topic started by: Biterider on September 19, 2022, 02:33:59 AM

Title: DebugCenter Upgrade to Version 2.2.0
Post by: Biterider on September 19, 2022, 02:33:59 AM
Hi
I added some management commands to the debug macros to better control the behavior of DebugCenter, now version 2.2.0.
I also added an automatic background color adjustment and a new color model that switches the predefined colors according to the debugee "high contrast" configuration and the debug device.
The new management macros are: 
and the background color customization macros are:

Due to some internal changes, previous applications using the older macros will need to be recompiled.
Since the purpose is to debug an application, this shouldn't be a big deal.  :rolleyes:

Biterider
Title: Re: DebugCenter Upgrade to Version 2.2.0
Post by: Biterider on September 24, 2022, 03:59:17 PM
Hi
Last minute addition to Version 2.2: DbgCloseWnd.
Add this command at the end of your code to close Debug Center when the debugee exits.

Biterider