Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/debug
common/debug-model
DebugAdapterForkExecutable
Interface DebugAdapterForkExecutable
Debug adapter executable for forking.
interface
DebugAdapterForkExecutable
{
args
?:
string
[]
;
execArgv
?:
string
[]
;
modulePath
:
string
;
}
Index
Properties
args?
exec
Argv?
module
Path
Properties
Optional
args
args
?:
string
[]
Optional
exec
Argv
execArgv
?:
string
[]
module
Path
modulePath
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
args
exec
Argv
module
Path
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
Debug adapter executable for forking.