diff options
| author | Jasper Hugunin | 2018-04-15 15:29:56 -0700 |
|---|---|---|
| committer | GitHub | 2018-04-15 15:29:56 -0700 |
| commit | c229958059b940f57238fb1c12868855419759ac (patch) | |
| tree | f94798e218026eb5e4567b85538dd0b25561b620 /dev/doc/debugging.md | |
| parent | 4c466c429902d0ef0bd0da0f42e1a3b6d9f7d32a (diff) | |
Update debugging.md
This changed in https://github.com/coq/coq/commit/35961a4ff5a5b8c9b9786cbab0abd279263eb655
Diffstat (limited to 'dev/doc/debugging.md')
| -rw-r--r-- | dev/doc/debugging.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/doc/debugging.md b/dev/doc/debugging.md index fd3cbd1bc3..14a1cc693c 100644 --- a/dev/doc/debugging.md +++ b/dev/doc/debugging.md @@ -47,7 +47,7 @@ Debugging with ocamldebug from Emacs 7. some hints: - To debug a failure/error/anomaly, add a breakpoint in - Vernac.vernac_com at the with clause of the "try ... interp com + `Vernac.interp_vernac` (in `toplevel/vernac.ml`) at the with clause of the "try ... interp com with ..." block, then go "back" a few steps to find where the failure/error/anomaly has been raised - Alternatively, for an error or an anomaly, add breakpoints in the middle |
