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 |
|
WebFreak001
|
99263c3000
|
Bump to 0.4.1
|
2016-02-23 17:43:13 +01:00 |
|
WebFreak001
|
3312414f2b
|
Bump version to 0.4.0
|
2016-02-23 17:26:40 +01:00 |
|
WebFreak001
|
30731c2ba1
|
Added support to run process in a separate console (fix #28)
|
2016-02-23 17:26:12 +01:00 |
|
WebFreak001
|
cb9e36d6db
|
Added support for program arguments (fix #27)
|
2016-02-23 15:33:03 +01:00 |
|
WebFreak001
|
0d8ae8d7bb
|
Bump to 0.3.7
Signed-off-by: WebFreak001 <janju007@web.de>
|
2016-02-22 18:58:52 +01:00 |
|
Jan
|
6237e70d11
|
Bump to 0.3.6
|
2016-02-21 23:02:16 +01:00 |
|
WebFreak001
|
fb8d30c986
|
Bump to 0.3.5 (fix #20)
|
2016-02-11 09:49:36 +01:00 |
|
Baptist BENOIST
|
69585b2c4e
|
Fix non-working Fortran breakpoints
Might still require https://github.com/Gimly/vscode-fortran for files to be
recognized with the correct IDs.
|
2016-02-11 00:31:55 +01:00 |
|
Jan
|
00ee161170
|
Merge pull request #18 from bbenoist/feature/travis-ci
Run tests automatically on Travis CI build machines
|
2016-02-10 23:33:05 +01:00 |
|
Baptist BENOIST
|
9f231b932d
|
Run tests automatically on Travis CI build machines
I simply followed the official VS Code documentation below:
https://code.visualstudio.com/docs/extensions/testing-extensions#_running-tests-automatically-on-travis-ci-build-machines
|
2016-02-10 22:21:17 +01:00 |
|
Jan
|
517870e1b8
|
Merge pull request #16 from bbenoist/feature/ssh-bootstrap
Add an option to execute additional commands before GDB when using SSH
|
2016-02-10 22:01:26 +01:00 |
|
Baptist BENOIST
|
282ef1f4c4
|
Add missing ssh.bootstrap option description in package.json
|
2016-02-10 22:00:38 +01:00 |
|
WebFreak001
|
2b7cf55224
|
Bump to 0.3.4
|
2016-02-10 20:55:19 +01:00 |
|
WebFreak001
|
544c3a488b
|
Added option to print calls from GDB
|
2016-02-10 20:54:57 +01:00 |
|
WebFreak001
|
cae555af40
|
Executable paths should be absolute using native path functions
|
2016-02-10 14:27:13 +01:00 |
|
WebFreak001
|
186bb68955
|
Bump to 0.3.2
|
2016-02-10 13:34:33 +01:00 |
|
WebFreak001
|
3a19cc8a6b
|
Bump to 0.3.1
|
2016-02-10 00:37:31 +01:00 |
|
WebFreak001
|
0ec1a4e8cf
|
Added remote debugging via SSH (fix #11)
|
2016-02-09 21:51:44 +01:00 |
|
WebFreak001
|
a480a4cf4a
|
Added autorun commands (fix #9)
|
2016-02-09 16:04:16 +01:00 |
|
WebFreak001
|
97de960df7
|
Added conditional breakpoints
|
2016-02-09 15:15:51 +01:00 |
|
WebFreak001
|
2d3741f4e1
|
Bump to version 0.2.0
|
2016-02-04 16:04:32 +01:00 |
|
WebFreak001
|
99217775cf
|
Added support for attaching & connecting to gdbserver (fix #4, fix #5)
|
2016-02-04 15:45:10 +01:00 |
|
WebFreak001
|
30fe97e689
|
Bump to 0.1.4 for vscode marketplace update
|
2016-01-20 14:09:03 +01:00 |
|
WebFreak001
|
e7d1915939
|
Reduced readme image size for readability
|
2016-01-10 18:31:35 +01:00 |
|
WebFreak001
|
52049d0cd5
|
Added screenshot to readme, added icon
|
2016-01-10 18:26:26 +01:00 |
|
WebFreak001
|
a2587b0aba
|
Updated information
|
2016-01-10 18:10:13 +01:00 |
|
WebFreak001
|
4440bfbe18
|
Initial commit
|
2016-01-10 18:03:51 +01:00 |
|