commit | f1f60f859cdbb2638b3662ccf7b1d179865fe7dc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 16 15:40:53 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 16 15:40:53 2016 +0100 |
tree | 739551087fb1b9948568366dc5d6187861dbcaf5 | |
parent | e39b3d9fb4e4006684c33847d1ef6a0d742699dd [diff] [blame] |
patch 7.4.1102 Problem: Debugger has no stack backtrace support. Solution: Add "backtrace", "frame", "up" and "down" commands. (Alberto Fanjul, closes #433)
diff --git a/src/version.c b/src/version.c index 1abb93e..947d3c8 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1102, +/**/ 1101, /**/ 1100,