commit | d99388ba8535a6fecf7d0bf7b982832c0b816062 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 26 14:28:32 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 26 14:28:32 2017 +0200 |
tree | 476c1942e2c2e604001ba712cfea4af8df49a0d4 | |
parent | 6ce650480844bfaa5410874416b4a2e15f40b870 [diff] [blame] |
patch 8.0.1217: can't use remote eval to inspect vars in debug mode Problem: Can't use remote eval to inspect vars in debug mode. Solution: Don't discard the call stack in debug mode. (closes #2237, #2247)
diff --git a/src/version.c b/src/version.c index 3668e30..a84c8e2 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1217, +/**/ 1216, /**/ 1215,