diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-03-20 18:10:36 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-03-20 18:10:36 -0700 |
commit | 3d7808ffb335b1b01fe49a2fcba5ddad62375109 (patch) | |
tree | 93f1d65bf707879bdd3c645b95d9f440073e0dfe /ChangeLog | |
parent | 9d06c8e9b36e94295c62eb0598cff7afae0c5a45 (diff) | |
download | txr-3d7808ffb335b1b01fe49a2fcba5ddad62375109.tar.gz txr-3d7808ffb335b1b01fe49a2fcba5ddad62375109.tar.bz2 txr-3d7808ffb335b1b01fe49a2fcba5ddad62375109.zip |
* debug.c (debug): Breakpointing now takes into account
the module file name, not only the line number. Breakpoints work on
source locations rather than line numbers. Boy, this was easy.
Keep the breakpoint list free of duplicates. Issue a message
if a nonexistent breakpoint is asked to be deleted.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2012-03-20 Kaz Kylheku <kaz@kylheku.com> + + * debug.c (debug): Breakpointing now takes into account + the module file name, not only the line number. Breakpoints work on + source locations rather than line numbers. Boy, this was easy. + Keep the breakpoint list free of duplicates. Issue a message + if a nonexistent breakpoint is asked to be deleted. + 2012-03-18 Kaz Kylheku <kaz@kylheku.com> * eval.c (eval_init): url_decode has two parameters now, |