diff options
| author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2001-07-21 21:21:13 +0000 | 
|---|---|---|
| committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2001-07-21 21:21:13 +0000 | 
| commit | 68ed1a5a620b2a9040c91a2396b0689164dbd48c (patch) | |
| tree | 0a0cf93c655a42bf8dc8f321cb119757e1a5c203 | |
| parent | 3114b7c719e74e961766a41b335f50dac14d9e79 (diff) | |
| download | mdk-68ed1a5a620b2a9040c91a2396b0689164dbd48c.tar.gz mdk-68ed1a5a620b2a9040c91a2396b0689164dbd48c.tar.bz2 | |
conditional breakpoints
| -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. | 
