Commit graph

208 commits

Author SHA1 Message Date
WebFreak001
eef6570833 Bump to 0.10.0 2016-07-16 09:56:06 +02:00
WebFreak001
ef1f4782b4 Fixed entering MI commands into the debug console 2016-07-10 17:33:25 +02:00
WebFreak001
55900876dc accidentally removed vscode from devDependencies 2016-07-10 17:13:07 +02:00
WebFreak001
2308f9f166 Added variable types for the future (fix #66) 2016-07-10 17:05:56 +02:00
WebFreak001
d704af2501 Implemented stepping back & changing variables 2016-07-10 16:34:12 +02:00
WebFreak001
81f8e6fcf1 Removed debug logs & bump to version 0.9.0 2016-07-02 23:39:00 +02:00
WebFreak001
1e298815c4 Added mago-mi support (fix #67) 2016-07-02 23:35:28 +02:00
WebFreak001
1a399b3292 Fixed clearing breakpoints in lldb 2016-07-02 23:34:08 +02:00
Jan Jurzitza
dec8c8b580 Merge pull request #62 from kylewlacy/asm-breakpoints
Enable breakpoints for x86(-64) and ARM assembly when using GDB
2016-06-13 22:15:19 +02:00
Kyle Lacy
14906e5195 Enable breakpoints for x86(-64) and ARM assembly 2016-06-13 04:43:29 -07:00
WebFreak001
bda4daf53c Bump to version 0.8.1
Signed-off-by: WebFreak001 <janju007@web.de>
2016-04-06 16:27:02 +02:00
Jan
5109936408 Easier installation instructions for code 0.10.11 2016-03-31 21:32:10 +02:00
WebFreak001
940cd63ce6 Bump to 0.8.0 2016-03-23 23:08:30 +01:00
WebFreak001
786ed5b3bd Added support for output with no new line (fix #51) 2016-03-23 23:07:07 +01:00
WebFreak001
7e73c686b2 Made gdb & lldb command path customizable (fix #53) 2016-03-23 22:28:57 +01:00
WebFreak001
f46ab81b2e Bump to 0.7.1 2016-03-12 10:07:56 +01:00
WebFreak001
dbfda79052 Made icon fit better into the marketplace
Signed-off-by: WebFreak001 <janju007@web.de>
2016-03-12 10:07:34 +01:00
WebFreak001
f0f10251e0 Added lldb-mi note to README (fix #48) 2016-03-12 10:00:39 +01:00
WebFreak001
b5a00fa12b Improved getting stack 2016-03-11 17:14:15 +01:00
WebFreak001
f6d593899f Bump to 0.7.0 2016-03-10 14:27:34 +01:00
WebFreak001
2aff091374 Made target path absolute when passing to gdb (should fix #22) 2016-03-10 13:08:08 +01:00
WebFreak001
d3353231c8 Improved some regex 2016-03-10 13:02:23 +01:00
WebFreak001
50fb4798b7 Added function breakpoints (fix #45) 2016-03-10 13:02:04 +01:00
WebFreak001
4cbb822d39 Fixed error messages for internal commands (fix #46) 2016-03-10 10:38:22 +01:00
WebFreak001
bcbfdb15d9 Bump to 0.6.2
Signed-off-by: WebFreak001 <janju007@web.de>
2016-03-08 21:54:47 +01:00
Jan
84b00df23d Merge pull request #44 from Wosi/patch-1
Added "objectpascal" to list of breakpoint enabled languages
2016-03-08 19:16:00 +01:00
Christopher Wosinski
0e399839dd Added "objectpascal" to list of breakpoint enabled languages
"objectpascal" is currently missing so it is impossible to use the debugger extension in conjunction with OmniPascal
2016-03-08 19:14:26 +01:00
WebFreak001
887018dc4f Bump to 0.6.1 2016-03-06 16:04:44 +01:00
WebFreak001
05b62c1d8d Merge branch 'master' of github.com:WebFreak001/code-debug 2016-03-06 16:04:27 +01:00
WebFreak001
7300846763 Fixed variable stack when switching frames 2016-03-06 16:04:22 +01:00
Jan
88cd052f6e Merge pull request #40 from Vild/UpdateReadme
Updated the README.md and ISSUE_TEMPLATE.md files
2016-03-06 15:40:00 +01:00
Dan Printzell
3555820ef8 Updated the README.md and ISSUE_TEMPLATE.md file to reflect the new lldb support
Signed-off-by: Dan Printzell <xwildn00bx@gmail.com>
2016-03-06 15:35:59 +01:00
WebFreak001
ba15c92c6d Bump to 0.6.0 2016-03-06 12:18:37 +01:00
WebFreak001
d8223cebb9 Separated stderr & stdout buffers 2016-03-06 12:17:01 +01:00
WebFreak001
e671d4cba0 Improved error responses 2016-03-06 12:08:57 +01:00
WebFreak001
35afccfd77 Added LLDB support (fix #39) 2016-03-06 12:02:11 +01:00
Jan
bcf46a7e81 README had wrong image in it 2016-03-05 22:56:19 +01:00
WebFreak001
31094e8089 Bump to 0.5.0 2016-03-05 22:52:24 +01:00
WebFreak001
4b12e2ad52 Added check for crash on startup (fix #38) 2016-03-05 00:36:59 +01:00
WebFreak001
b81a7bc1c2 Added expanding member pointer variables (TODO: make pointer member symbol customizable) 2016-03-05 00:36:16 +01:00
WebFreak001
2cb16e2b9e Made value arrays parsable by vscode 2016-02-27 20:08:28 +01:00
WebFreak001
1b7dba5a50 Fixed breakpoints on fast starting executables & fixed loading circle 2016-02-27 19:36:43 +01:00
Jan
9176e78016 Merge pull request #34 from ndk/master
added configuration for self debugging
2016-02-26 22:41:00 +01:00
Andrey Karpov
9a4c7cad87 added missing parameter 2016-02-26 22:18:05 +03:00
Andrey Karpov
7f4f5841fd added configuration for self debugging 2016-02-26 17:23:43 +03:00
Jan
4b91d32eab Merge pull request #33 from ndk/master
fix outDir according new requirements of latest version of vscode
2016-02-26 14:53:49 +01:00
Andrey Karpov
6195f15cac fix outDir according new requirements of latest version of vscode 2016-02-26 16:43:36 +03:00
Jan
00012731e0 Merge pull request #32 from ndk/master
initialize property before setting
2016-02-26 12:28:02 +01:00
Andrey Karpov
37f3fb6e16 initialize property before setting 2016-02-26 11:06:40 +03:00
WebFreak001
b71c4edd77 Bump to 0.4.2
Signed-off-by: WebFreak001 <janju007@web.de>
2016-02-25 17:56:29 +01:00