Commit graph

28 commits

Author SHA1 Message Date
gentoo90
beb80f7375 Add valuesFormatting parameter to launch config 2017-05-26 22:48:33 +03:00
WebFreak001
a21e2e65af Fix #98 2017-04-14 18:26:40 +02:00
WebFreak001
4f8ae4eb24 Attach over ssh with gdb (fix #83) 2016-12-31 15:16:12 +01:00
Mrmaxmeier
c831c4d4e4 implement debugger_args option 2016-12-11 21:38:17 +01:00
WebFreak001
c7370d894a support breakpoint hit count 2016-12-07 00:41:15 +01:00
WebFreak001
640abf822b Added showDevDebugOutput option to debug GDB calls 2016-08-08 17:56:20 +02:00
WebFreak001
e78733308e Added more error catches 2016-07-23 02:10:31 +02:00
WebFreak001
d704af2501 Implemented stepping back & changing variables 2016-07-10 16:34:12 +02:00
WebFreak001
7e73c686b2 Made gdb & lldb command path customizable (fix #53) 2016-03-23 22:28:57 +01:00
WebFreak001
50fb4798b7 Added function breakpoints (fix #45) 2016-03-10 13:02:04 +01:00
WebFreak001
35afccfd77 Added LLDB support (fix #39) 2016-03-06 12:02:11 +01:00
WebFreak001
4b12e2ad52 Added check for crash on startup (fix #38) 2016-03-05 00:36:59 +01:00
WebFreak001
1b7dba5a50 Fixed breakpoints on fast starting executables & fixed loading circle 2016-02-27 19:36:43 +01:00
Andrey Karpov
37f3fb6e16 initialize property before setting 2016-02-26 11:06:40 +03: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
544c3a488b Added option to print calls from GDB 2016-02-10 20:54:57 +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
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
99217775cf Added support for attaching & connecting to gdbserver (fix #4, fix #5) 2016-02-04 15:45:10 +01:00
WebFreak001
4440bfbe18 Initial commit 2016-01-10 18:03:51 +01:00