commit | e09ba7bae5c867f6d3abc184709dd27488318e97 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 09 22:19:47 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 09 22:19:47 2017 +0200 |
tree | 8a512ae4bf2dd5d5b02feb8a6b3aed8f94e06d79 | |
parent | 7be9b50fd7e238722c9ba5c0ef1d2a7e7e52b9e3 [diff] |
patch 8.0.1085: terminal debugger can't set breakpoints Problem: The terminal debugger can't set breakpoints. Solution: Add :Break and :Delete commands. Also commands for stepping through code.
diff --git a/src/version.c b/src/version.c index acf6e29..cb59634 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1085, +/**/ 1084, /**/ 1083,