diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2001-06-03 11:16:52 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2001-06-03 11:16:52 +0000 |
commit | bd23590d7a0dd9d90908a365904e79cf05382711 (patch) | |
tree | 89ad0b29c7b803d7dbbb6547389632489ee22e7a /NEWS | |
parent | ece09ee218eed482664e87d3db2f7dcc589f0968 (diff) | |
download | mdk-bd23590d7a0dd9d90908a365904e79cf05382711.tar.gz mdk-bd23590d7a0dd9d90908a365904e79cf05382711.tar.bz2 |
when a file is reloaded, breakpoints are no reset
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -13,6 +13,13 @@ Please send mdk bug reports to bug-mdk@gnu.org. ** The main gmixvm window is not shown until it is completely drawn. +** Bug in CON fixed : 'CON wexpr' didn't compile correctly unless wexpr + represented a valid instruction; now, wexpr can evaluate to an + arbitrary value (Vasilij Ozmetelenko). + +** When a file is reloaded by the virtual machine (both in mixvm and + gmixvm), the currently set breakpoints are conserved. + --------------------------------------------------------------------------- * Version 0.3.2 (10/04/01) @@ -64,7 +71,7 @@ Please send mdk bug reports to bug-mdk@gnu.org. ** Readline and history support for mixvm are now optional features. ** JRED is now properly implemented (bug pointed out by - Vasiliy Ozmetelenko). + Vasilij Ozmetelenko). --------------------------------------------------------------------------- * Version 0.2 (07/01/01) |