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
Baptist BENOIST
d6ee383e75
Add an option to execute additional commands before GDB when using SSH
...
Closes #15
2016-02-10 21:27:26 +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
39fe07d742
Application launch path should use native path functions
2016-02-10 13:55:07 +01:00
WebFreak001
efae57a1eb
Merge branch 'master' of github.com:WebFreak001/code-debug
2016-02-10 13:34:56 +01:00
WebFreak001
186bb68955
Bump to 0.3.2
2016-02-10 13:34:33 +01:00
Jan
d60a4cf83e
Merge pull request #13 from bbenoist/bugfix/win32-gdb-over-ssh
...
Fix invalid local windows path when using GDB over SSH
2016-02-10 13:16:14 +01:00
WebFreak001
4120bd754a
Made README images relative ( fix #14 )
2016-02-10 13:15:07 +01:00
Baptist BENOIST
d24062f06c
Fix invalid local windows path when using GDB over SSH
...
Because of the global POSIX configuration for path-related processing, the
local absolute paths of files with a breakpoint were not translated
correctly.
This fix forces the use of the default NodeJS path.resolve instead of the
global POSIX override.
2016-02-10 11:19:45 +01:00
WebFreak001
9570f9068f
Fixed windows paths by using path.posix and replacing backslashes
2016-02-10 01:54:12 +01:00
WebFreak001
3a19cc8a6b
Bump to 0.3.1
2016-02-10 00:37:31 +01:00
WebFreak001
99a185f951
Replace windows backslashes to regular slashes for linux file systems over ssh
2016-02-10 00:37:00 +01:00
WebFreak001
0ec1a4e8cf
Added remote debugging via SSH ( fix #11 )
2016-02-09 21:51:44 +01:00
WebFreak001
d6c55d4aa8
Checking if autorun exists & has items before iterating on it
2016-02-09 16:08:30 +01:00
WebFreak001
a480a4cf4a
Added autorun commands ( fix #9 )
2016-02-09 16:04:16 +01:00
WebFreak001
40f63c1e2d
Quitting normally works without it thinking there is an exception
2016-02-09 15:52:23 +01:00
WebFreak001
438e474cf7
Added propper pause messages in gui for pause & breakpoint
2016-02-09 15:50:01 +01:00
WebFreak001
97de960df7
Added conditional breakpoints
2016-02-09 15:15:51 +01:00
WebFreak001
3831f07c2a
Escaping cwd, fix #7
2016-02-05 15:32:08 +01:00
WebFreak001
2d3741f4e1
Bump to version 0.2.0
2016-02-04 16:04:32 +01:00
WebFreak001
be89778b3b
Made pausing the program possible! 🎉
2016-02-04 16:00:17 +01:00
WebFreak001
99217775cf
Added support for attaching & connecting to gdbserver ( fix #4 , fix #5 )
2016-02-04 15:45:10 +01:00
WebFreak001
2e636b0a2e
Merge branch 'master' of github.com:WebFreak001/code-debug
2016-02-04 12:38:33 +01:00
WebFreak001
081f74ed75
Improved instructions ( fix #3 )
2016-02-04 12:38:22 +01:00
Jan
a9c991b100
Added unlicense (public domain) fix #2
2016-02-03 20:40:51 +01:00
WebFreak001
30fe97e689
Bump to 0.1.4 for vscode marketplace update
2016-01-20 14:09:03 +01:00
WebFreak001
957caa77fd
Added usage to readme ( fix #1 )
2016-01-20 14:07:16 +01:00
WebFreak001
e7d1915939
Reduced readme image size for readability
2016-01-10 18:31:35 +01:00