1744.0.1 |
(Windows) Reorganize global memory allocation mechanism for higher efficiency by switching most allocations from global to the process heap. |
|
---|---|---|
1744.0.2 |
Tracing refinement: the $P prexfix code (to display the program) now also includes the current SBX, if applicable. |
|
1744.0.3 |
New |
With SET DEBUG PREFIX, SET.LIT now supports a mechanism for globally adding tracing prefix codes. |
1744.0.4 |
New |
MX_DEBUG enhancement: add prefix parameter to support querying and setting global tracing prefix. Updated syntax: xcall MIAMEX, MX_DEBUG, op, debug {, debugmin, debugtags, debugout, prefix}. prefix [str] [in/out] returns or sets the tracing prefix string (e.g. "$# $T $P"), depending on the op. Primarily used by SET.LIT. |
1744.0.5 |
(Windows/ATE) Debugging refinement: add the EXEC trace option to the System Messages Window properties dialog. Previously this was only settable via the SET command or the TRACE directive in the MIAME.INI. When set, each command-level command (RUN, CMD/DO, LIT) is traced. |