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/testdir/Make_all.mak b/src/testdir/Make_all.mak index 6af9b84..33fc345 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak
@@ -89,6 +89,7 @@ test105.out \ test106.out \ test107.out \ + test108.out \ test_argument_0count.out \ test_argument_count.out \ test_autocmd_option.out \