Commit Graph

178 Commits

Author SHA1 Message Date
IdanArye
15ab930a6c Fix #86 - JDB eval show both eval and dump of object 2019-05-31 21:50:23 +03:00
Idan Arye
9bf2984d13
Merge pull request #85 from gedgeck/non_en_lang_message_fix
Fixed messages for non-english LANG env variables
2019-04-12 15:52:03 +03:00
Yuriy Zhyromskiy
eabb913ef9 Fixed messages for non-english LANG env variables 2019-04-12 15:17:35 +03:00
Idan Arye
d6ac387c8a
Merge pull request #83 from gedgeck/remove_breakpoint_fix
Fix variant for remove/clear breakpoint(s) issue (Issue #81)
2019-04-12 14:35:18 +03:00
Yuriy Zhyromskiy
b6f00de448 Fix variant for remove/clear breakpoint(s) issue 2019-04-10 07:32:06 +03:00
IdanArye
ebaad61441 Fix #80 - don't escape filenames in sign commands 2019-03-26 00:19:04 +02:00
Idan Arye
519e7969de
Merge pull request #75 from baroobob/develop
Fixed a few typos, made one rewording recommendation.
2019-01-13 19:41:08 +02:00
Jim Bridgewater
119b814671 Fixed a few typos, made one rewording recommendation. 2019-01-13 11:26:12 -06:00
IdanArye
4fac68fb95 Fix formatting 2018-09-25 02:08:25 +03:00
Idan Arye
2f88c8db15
Merge pull request #69 from kyouryuukunn/develop
Fixed a problem about the vim translated to Japanese
2018-09-25 02:05:54 +03:00
kyouryuukunn
5388d27938 Extracted to a function. 2018-09-15 16:21:09 +09:00
Idan Arye
1cc630c260
Merge pull request #72 from kyouryuukunn/shellslash2
Fixed shellslash problems in Windows
2018-09-09 13:48:33 +03:00
kyouryuukunn
0ad960d478 Fixed shellslash problems in Windows 2018-09-09 19:45:38 +09:00
kyouryuukunn
17f8dad2da Allow other languages 2018-09-09 07:08:05 +09:00
kyouryuukunn
4d522bdc6e Fixed a problem about the vim translated to Japanese 2018-09-08 21:03:49 +09:00
Idan Arye
a307f84680
Merge pull request #68 from kyouryuukunn/develop
Fixed windows path problem
2018-09-08 13:36:32 +03:00
kyouryuukunn
db4e2d5cf3 Fixed windows path problem 2018-09-08 19:24:40 +09:00
Idan Arye
97f1c28ee2
Merge pull request #67 from watsoncj/patch-1
Fix copy error in docs
2018-08-22 18:12:15 +03:00
Casey Watson
7d6462f9c8
Fix copy error in docs 2018-08-22 09:09:30 -06:00
Idan Arye
ece882cde0
Merge pull request #65 from daniellmorris/node-inspect
Add support for node js 8+
2018-08-15 01:41:48 +03:00
Daniel Morris
9d3b0b2600 Merge branch 'node-inspect' of https://github.com/daniellmorris/vim-vebugger into node-inspect 2018-08-14 17:15:53 -05:00
Daniel Morris
beba966260 Fix vim doc issue 2018-08-14 17:15:19 -05:00
Daniel Morris
c811a1d18e Remove added tag file 2018-08-14 17:13:16 -05:00
Daniel L Morris
1c87c72d52
Merge branch 'develop' into node-inspect 2018-08-12 21:26:24 -05:00
Daniel Morris
61897f12db Add code for node inspect 2018-08-12 21:24:03 -05:00
Daniel Morris
70b5861b54 Change search replace 2018-07-19 09:38:38 -05:00
Daniel Morris
7a1bf4926e Just more code to support this 2018-07-19 00:25:26 -05:00
Daniel Morris
ece95a7b6e Make so debugger does break until a breakpoint 2018-07-10 08:48:25 -05:00
Daniel Morris
4694c8974c Just some intermediate stuff 2018-07-09 16:32:26 -05:00
Daniel Morris
c05655d79d Add node support 2018-07-05 10:32:48 -05:00
Idan Arye
15addb7427
Merge pull request #63 from IngoHeimbach/fix/cwd-dependency
Transform filenames to absolute paths when reading debugger locations
2018-06-25 17:52:05 +03:00
Ingo Heimbach
1f2553a71b Transform filenames to absolute paths when reading debugger locations
Before this commit, many debugger `where` functions transformed the
filename of the current debugger location to a path relative to vim's
current working directory. When the user changed the current working
directory in the meantime, the previously saved location could not
resolved any more and lead to errors. This commit fixes this problem by
storing absolute paths instead.
2018-06-25 16:44:09 +02:00
Idan Arye
f881b44b4c
Merge pull request #59 from IngoHeimbach/feature/speedup-shell-terminal
Do not execute autocommands when writing lines to vebugger buffers
2018-05-23 16:32:05 +03:00
Ingo Heimbach
77925fa4b2 Do not execute autocommands when writing lines to vebugger buffers
For writing lines to vebugger's shell and terminal buffer the active
window is changed for every single line which causes a huge slowdown on
large output. By disabling autocommands, these slowdowns can be reduced.
2018-05-23 14:59:38 +02:00
IdanArye
833806978e Fix #54 - remove all breakpoint signs with :VBGclearBreakpoints 2018-04-21 21:09:20 +03:00
Idan Arye
aea7ad4639
Merge pull request #55 from nemrod/jdbattach
Add support for attaching JDB to a running process
2018-04-11 17:49:36 +03:00
Anders Mårtensson
f1bdce4e69
add support for not providing extra args to jdb#attach 2018-04-11 16:16:36 +02:00
Anders Mårtensson
7d1703ca32
add support for attaching JDB to a running process 2018-04-11 15:56:47 +02:00
Ingo Heimbach
8842555cac The LLDB wrapper can handle None as output from the Python lldb module 2018-03-08 17:30:44 +01:00
Idan Arye
44cc26204e
Merge pull request #50 from SpaceVim/develop
Add options for set sign text
2017-12-18 16:58:18 +02:00
wsdjeg
876af0d1c2 Use full command names 2017-12-18 22:40:40 +08:00
wsdjeg
9c47e1b243 Add options for set sign text 2017-12-18 22:18:09 +08:00
Idan Arye
82cbbf61fd
Merge pull request #49 from SpaceVim/develop
Add filetype and option for sign text
2017-12-13 15:37:22 +02:00
wsdjeg
cd61f1029c Add filetype 2017-12-13 21:23:28 +08:00
Idan Arye
f2b00c8c61 Merge pull request #45 from daltonmatos/feature/hightlight-current-debugged-line
Highlight current executed line (bg=red fg=white)
2017-10-17 21:51:57 +03:00
Dalton Barreto
5fedcab009
Highlight current debugged line with DebuggedLine
If the `DebuggedLine` highlight-group exist, highlight the current
debugged line with it.
2017-10-17 16:49:35 -02:00
Idan Arye
f96b37322e Merge pull request #46 from daltonmatos/feature/support-multi-srcpath-search
Add support for multi-srcpath
2017-10-17 13:45:38 +03:00
Dalton Barreto
6a6faec69b
Updating docs 2017-10-16 20:37:39 -02:00
Dalton Barreto
01326cc9be
Removing redundant variable l:one_path 2017-10-16 20:36:12 -02:00
Dalton Barreto
5865e3b28e
Adding support for srcpath as string or list 2017-10-16 20:11:15 -02:00