commit | 4551c0a9fcdbdef52836d4852686d54b5e47fdaf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 20 22:38:21 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 20 22:38:21 2018 +0200 |
tree | ad8c9cd625b250195115851a2de3fd67a0c3035a | |
parent | 9b0c5c23bd5260caef82a4f3dcc945c129857c52 [diff] [blame] |
patch 8.1.0091: MS-Windows: Cannot interrupt gdb when program is running Problem: MS-Windows: Cannot interrupt gdb when program is running. Solution: Add debugbreak() and use it in the terminal debugger. Respect 'modified' in a prompt buffer.
diff --git a/src/version.c b/src/version.c index 1cc6012..3fcdb73 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 91, +/**/ 90, /**/ 89,