diff options
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -14,6 +14,13 @@ Please send mdk bug reports to bug-mdk@gnu.org. ** When running in split mode, the MIXVM, MIXAL and Devices windows can be hidden. +** Conditional breakpoints can be set in mixvm and gmixvm using the + commands 'sbp[rmco]', which cause the execution to stop when a + given register, memory cell contents, comparison flag or overflow + toggle change (e.g. 'sbpr A' will set a breakpoint on register A + contents change). Conditional breakpoints can be deleted using the + new commands 'cbp[rmco]'. + ** The gmixvm main window displays the path to the current MIX file in its title bar. |