Commit graph

182 commits

Author SHA1 Message Date
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
Jan
762a6c90d3 Merge pull request #30 from ndk/master
enabled breakpoint support for nim
2016-02-25 17:33:11 +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
e0b85be7b7 Fixed position of terminal description in readme
derp
2016-02-23 17:42:48 +01:00
WebFreak001
e7b3389f4b Add warning on ssh terminal 2016-02-23 17:38:38 +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
ec188980c0 Merge pull request #25 from bbenoist/breakpoint-shared
Add the -f flag to break-insert
2016-02-22 18:57:26 +01:00
Baptist BENOIST
559d213f35 Add the -f flag to break-insert
To also support shared libraries which are loaded after the breakpoint
insertion.
2016-02-22 18:23:49 +01:00
Jan
9cadb4f61c Improved installation instructions 2016-02-22 17:58:52 +01:00
Jan
6237e70d11 Bump to 0.3.6 2016-02-21 23:02:16 +01:00
Jan
4e8cde7112 Added simple installation instruction fix #23 2016-02-21 23:01:54 +01:00
WebFreak001
ca6b59353d added issue template 2016-02-18 11:53:54 +01:00
WebFreak001
fb8d30c986 Bump to 0.3.5 (fix #20) 2016-02-11 09:49:36 +01:00
Jan
3d7852b819 Merge pull request #19 from bbenoist/bugfix/fortran-support
Fix non-working Fortran breakpoints
2016-02-11 00:39:30 +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
Jan
a4c1cf8036 Merge pull request #17 from bbenoist/bugfix/vscode-tabs
Force the use of tabs within .vscode/settings.json
2016-02-10 23:31:29 +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
Baptist BENOIST
a9c182fee5 Force the use of tabs within .vscode/settings.json
As some developers might use spaces as a global setting.
2016-02-10 22:04:47 +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
Baptist BENOIST
957f04ea02 Document the ssh.bootstrap configuration option 2016-02-10 21:57:13 +01:00