-h
, --host
-p
, --port
-a
, --auth
-f
, --file
-r
, --profile
-sp
-sp <port>=<session-name>
format-sp 12358=default
thundra_agent_lambda_debugger_session_name
environment variable. .thundra/debug-client.json
in the user home directory. Another configuration file path can be given to cli by -f
or --file
arguments. The configuration file format is as follows:Debug Configurations
.Remote Java Application
and add a new configuration.Apply
.thundradebug -sp 1111=lab
12358=default
).Debug
on the configuration tab.Run - Edit Configurations
” on WebStorm.Attach to Node.js/Chrome
”.Chrome or Node.js > 6.3 started with --inspect”
to attach to the configuration. Then click “OK
”.thundradebug -sp 1111=lab
12358=default
) .