Added support to run process in a separate console (fix #28)

This commit is contained in:
WebFreak001 2016-02-23 17:26:12 +01:00
commit 30731c2ba1
6 changed files with 64 additions and 12 deletions

View file

@ -54,6 +54,11 @@ path for GDB to find the debug symbols.
This will attach to PID 4285 which should already run. GDB will pause the program on entering.
Additionally you can set `terminal` if you want to run the program in a separate terminal with
support for input. On Windows set it to an empty string (`""`) to enable this feature. On linux
set it to an empty string (`""`) to use the default terminal emulator specified with `x-terminal-emulator`
or specify a custom one. Note that it must support the `-e` argument.
### Using `gdbserver` for remote debugging
You can also connect to a gdbserver instance and debug using that. For that modify the