]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1217: can't use remote eval to inspect vars in debug mode v8.0.1217
authorBram Moolenaar <Bram@vim.org>
Thu, 26 Oct 2017 12:28:32 +0000 (14:28 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 26 Oct 2017 12:28:32 +0000 (14:28 +0200)
commitd99388ba8535a6fecf7d0bf7b982832c0b816062
tree476c1942e2c2e604001ba712cfea4af8df49a0d4
parent6ce650480844bfaa5410874416b4a2e15f40b870
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)
src/ex_cmds2.c
src/globals.h
src/main.c
src/version.c