Debug adapter executable.
Parameters to instantiate the debug adapter.
In case of launching adapter the parameters contain a command and arguments. For instance:
{'command' : 'COMMAND_TO_LAUNCH_DEBUG_ADAPTER', args : [ { 'arg1', 'arg2' } ] }
In case of forking the node process, contain the modulePath to fork. For instance:
{'modulePath' : 'NODE_COMMAND_TO_LAUNCH_DEBUG_ADAPTER', args : [ { 'arg1', 'arg2' } ] }
The mapped string values must not change as they are used for the debugState when context closure.
For more details see the Debugger contexts section of the official doc.
Debug adapter executable. Parameters to instantiate the debug adapter.
In case of launching adapter the parameters contain a command and arguments. For instance: {'command' : 'COMMAND_TO_LAUNCH_DEBUG_ADAPTER', args : [ { 'arg1', 'arg2' } ] }
In case of forking the node process, contain the modulePath to fork. For instance: {'modulePath' : 'NODE_COMMAND_TO_LAUNCH_DEBUG_ADAPTER', args : [ { 'arg1', 'arg2' } ] }