Skip to content

Commit e6e4cd8

Browse files
authored
Add the description of useTerminal (#101)
1 parent 7be7d30 commit e6e4cd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ You can use the following "launch" configurations.
106106
* Note that you can specify `0` TCP/IP port (choose usable port) with debug.gem v1.5.0 or later.
107107
* `waitLaunchTime`: If you want to open TCP/IP debug port, you may need to wait for opening debug port. On default, it waits 1000 milli seconds (1 sec) but if it is not enough, please specify more wait time (default: `1000` in milli seconds). With debug.gem 1.5.0 and later you may not need this configulation.
108108
* `localfs`: On TCP/IP, if target host is local machine, set `true` and you can open the file directly (default: `false`).
109+
* `useTerminal`: Create a new terminal and then execute the debug command line there (default: `false`).
109110

110111
Note that if you have a trouble by launching `rdbg`, please try to specify `rdbgPath`. Without this configuration, this extension simply calls `rdbg` in PATH.
111112

0 commit comments

Comments
 (0)