diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2012-01-20 21:08:43 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2012-01-20 21:08:43 +0000 |
commit | 1c9dcf7f3b083a66e1529aa9dbb0960c739f38d6 (patch) | |
tree | 8fa799577cba196892cfe7caa2a16c22efc4e42a /CHANGES | |
parent | 6679d01256ce9a4a05c13eabbb4e2d85c3e6f075 (diff) |
Breakpoints in Ltac debugger: new command "r foo" to jump to the next
call to "idtac foo" in Ltac code.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14929 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -13,6 +13,11 @@ Vernacular commands - New command "Set Parsing Explicit" for deactivating parsing (and printing) of implicit arguments (useful for teaching). +Tactics + +- New command "r string" that interprets "idtac string" as a breakpoint + and jumps to its next use in Ltac debugger. + Changes from V8.3 to V8.4beta ============================= |