Commit graph

77 commits

Author SHA1 Message Date
WebFreak001
7aec463e19 Merge branch 'master' of github.com:WebFreak001/code-debug 2017-05-26 23:21:49 +02:00
gentoo90
beb80f7375 Add valuesFormatting parameter to launch config 2017-05-26 22:48:33 +03:00
WebFreak001
69679beb6c Bump to 0.19.0 2017-04-26 19:35:09 +02:00
WebFreak001
e83a5625b3 Bump to 0.18.0 2017-04-14 18:27:02 +02:00
WebFreak001
a21e2e65af Fix #98 2017-04-14 18:26:40 +02:00
WebFreak001
edfac8eb1a Bump to 0.17.1 2017-04-14 18:14:04 +02:00
WebFreak001
f766a9f7ec Bump to 0.17.0 2017-02-10 19:47:00 +01:00
WebFreak001
e969b4086c Updated dependencies 2017-02-10 19:45:51 +01:00
WebFreak001
318ece44cf Added special commands for extended-remote fix #91 2017-01-09 00:33:21 +01:00
WebFreak001
3738f4f03c Bump to 0.16.0 2016-12-31 15:17:34 +01:00
WebFreak001
4f8ae4eb24 Attach over ssh with gdb (fix #83) 2016-12-31 15:16:12 +01:00
WebFreak001
c9be6b0634 Bump to 0.15.0 2016-12-20 22:40:57 +01:00
WebFreak001
9b317a1a1a Reverse continue 2016-12-20 22:37:25 +01:00
WebFreak001
3f4d38b318 Added confguration snippets 2016-12-20 22:28:17 +01:00
Mrmaxmeier
7299e3d1d8 add debugger_args autocompletion 2016-12-11 21:38:36 +01:00
WebFreak001
a32c8b5c94 Bump to 0.14.0 2016-12-07 00:46:38 +01:00
WebFreak001
c7370d894a support breakpoint hit count 2016-12-07 00:41:15 +01:00
WebFreak001
2f2d0294f4 typescript upgrade 2016-12-07 00:10:55 +01:00
WebFreak001
4829b28df5 Added vala breakpoints fix #85 2016-12-06 23:59:13 +01:00
WebFreak001
e0968b65e1 Bump to 0.13.0 2016-12-06 23:55:18 +01:00
WebFreak001
5136be3f7d Bump to 0.12.3 2016-11-15 13:17:21 +01:00
WebFreak001
b2d23d6e10 Bump to 0.12.2 2016-09-04 17:14:03 +02:00
WebFreak001
d8aeaf506b Bump to 0.12.1 2016-08-26 23:31:25 +02:00
WebFreak001
6ead793c09 Added variables for file (base)name w/o extension
fix #71
2016-08-26 23:21:57 +02:00
WebFreak001
5a84af0bff Bump to 0.12.0 2016-08-13 13:42:19 +02:00
WebFreak001
7e597897b4 Bump to 0.11.1 2016-08-08 17:56:43 +02:00
WebFreak001
640abf822b Added showDevDebugOutput option to debug GDB calls 2016-08-08 17:56:20 +02:00
WebFreak001
e7c15f0d71 Bump to 0.11.0 2016-07-23 02:14:01 +02:00
WebFreak001
87ff8b8644 Added examining memory locations (fix #64)
also added a way to run mi commands over unix domain sockets so other applications can communicate with code-debug
2016-07-23 02:13:36 +02:00
WebFreak001
eef6570833 Bump to 0.10.0 2016-07-16 09:56:06 +02:00
WebFreak001
55900876dc accidentally removed vscode from devDependencies 2016-07-10 17:13:07 +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
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
WebFreak001
940cd63ce6 Bump to 0.8.0 2016-03-23 23:08:30 +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
f6d593899f Bump to 0.7.0 2016-03-10 14:27:34 +01:00
WebFreak001
50fb4798b7 Added function breakpoints (fix #45) 2016-03-10 13:02:04 +01:00
WebFreak001
bcbfdb15d9 Bump to 0.6.2
Signed-off-by: WebFreak001 <janju007@web.de>
2016-03-08 21:54:47 +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
ba15c92c6d Bump to 0.6.0 2016-03-06 12:18:37 +01:00
WebFreak001
35afccfd77 Added LLDB support (fix #39) 2016-03-06 12:02:11 +01:00
WebFreak001
31094e8089 Bump to 0.5.0 2016-03-05 22:52:24 +01:00
WebFreak001
b71c4edd77 Bump to 0.4.2
Signed-off-by: WebFreak001 <janju007@web.de>
2016-02-25 17:56:29 +01:00
Andrey Karpov
328d19fef8 enabled breakpoint support for nim 2016-02-25 19:18:24 +03:00
WebFreak001
60d60cef67 Enabled breakpoint support for rust fix #29
Signed-off-by: WebFreak001 <janju007@web.de>
2016-02-25 12:22:59 +01:00