0% found this document useful (0 votes)
21 views6 pages

Debugger Logs

The document contains a log of a debugging session for a Python application, detailing the addition of breakpoints and the state of the debugging process. It includes events such as initializing the debugger, setting breakpoints, and handling exceptions, including an IndentationError. The session ultimately terminates after encountering an error during execution.

Uploaded by

kritishbarik23
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views6 pages

Debugger Logs

The document contains a log of a debugging session for a Python application, detailing the addition of breakpoints and the state of the debugging process. It includes events such as initializing the debugger, setting breakpoints, and handling exceptions, including an IndentationError. The session ultimately terminates after encountering an error during execution.

Uploaded by

kritishbarik23
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 6

state = "terminated"

stackFrames = []
variables = []
breakpoints = [
[
"/home/runner/IcyTanRatios/main.py",
[
{
"pid1Id": "77bae13a-3ef6-41aa-bece-2049ded607d3",
"line": 73,
"verified": false
}
]
]
]
threadId = null

3/3/2022, 1:30:39 PM -> {"channel":22,"debugSessions":{}}


3/3/2022, 1:43:47 PM <- {"debugAddBreakpointRequest":
{"path":"main.py","line":73,"otIndex":2577,"otVersion":112},"ref":"foqv0wvvy2","cha
nnel":22}
3/3/2022, 1:43:47 PM <- {"debugAddBreakpointRequest":
{"path":"main.py","line":73,"otIndex":2577,"otVersion":112},"ref":"1pnj1fj2mwm","ch
annel":22}
3/3/2022, 1:43:47 PM -> {"channel":22,"debugBreakpointEvent":
{"path":"main.py","breakpoints":[{"breakpointId":"77bae13a-3ef6-41aa-bece-
2049ded607d3","line":73,"otVersion":111,"otIndex":2585}],"absolutePath":"/home/
runner/IcyTanRatios/main.py"}}
3/3/2022, 1:43:47 PM -> {"channel":22,"session":8767,"ok":{},"ref":"foqv0wvvy2"}
3/3/2022, 1:43:47 PM -> {"channel":22,"session":8767,"ok":{},"ref":"foqv0wvvy2"}
3/3/2022, 1:43:47 PM -> {"channel":22,"session":8767,"ok":{},"ref":"1pnj1fj2mwm"}
3/3/2022, 1:43:47 PM -> {"channel":22,"session":8767,"ok":{},"ref":"1pnj1fj2mwm"}
3/3/2022, 1:47:49 PM <- {"debugMain":
{"session":"main","readOnly":false},"ref":"z4w9brae8r","channel":22}
3/3/2022, 1:47:50 PM -> {"channel":22,"debugSessions":{"sessions":
{"main":"Stopped"}}}
3/3/2022, 1:47:51 PM -> {"channel":22,"debugState":
{"session":"main","state":"Running"}}
3/3/2022, 1:47:51 PM -> {"channel":22,"debugSessions":{"sessions":
{"main":"Running"}}}
3/3/2022, 1:47:51 PM -> {"channel":22,"session":8767,"debugMainReply":
{},"ref":"z4w9brae8r"}
3/3/2022, 1:47:51 PM -> {"channel":22,"session":8767,"debugMainReply":
{},"ref":"z4w9brae8r"}
3/3/2022, 1:47:51 PM <- {"command":"initialize","arguments":
{"clientID":"replit","clientName":"replit.com","adapterID":"cppdbg","pathFormat":"p
ath","linesStartAt1":true,"columnsStartAt1":true,"supportsVariableType":true,"suppo
rtsVariablePaging":true,"supportsRunInTerminalRequest":false,"locale":"en-
us","supportsProgressReporting":true,"supportsInvalidatedEvent":true},"type":"reque
st","seq":100}
3/3/2022, 1:47:51 PM <- {"debugInput":{"session":"main","adapterInput":"Content-
Length: 373\r\n\r\n{\"command\":\"initialize\",\"arguments\":
{\"clientID\":\"replit\",\"clientName\":\"replit.com\",\"adapterID\":\"cppdbg\",\"p
athFormat\":\"path\",\"linesStartAt1\":true,\"columnsStartAt1\":true,\"supportsVari
ableType\":true,\"supportsVariablePaging\":true,\"supportsRunInTerminalRequest\":fa
lse,\"locale\":\"en-
us\",\"supportsProgressReporting\":true,\"supportsInvalidatedEvent\":true},\"type\"
:\"request\",\"seq\":100}"},"channel":22}
3/3/2022, 1:47:51 PM -> {"channel":22,"session":8767,"ok":{}}
3/3/2022, 1:47:51 PM -> {"channel":22,"debugOutput":
{"session":"main","adapterOutput":"Content-Length: 850\r\n\r\
n{\"seq\":1,\"type\":\"response\",\"request_seq\":100,\"success\":true,\"command\":
\"initialize\",\"body\":{\"exceptionBreakpointFilters\":
[{\"default\":false,\"filter\":\"raised\",\"label\":\"Raised Exceptions\"},
{\"default\":true,\"filter\":\"uncaught\",\"label\":\"Uncaught
Exceptions\"}],\"supportsClipboardContext\":true,\"supportsCompletionsRequest\":tru
e,\"supportsConditionalBreakpoints\":true,\"supportsConfigurationDoneRequest\":true
,\"supportsDebuggerProperties\":true,\"supportsDelayedStackTraceLoading\":true,\"su
pportsEvaluateForHovers\":true,\"supportsExceptionInfoRequest\":true,\"supportsExce
ptionOptions\":true,\"supportsGotoTargetsRequest\":true,\"supportsHitConditionalBre
akpoints\":true,\"supportsJoin\":true,\"supportsLogPoints\":true,\"supportsModulesR
equest\":true,\"supportsSetExpression\":true,\"supportsSetVariable\":true,\"support
sTerminateDebuggee\":true,\"supportsValueFormattingOptions\":true}}"}}
3/3/2022, 1:47:51 PM ->
{"seq":1,"type":"response","request_seq":100,"success":true,"command":"initialize",
"body":{"exceptionBreakpointFilters":
[{"default":false,"filter":"raised","label":"Raised Exceptions"},
{"default":true,"filter":"uncaught","label":"Uncaught
Exceptions"}],"supportsClipboardContext":true,"supportsCompletionsRequest":true,"su
pportsConditionalBreakpoints":true,"supportsConfigurationDoneRequest":true,"support
sDebuggerProperties":true,"supportsDelayedStackTraceLoading":true,"supportsEvaluate
ForHovers":true,"supportsExceptionInfoRequest":true,"supportsExceptionOptions":true
,"supportsGotoTargetsRequest":true,"supportsHitConditionalBreakpoints":true,"suppor
tsJoin":true,"supportsLogPoints":true,"supportsModulesRequest":true,"supportsSetExp
ression":true,"supportsSetVariable":true,"supportsTerminateDebuggee":true,"supports
ValueFormattingOptions":true}}
3/3/2022, 1:47:51 PM <- {"command":"setBreakpoints","arguments":{"source":
{"name":"/home/runner/IcyTanRatios/main.py","path":"/home/runner/IcyTanRatios/
main.py"},"breakpoints":[{"line":73}]},"type":"request","seq":101}
3/3/2022, 1:47:51 PM <- {"debugInput":{"session":"main","adapterInput":"Content-
Length: 194\r\n\r\n{\"command\":\"setBreakpoints\",\"arguments\":{\"source\":
{\"name\":\"/home/runner/IcyTanRatios/main.py\",\"path\":\"/home/runner/
IcyTanRatios/main.py\"},\"breakpoints\":
[{\"line\":73}]},\"type\":\"request\",\"seq\":101}"},"channel":22}
3/3/2022, 1:47:52 PM -> {"channel":22,"session":8767,"ok":{}}
3/3/2022, 1:47:52 PM -> {"channel":22,"debugOutput":
{"session":"main","adapterOutput":"Content-Length: 99\r\n\r\
n{\"seq\":2,\"type\":\"event\",\"event\":\"debugpyWaitingForServer\",\"body\":
{\"host\":\"127.0.0.1\",\"port\":43039}}Content-Length: 46\r\n\r\
n{\"seq\":3,\"type\":\"event\",\"event\":\"initialized\"}"}}
3/3/2022, 1:47:52 PM ->
{"seq":2,"type":"event","event":"debugpyWaitingForServer","body":
{"host":"127.0.0.1","port":43039}}
3/3/2022, 1:47:52 PM -> {"seq":3,"type":"event","event":"initialized"}
3/3/2022, 1:47:52 PM -> {"channel":22,"debugOutput":
{"session":"main","adapterOutput":"Content-Length: 244\r\n\r\
n{\"seq\":4,\"type\":\"response\",\"request_seq\":101,\"success\":true,\"command\":
\"setBreakpoints\",\"body\":{\"breakpoints\":
[{\"id\":0,\"verified\":true,\"source\":{\"name\":\"/home/runner/IcyTanRatios/
main.py\",\"path\":\"/home/runner/IcyTanRatios/main.py\"},\"line\":73}]}}"}}
3/3/2022, 1:47:52 PM ->
{"seq":4,"type":"response","request_seq":101,"success":true,"command":"setBreakpoin
ts","body":{"breakpoints":[{"id":0,"verified":true,"source":{"name":"/home/runner/
IcyTanRatios/main.py","path":"/home/runner/IcyTanRatios/main.py"},"line":73}]}}
3/3/2022, 1:47:52 PM <- {"command":"configurationDone","type":"request","seq":102}
3/3/2022, 1:47:52 PM <- {"debugInput":{"session":"main","adapterInput":"Content-
Length: 58\r\n\r\
n{\"command\":\"configurationDone\",\"type\":\"request\",\"seq\":102}"},"channel":2
2}
3/3/2022, 1:47:52 PM -> {"channel":22,"session":8767,"ok":{}}
3/3/2022, 1:47:52 PM -> {"channel":22,"debugOutput":
{"session":"main","adapterOutput":"Content-Length: 90\r\n\r\
n{\"seq\":5,\"type\":\"response\",\"request_seq\":102,\"success\":true,\"command\":
\"configurationDone\"}Content-Length: 219\r\n\r\
n{\"seq\":6,\"type\":\"event\",\"event\":\"process\",\"body\":
{\"isLocalProcess\":true,\"name\":\"/nix/store/ann2w0blx5vrc8mw1hwnvb37gry6ci9a-
replit-python-dap-wrapper-1.0.0/bin/dap-
python\",\"startMethod\":\"attach\",\"systemProcessId\":1640}}Content-Length: 82\r\
n\r\n{\"seq\":7,\"type\":\"event\",\"event\":\"thread\",\"body\":
{\"reason\":\"started\",\"threadId\":1}}"}}
3/3/2022, 1:47:52 PM ->
{"seq":5,"type":"response","request_seq":102,"success":true,"command":"configuratio
nDone"}
3/3/2022, 1:47:52 PM -> {"seq":6,"type":"event","event":"process","body":
{"isLocalProcess":true,"name":"/nix/store/ann2w0blx5vrc8mw1hwnvb37gry6ci9a-replit-
python-dap-wrapper-1.0.0/bin/dap-
python","startMethod":"attach","systemProcessId":1640}}
3/3/2022, 1:47:52 PM -> {"seq":7,"type":"event","event":"thread","body":
{"reason":"started","threadId":1}}
3/3/2022, 1:47:52 PM -> {"channel":22,"debugOutput":
{"session":"main","output":"Traceback (most recent call last):\r\n File
\"/nix/store/ann2w0blx5vrc8mw1hwnvb37gry6ci9a-replit-python-dap-wrapper-1.0.0/bin/
dap-python\", line 42, in <module>\r\n _main()\r\n File
\"/nix/store/ann2w0blx5vrc8mw1hwnvb37gry6ci9a-replit-python-dap-wrapper-1.0.0/bin/
dap-python\", line 38, in _main\r\n runpy.run_path(target_as_str,
run_name=\"__main__\")"}}
3/3/2022, 1:47:52 PM -> {"channel":22,"debugOutput":{"session":"main","output":"\r\
n File
\"/nix/store/xd5m4hym6gjmdfl0hx1xpj4j2hlc54xx-python3-3.8.12/lib/python3.8/
runpy.py\", line 264, in run_path\r\n code, fname =
_get_code_from_file(run_name, path_name)\r\n File
\"/nix/store/xd5m4hym6gjmdfl0hx1xpj4j2hlc54xx-python3-3.8.12/lib/python3.8/
runpy.py\", line 239, in _get_code_from_file\r\n code = compile(f.read(), fname,
'exec')\r\n File \"main.py\", line 30\r\n for x in
range(width/grass.get_width(1)+1):\r\n ^\r\nIndentationError: unexpected indent\
r\n"}}
3/3/2022, 1:47:52 PM -> {"channel":22,"debugOutput":
{"session":"main","adapterOutput":"Content-Length: 81\r\n\r\
n{\"seq\":8,\"type\":\"event\",\"event\":\"thread\",\"body\":
{\"reason\":\"exited\",\"threadId\":1}}"}}
3/3/2022, 1:47:52 PM -> {"seq":8,"type":"event","event":"thread","body":
{"reason":"exited","threadId":1}}
3/3/2022, 1:47:52 PM -> {"channel":22,"debugOutput":
{"session":"main","adapterOutput":"Content-Length: 45\r\n\r\
n{\"seq\":9,\"type\":\"event\",\"event\":\"terminated\"}"}}
3/3/2022, 1:47:52 PM -> {"seq":9,"type":"event","event":"terminated"}
3/3/2022, 1:47:53 PM -> {"channel":22,"debugState":{"session":"main"}}
3/3/2022, 1:47:53 PM -> {"channel":22,"debugSessions":{}}
3/3/2022, 1:47:56 PM <- {"debugMain":
{"session":"main","readOnly":false},"ref":"da8ny45h03k","channel":22}
3/3/2022, 1:47:56 PM -> {"channel":22,"debugSessions":{"sessions":
{"main":"Stopped"}}}
3/3/2022, 1:47:58 PM -> {"channel":22,"debugState":
{"session":"main","state":"Running"}}
3/3/2022, 1:47:58 PM -> {"channel":22,"debugSessions":{"sessions":
{"main":"Running"}}}
3/3/2022, 1:47:58 PM -> {"channel":22,"session":8767,"debugMainReply":
{},"ref":"da8ny45h03k"}
3/3/2022, 1:47:58 PM -> {"channel":22,"session":8767,"debugMainReply":
{},"ref":"da8ny45h03k"}
3/3/2022, 1:47:58 PM <- {"command":"initialize","arguments":
{"clientID":"replit","clientName":"replit.com","adapterID":"cppdbg","pathFormat":"p
ath","linesStartAt1":true,"columnsStartAt1":true,"supportsVariableType":true,"suppo
rtsVariablePaging":true,"supportsRunInTerminalRequest":false,"locale":"en-
us","supportsProgressReporting":true,"supportsInvalidatedEvent":true},"type":"reque
st","seq":103}
3/3/2022, 1:47:58 PM <- {"debugInput":{"session":"main","adapterInput":"Content-
Length: 373\r\n\r\n{\"command\":\"initialize\",\"arguments\":
{\"clientID\":\"replit\",\"clientName\":\"replit.com\",\"adapterID\":\"cppdbg\",\"p
athFormat\":\"path\",\"linesStartAt1\":true,\"columnsStartAt1\":true,\"supportsVari
ableType\":true,\"supportsVariablePaging\":true,\"supportsRunInTerminalRequest\":fa
lse,\"locale\":\"en-
us\",\"supportsProgressReporting\":true,\"supportsInvalidatedEvent\":true},\"type\"
:\"request\",\"seq\":103}"},"channel":22}
3/3/2022, 1:47:58 PM -> {"channel":22,"session":8767,"ok":{}}
3/3/2022, 1:47:58 PM -> {"channel":22,"debugOutput":
{"session":"main","adapterOutput":"Content-Length: 850\r\n\r\
n{\"seq\":1,\"type\":\"response\",\"request_seq\":103,\"success\":true,\"command\":
\"initialize\",\"body\":{\"exceptionBreakpointFilters\":
[{\"default\":false,\"filter\":\"raised\",\"label\":\"Raised Exceptions\"},
{\"default\":true,\"filter\":\"uncaught\",\"label\":\"Uncaught
Exceptions\"}],\"supportsClipboardContext\":true,\"supportsCompletionsRequest\":tru
e,\"supportsConditionalBreakpoints\":true,\"supportsConfigurationDoneRequest\":true
,\"supportsDebuggerProperties\":true,\"supportsDelayedStackTraceLoading\":true,\"su
pportsEvaluateForHovers\":true,\"supportsExceptionInfoRequest\":true,\"supportsExce
ptionOptions\":true,\"supportsGotoTargetsRequest\":true,\"supportsHitConditionalBre
akpoints\":true,\"supportsJoin\":true,\"supportsLogPoints\":true,\"supportsModulesR
equest\":true,\"supportsSetExpression\":true,\"supportsSetVariable\":true,\"support
sTerminateDebuggee\":true,\"supportsValueFormattingOptions\":true}}"}}
3/3/2022, 1:47:58 PM ->
{"seq":1,"type":"response","request_seq":103,"success":true,"command":"initialize",
"body":{"exceptionBreakpointFilters":
[{"default":false,"filter":"raised","label":"Raised Exceptions"},
{"default":true,"filter":"uncaught","label":"Uncaught
Exceptions"}],"supportsClipboardContext":true,"supportsCompletionsRequest":true,"su
pportsConditionalBreakpoints":true,"supportsConfigurationDoneRequest":true,"support
sDebuggerProperties":true,"supportsDelayedStackTraceLoading":true,"supportsEvaluate
ForHovers":true,"supportsExceptionInfoRequest":true,"supportsExceptionOptions":true
,"supportsGotoTargetsRequest":true,"supportsHitConditionalBreakpoints":true,"suppor
tsJoin":true,"supportsLogPoints":true,"supportsModulesRequest":true,"supportsSetExp
ression":true,"supportsSetVariable":true,"supportsTerminateDebuggee":true,"supports
ValueFormattingOptions":true}}
3/3/2022, 1:47:58 PM <- {"command":"setBreakpoints","arguments":{"source":
{"name":"/home/runner/IcyTanRatios/main.py","path":"/home/runner/IcyTanRatios/
main.py"},"breakpoints":[{"line":73}]},"type":"request","seq":104}
3/3/2022, 1:47:58 PM <- {"debugInput":{"session":"main","adapterInput":"Content-
Length: 194\r\n\r\n{\"command\":\"setBreakpoints\",\"arguments\":{\"source\":
{\"name\":\"/home/runner/IcyTanRatios/main.py\",\"path\":\"/home/runner/
IcyTanRatios/main.py\"},\"breakpoints\":
[{\"line\":73}]},\"type\":\"request\",\"seq\":104}"},"channel":22}
3/3/2022, 1:47:58 PM -> {"channel":22,"session":8767,"ok":{}}
3/3/2022, 1:47:58 PM -> {"channel":22,"debugOutput":
{"session":"main","adapterOutput":"Content-Length: 99\r\n\r\
n{\"seq\":2,\"type\":\"event\",\"event\":\"debugpyWaitingForServer\",\"body\":
{\"host\":\"127.0.0.1\",\"port\":41227}}Content-Length: 46\r\n\r\
n{\"seq\":3,\"type\":\"event\",\"event\":\"initialized\"}"}}
3/3/2022, 1:47:58 PM ->
{"seq":2,"type":"event","event":"debugpyWaitingForServer","body":
{"host":"127.0.0.1","port":41227}}
3/3/2022, 1:47:58 PM -> {"seq":3,"type":"event","event":"initialized"}
3/3/2022, 1:47:58 PM -> {"channel":22,"debugOutput":
{"session":"main","adapterOutput":"Content-Length: 244\r\n\r\
n{\"seq\":4,\"type\":\"response\",\"request_seq\":104,\"success\":true,\"command\":
\"setBreakpoints\",\"body\":{\"breakpoints\":
[{\"id\":0,\"verified\":true,\"source\":{\"name\":\"/home/runner/IcyTanRatios/
main.py\",\"path\":\"/home/runner/IcyTanRatios/main.py\"},\"line\":73}]}}"}}
3/3/2022, 1:47:58 PM ->
{"seq":4,"type":"response","request_seq":104,"success":true,"command":"setBreakpoin
ts","body":{"breakpoints":[{"id":0,"verified":true,"source":{"name":"/home/runner/
IcyTanRatios/main.py","path":"/home/runner/IcyTanRatios/main.py"},"line":73}]}}
3/3/2022, 1:47:58 PM <- {"command":"configurationDone","type":"request","seq":105}
3/3/2022, 1:47:58 PM <- {"debugInput":{"session":"main","adapterInput":"Content-
Length: 58\r\n\r\
n{\"command\":\"configurationDone\",\"type\":\"request\",\"seq\":105}"},"channel":2
2}
3/3/2022, 1:47:58 PM -> {"channel":22,"session":8767,"ok":{}}
3/3/2022, 1:47:58 PM -> {"channel":22,"debugOutput":
{"session":"main","adapterOutput":"Content-Length: 90\r\n\r\
n{\"seq\":5,\"type\":\"response\",\"request_seq\":105,\"success\":true,\"command\":
\"configurationDone\"}"}}
3/3/2022, 1:47:58 PM ->
{"seq":5,"type":"response","request_seq":105,"success":true,"command":"configuratio
nDone"}
3/3/2022, 1:47:58 PM -> {"channel":22,"debugOutput":
{"session":"main","adapterOutput":"Content-Length: 219\r\n\r\
n{\"seq\":6,\"type\":\"event\",\"event\":\"process\",\"body\":
{\"isLocalProcess\":true,\"name\":\"/nix/store/ann2w0blx5vrc8mw1hwnvb37gry6ci9a-
replit-python-dap-wrapper-1.0.0/bin/dap-
python\",\"startMethod\":\"attach\",\"systemProcessId\":1691}}Content-Length: 82\r\
n\r\n{\"seq\":7,\"type\":\"event\",\"event\":\"thread\",\"body\":
{\"reason\":\"started\",\"threadId\":1}}"}}
3/3/2022, 1:47:58 PM -> {"seq":6,"type":"event","event":"process","body":
{"isLocalProcess":true,"name":"/nix/store/ann2w0blx5vrc8mw1hwnvb37gry6ci9a-replit-
python-dap-wrapper-1.0.0/bin/dap-
python","startMethod":"attach","systemProcessId":1691}}
3/3/2022, 1:47:58 PM -> {"seq":7,"type":"event","event":"thread","body":
{"reason":"started","threadId":1}}
3/3/2022, 1:47:58 PM -> {"channel":22,"debugOutput":
{"session":"main","output":"Traceback (most recent call last):\r\n File
\"/nix/store/ann2w0blx5vrc8mw1hwnvb37gry6ci9a-replit-python-dap-wrapper-1.0.0/bin/
dap-python\", line 42, in <module>\r\n"}}
3/3/2022, 1:47:58 PM -> {"channel":22,"debugOutput":{"session":"main","output":"
_main()\r\n File \"/nix/store/ann2w0blx5vrc8mw1hwnvb37gry6ci9a-replit-python-dap-
wrapper-1.0.0/bin/dap-python\", line 38, in _main\r\n"}}
3/3/2022, 1:47:58 PM -> {"channel":22,"debugOutput":{"session":"main","output":"
runpy.run_path(target_as_str, run_name=\"__main__\")\r\n File
\"/nix/store/xd5m4hym6gjmdfl0hx1xpj4j2hlc54xx-python3-3.8.12/lib/python3.8/
runpy.py\", line 264, in run_path\r\n"}}
3/3/2022, 1:47:58 PM -> {"channel":22,"debugOutput":{"session":"main","output":"
code, fname = _get_code_from_file(run_name, path_name)\r\n File
\"/nix/store/xd5m4hym6gjmdfl0hx1xpj4j2hlc54xx-python3-3.8.12/lib/python3.8/
runpy.py\", line 239, in _get_code_from_file\r\n"}}
3/3/2022, 1:47:58 PM -> {"channel":22,"debugOutput":{"session":"main","output":"
code = compile(f.read(), fname, 'exec')\r\n File \"main.py\", line 30\r\n for x
in range(width/grass.get_width(1)+1):\r\n ^\r\nIndentationError: unexpected
indent\r\n"}}
3/3/2022, 1:47:58 PM -> {"channel":22,"debugOutput":
{"session":"main","adapterOutput":"Content-Length: 81\r\n\r\
n{\"seq\":8,\"type\":\"event\",\"event\":\"thread\",\"body\":
{\"reason\":\"exited\",\"threadId\":1}}"}}
3/3/2022, 1:47:58 PM -> {"seq":8,"type":"event","event":"thread","body":
{"reason":"exited","threadId":1}}
3/3/2022, 1:47:58 PM -> {"channel":22,"debugOutput":
{"session":"main","adapterOutput":"Content-Length: 45\r\n\r\
n{\"seq\":9,\"type\":\"event\",\"event\":\"terminated\"}"}}
3/3/2022, 1:47:58 PM -> {"seq":9,"type":"event","event":"terminated"}
3/3/2022, 1:47:59 PM -> {"channel":22,"debugState":{"session":"main"}}
3/3/2022, 1:47:59 PM -> {"channel":22,"debugSessions":{}}

You might also like