summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2001-07-21 21:21:13 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2001-07-21 21:21:13 +0000
commit68ed1a5a620b2a9040c91a2396b0689164dbd48c (patch)
tree0a0cf93c655a42bf8dc8f321cb119757e1a5c203
parent3114b7c719e74e961766a41b335f50dac14d9e79 (diff)
downloadmdk-68ed1a5a620b2a9040c91a2396b0689164dbd48c.tar.gz
mdk-68ed1a5a620b2a9040c91a2396b0689164dbd48c.tar.bz2
conditional breakpoints
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 185d5bd..9b8d66e 100644
--- a/NEWS
+++ b/NEWS
@@ -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.