Uploaded by Andre Gonzalez

debugger-logs-2

advertisement
state = "running"
stackFrames = []
variables = []
breakpoints = [
[
"/home/runner/hw4/main.py",
[
{
"pid1Id": "96e44eb9-5404-4280-96e8-98df1fecbab3",
"line": 33,
"verified": false
}
]
]
]
threadId = null
3/16/2023, 2:06:02 PM -> {"channel":64,"debugSessions":{"sessions":{"main":"Running"}}}
3/16/2023, 2:06:02 PM -> {"channel":64,"debugBreakpointEvent":{"path":"main.py","breakpoints":[{"breakpointId":"96e44eb9-5404-4280-96e8-98df1fecbab3","line":34,"otVersion":20,"otIndex":872}],"absolutePath":"/home/runner/hw4/main.py"}}
3/16/2023, 2:06:02 PM <- {"debugMain":{"session":"main","readOnly":false},"ref":"4gim3bbadeo","channel":64}
3/16/2023, 2:06:02 PM -> {"channel":64,"debugOutput":{"session":"main","output":"\u001b[H\u001b[2J\u001b[3J\u001b[93m CSE03's Adventure Realm --\u001b[0m\r\n\u001b[93m > \u001b[90m Welcome to our adventure realm! In this world, you will make choices which decide your fate. Make the wrong choice, and it could be your last. Find your way through the realm and you'll earn a point. Lets see how high of a score you can earn... Good luck!\r\n\r\n\u001b[96m > \u001b[0m Enter player name: "}}
3/16/2023, 2:06:02 PM -> {"channel":64,"session":1812,"debugMainReply":{"joined":true},"ref":"4gim3bbadeo"}
3/16/2023, 2:06:02 PM -> {"channel":64,"session":1812,"debugMainReply":{"joined":true},"ref":"4gim3bbadeo"}
3/16/2023, 2:06:02 PM <- {"command":"initialize","arguments":{"clientID":"replit","clientName":"replit.com","adapterID":"cppdbg","pathFormat":"path","linesStartAt1":true,"columnsStartAt1":true,"supportsEvaluateForHovers":true,"supportsVariableType":true,"supportsVariablePaging":true,"supportsRunInTerminalRequest":false,"locale":"en-us","supportsProgressReporting":true,"supportsInvalidatedEvent":true},"type":"request","seq":100}
3/16/2023, 2:06:02 PM <- {"debugInput":{"session":"main","adapterInput":"Content-Length: 406\r\n\r\n{\"command\":\"initialize\",\"arguments\":{\"clientID\":\"replit\",\"clientName\":\"replit.com\",\"adapterID\":\"cppdbg\",\"pathFormat\":\"path\",\"linesStartAt1\":true,\"columnsStartAt1\":true,\"supportsEvaluateForHovers\":true,\"supportsVariableType\":true,\"supportsVariablePaging\":true,\"supportsRunInTerminalRequest\":false,\"locale\":\"en-us\",\"supportsProgressReporting\":true,\"supportsInvalidatedEvent\":true},\"type\":\"request\",\"seq\":100}"},"channel":64}
3/16/2023, 2:06:02 PM -> {"channel":64,"session":1812,"ok":{}}
3/16/2023, 2:06:02 PM -> {"channel":64,"debugOutput":{"session":"main","adapterOutput":"Content-Length: 1197\r\n\r\n{\"seq\":1,\"type\":\"response\",\"request_seq\":100,\"success\":true,\"command\":\"initialize\",\"body\":{\"exceptionBreakpointFilters\":[{\"default\":false,\"description\":\"Break whenever any exception is raised.\",\"filter\":\"raised\",\"label\":\"Raised Exceptions\"},{\"default\":true,\"description\":\"Break when the process is exiting due to unhandled exception.\",\"filter\":\"uncaught\",\"label\":\"Uncaught Exceptions\"},{\"default\":false,\"description\":\"Break when exception escapes into library code.\",\"filter\":\"userUnhandled\",\"label\":\"User Uncaught Exceptions\"}],\"supportsClipboardContext\":true,\"supportsCompletionsRequest\":true,\"supportsConditionalBreakpoints\":true,\"supportsConfigurationDoneRequest\":false,\"supportsDebuggerProperties\":true,\"supportsDelayedStackTraceLoading\":true,\"supportsEvaluateForHovers\":true,\"supportsExceptionInfoRequest\":true,\"supportsExceptionOptions\":true,\"supportsFunctionBreakpoints\":true,\"supportsGotoTargetsRequest\":true,\"supportsHitConditionalBreakpoints\":true,\"supportsJoin\":true,\"supportsLogPoints\":true,\"supportsModulesRequest\":true,\"supportsSetExpression\":true,\"supportsSetVariable\":true,\"supportsStepInTargetsRequest\":true,\"supportsTerminateRequest\":true,\"supportsValueFormattingOptions\":true}}"}}
3/16/2023, 2:06:02 PM -> {"seq":1,"type":"response","request_seq":100,"success":true,"command":"initialize","body":{"exceptionBreakpointFilters":[{"default":false,"description":"Break whenever any exception is raised.","filter":"raised","label":"Raised Exceptions"},{"default":true,"description":"Break when the process is exiting due to unhandled exception.","filter":"uncaught","label":"Uncaught Exceptions"},{"default":false,"description":"Break when exception escapes into library code.","filter":"userUnhandled","label":"User Uncaught Exceptions"}],"supportsClipboardContext":true,"supportsCompletionsRequest":true,"supportsConditionalBreakpoints":true,"supportsConfigurationDoneRequest":false,"supportsDebuggerProperties":true,"supportsDelayedStackTraceLoading":true,"supportsEvaluateForHovers":true,"supportsExceptionInfoRequest":true,"supportsExceptionOptions":true,"supportsFunctionBreakpoints":true,"supportsGotoTargetsRequest":true,"supportsHitConditionalBreakpoints":true,"supportsJoin":true,"supportsLogPoints":true,"supportsModulesRequest":true,"supportsSetExpression":true,"supportsSetVariable":true,"supportsStepInTargetsRequest":true,"supportsTerminateRequest":true,"supportsValueFormattingOptions":true}}
3/16/2023, 2:06:02 PM <- {"command":"setBreakpoints","arguments":{"source":{"name":"/home/runner/hw4/main.py","path":"/home/runner/hw4/main.py"},"breakpoints":[{"line":34}]},"type":"request","seq":101}
3/16/2023, 2:06:02 PM <- {"debugInput":{"session":"main","adapterInput":"Content-Length: 176\r\n\r\n{\"command\":\"setBreakpoints\",\"arguments\":{\"source\":{\"name\":\"/home/runner/hw4/main.py\",\"path\":\"/home/runner/hw4/main.py\"},\"breakpoints\":[{\"line\":34}]},\"type\":\"request\",\"seq\":101}"},"channel":64}
3/16/2023, 2:06:02 PM -> {"channel":64,"debugOutput":{"session":"main","adapterOutput":"Content-Length: 196\r\n\r\n{\"seq\":2,\"type\":\"event\",\"event\":\"breakpoint\",\"body\":{\"breakpoint\":{\"id\":0,\"verified\":true,\"source\":{\"name\":\"/home/runner/hw4/main.py\",\"path\":\"/home/runner/hw4/main.py\"},\"line\":34},\"reason\":\"new\"}}Content-Length: 82\r\n\r\n{\"seq\":3,\"type\":\"event\",\"event\":\"thread\",\"body\":{\"reason\":\"started\",\"threadId\":1}}"}}
3/16/2023, 2:06:02 PM -> {"seq":2,"type":"event","event":"breakpoint","body":{"breakpoint":{"id":0,"verified":true,"source":{"name":"/home/runner/hw4/main.py","path":"/home/runner/hw4/main.py"},"line":34},"reason":"new"}}
3/16/2023, 2:06:02 PM -> {"seq":3,"type":"event","event":"thread","body":{"reason":"started","threadId":1}}
3/16/2023, 2:06:02 PM -> {"channel":64,"session":1812,"ok":{}}
3/16/2023, 2:06:02 PM -> {"channel":64,"debugOutput":{"session":"main","adapterOutput":"Content-Length: 200\r\n\r\n{\"seq\":4,\"type\":\"event\",\"event\":\"breakpoint\",\"body\":{\"breakpoint\":{\"id\":0,\"verified\":true,\"source\":{\"name\":\"/home/runner/hw4/main.py\",\"path\":\"/home/runner/hw4/main.py\"},\"line\":34},\"reason\":\"removed\"}}Content-Length: 196\r\n\r\n{\"seq\":5,\"type\":\"event\",\"event\":\"breakpoint\",\"body\":{\"breakpoint\":{\"id\":1,\"verified\":true,\"source\":{\"name\":\"/home/runner/hw4/main.py\",\"path\":\"/home/runner/hw4/main.py\"},\"line\":34},\"reason\":\"new\"}}Content-Length: 226\r\n\r\n{\"seq\":6,\"type\":\"response\",\"request_seq\":101,\"success\":true,\"command\":\"setBreakpoints\",\"body\":{\"breakpoints\":[{\"id\":1,\"verified\":true,\"source\":{\"name\":\"/home/runner/hw4/main.py\",\"path\":\"/home/runner/hw4/main.py\"},\"line\":34}]}}"}}
3/16/2023, 2:06:02 PM -> {"seq":4,"type":"event","event":"breakpoint","body":{"breakpoint":{"id":0,"verified":true,"source":{"name":"/home/runner/hw4/main.py","path":"/home/runner/hw4/main.py"},"line":34},"reason":"removed"}}
3/16/2023, 2:06:02 PM -> {"seq":5,"type":"event","event":"breakpoint","body":{"breakpoint":{"id":1,"verified":true,"source":{"name":"/home/runner/hw4/main.py","path":"/home/runner/hw4/main.py"},"line":34},"reason":"new"}}
3/16/2023, 2:06:02 PM -> {"seq":6,"type":"response","request_seq":101,"success":true,"command":"setBreakpoints","body":{"breakpoints":[{"id":1,"verified":true,"source":{"name":"/home/runner/hw4/main.py","path":"/home/runner/hw4/main.py"},"line":34}]}}
3/16/2023, 2:06:23 PM <- {"debugStop":{"session":"main"},"ref":"247fna7e48d","channel":64}
3/16/2023, 2:06:23 PM -> {"channel":64,"debugState":{"session":"main"}}
3/16/2023, 2:06:23 PM -> {"channel":64,"debugSessions":{}}
3/16/2023, 2:06:23 PM -> {"channel":64,"session":1812,"ok":{},"ref":"247fna7e48d"}
3/16/2023, 2:06:23 PM -> {"channel":64,"session":1812,"ok":{},"ref":"247fna7e48d"}
3/16/2023, 2:06:26 PM <- {"debugMain":{"session":"main","readOnly":false,"debuggerId":".replit/debugger"},"ref":"289klttimi7","channel":64}
3/16/2023, 2:06:26 PM -> {"channel":64,"debugSessions":{"sessions":{"main":"Stopped"}}}
3/16/2023, 2:06:27 PM -> {"channel":64,"debugState":{"session":"main","state":"Running"}}
3/16/2023, 2:06:27 PM -> {"channel":64,"debugSessions":{"sessions":{"main":"Running"}}}
3/16/2023, 2:06:27 PM -> {"channel":64,"session":1812,"debugMainReply":{},"ref":"289klttimi7"}
3/16/2023, 2:06:27 PM -> {"channel":64,"session":1812,"debugMainReply":{},"ref":"289klttimi7"}
3/16/2023, 2:06:27 PM <- {"command":"initialize","arguments":{"clientID":"replit","clientName":"replit.com","adapterID":"cppdbg","pathFormat":"path","linesStartAt1":true,"columnsStartAt1":true,"supportsEvaluateForHovers":true,"supportsVariableType":true,"supportsVariablePaging":true,"supportsRunInTerminalRequest":false,"locale":"en-us","supportsProgressReporting":true,"supportsInvalidatedEvent":true},"type":"request","seq":102}
3/16/2023, 2:06:27 PM <- {"debugInput":{"session":"main","adapterInput":"Content-Length: 406\r\n\r\n{\"command\":\"initialize\",\"arguments\":{\"clientID\":\"replit\",\"clientName\":\"replit.com\",\"adapterID\":\"cppdbg\",\"pathFormat\":\"path\",\"linesStartAt1\":true,\"columnsStartAt1\":true,\"supportsEvaluateForHovers\":true,\"supportsVariableType\":true,\"supportsVariablePaging\":true,\"supportsRunInTerminalRequest\":false,\"locale\":\"en-us\",\"supportsProgressReporting\":true,\"supportsInvalidatedEvent\":true},\"type\":\"request\",\"seq\":102}"},"channel":64}
3/16/2023, 2:06:27 PM -> {"channel":64,"session":1812,"ok":{}}
3/16/2023, 2:06:27 PM -> {"channel":64,"debugOutput":{"session":"main","adapterOutput":"Content-Length: 1196\r\n\r\n{\"seq\":1,\"type\":\"response\",\"request_seq\":102,\"success\":true,\"command\":\"initialize\",\"body\":{\"exceptionBreakpointFilters\":[{\"default\":false,\"description\":\"Break whenever any exception is raised.\",\"filter\":\"raised\",\"label\":\"Raised Exceptions\"},{\"default\":true,\"description\":\"Break when the process is exiting due to unhandled exception.\",\"filter\":\"uncaught\",\"label\":\"Uncaught Exceptions\"},{\"default\":false,\"description\":\"Break when exception escapes into library code.\",\"filter\":\"userUnhandled\",\"label\":\"User Uncaught Exceptions\"}],\"supportsClipboardContext\":true,\"supportsCompletionsRequest\":true,\"supportsConditionalBreakpoints\":true,\"supportsConfigurationDoneRequest\":true,\"supportsDebuggerProperties\":true,\"supportsDelayedStackTraceLoading\":true,\"supportsEvaluateForHovers\":true,\"supportsExceptionInfoRequest\":true,\"supportsExceptionOptions\":true,\"supportsFunctionBreakpoints\":true,\"supportsGotoTargetsRequest\":true,\"supportsHitConditionalBreakpoints\":true,\"supportsJoin\":true,\"supportsLogPoints\":true,\"supportsModulesRequest\":true,\"supportsSetExpression\":true,\"supportsSetVariable\":true,\"supportsStepInTargetsRequest\":true,\"supportsTerminateRequest\":true,\"supportsValueFormattingOptions\":true}}"}}
3/16/2023, 2:06:27 PM -> {"seq":1,"type":"response","request_seq":102,"success":true,"command":"initialize","body":{"exceptionBreakpointFilters":[{"default":false,"description":"Break whenever any exception is raised.","filter":"raised","label":"Raised Exceptions"},{"default":true,"description":"Break when the process is exiting due to unhandled exception.","filter":"uncaught","label":"Uncaught Exceptions"},{"default":false,"description":"Break when exception escapes into library code.","filter":"userUnhandled","label":"User Uncaught Exceptions"}],"supportsClipboardContext":true,"supportsCompletionsRequest":true,"supportsConditionalBreakpoints":true,"supportsConfigurationDoneRequest":true,"supportsDebuggerProperties":true,"supportsDelayedStackTraceLoading":true,"supportsEvaluateForHovers":true,"supportsExceptionInfoRequest":true,"supportsExceptionOptions":true,"supportsFunctionBreakpoints":true,"supportsGotoTargetsRequest":true,"supportsHitConditionalBreakpoints":true,"supportsJoin":true,"supportsLogPoints":true,"supportsModulesRequest":true,"supportsSetExpression":true,"supportsSetVariable":true,"supportsStepInTargetsRequest":true,"supportsTerminateRequest":true,"supportsValueFormattingOptions":true}}
3/16/2023, 2:06:27 PM <- {"command":"setBreakpoints","arguments":{"source":{"name":"/home/runner/hw4/main.py","path":"/home/runner/hw4/main.py"},"breakpoints":[{"line":34}]},"type":"request","seq":103}
3/16/2023, 2:06:27 PM <- {"debugInput":{"session":"main","adapterInput":"Content-Length: 176\r\n\r\n{\"command\":\"setBreakpoints\",\"arguments\":{\"source\":{\"name\":\"/home/runner/hw4/main.py\",\"path\":\"/home/runner/hw4/main.py\"},\"breakpoints\":[{\"line\":34}]},\"type\":\"request\",\"seq\":103}"},"channel":64}
3/16/2023, 2:06:27 PM -> {"channel":64,"session":1812,"ok":{}}
3/16/2023, 2:06:27 PM -> {"channel":64,"debugOutput":{"session":"main","adapterOutput":"Content-Length: 99\r\n\r\n{\"seq\":2,\"type\":\"event\",\"event\":\"debugpyWaitingForServer\",\"body\":{\"host\":\"127.0.0.1\",\"port\":41005}}Content-Length: 46\r\n\r\n{\"seq\":3,\"type\":\"event\",\"event\":\"initialized\"}"}}
3/16/2023, 2:06:27 PM -> {"seq":2,"type":"event","event":"debugpyWaitingForServer","body":{"host":"127.0.0.1","port":41005}}
3/16/2023, 2:06:27 PM -> {"seq":3,"type":"event","event":"initialized"}
3/16/2023, 2:06:27 PM -> {"channel":64,"debugOutput":{"session":"main","adapterOutput":"Content-Length: 226\r\n\r\n{\"seq\":4,\"type\":\"response\",\"request_seq\":103,\"success\":true,\"command\":\"setBreakpoints\",\"body\":{\"breakpoints\":[{\"id\":0,\"verified\":true,\"source\":{\"name\":\"/home/runner/hw4/main.py\",\"path\":\"/home/runner/hw4/main.py\"},\"line\":34}]}}"}}
3/16/2023, 2:06:27 PM -> {"seq":4,"type":"response","request_seq":103,"success":true,"command":"setBreakpoints","body":{"breakpoints":[{"id":0,"verified":true,"source":{"name":"/home/runner/hw4/main.py","path":"/home/runner/hw4/main.py"},"line":34}]}}
3/16/2023, 2:06:27 PM <- {"command":"configurationDone","type":"request","seq":104}
3/16/2023, 2:06:27 PM <- {"debugInput":{"session":"main","adapterInput":"Content-Length: 58\r\n\r\n{\"command\":\"configurationDone\",\"type\":\"request\",\"seq\":104}"},"channel":64}
3/16/2023, 2:06:27 PM -> {"channel":64,"session":1812,"ok":{}}
3/16/2023, 2:06:27 PM -> {"channel":64,"debugOutput":{"session":"main","adapterOutput":"Content-Length: 90\r\n\r\n{\"seq\":5,\"type\":\"response\",\"request_seq\":104,\"success\":true,\"command\":\"configurationDone\"}Content-Length: 218\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\":526}}"}}
3/16/2023, 2:06:27 PM -> {"seq":5,"type":"response","request_seq":104,"success":true,"command":"configurationDone"}
3/16/2023, 2:06:27 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":526}}
3/16/2023, 2:06:27 PM -> {"channel":64,"debugOutput":{"session":"main","adapterOutput":"Content-Length: 82\r\n\r\n{\"seq\":7,\"type\":\"event\",\"event\":\"thread\",\"body\":{\"reason\":\"started\",\"threadId\":1}}"}}
3/16/2023, 2:06:27 PM -> {"seq":7,"type":"event","event":"thread","body":{"reason":"started","threadId":1}}
3/16/2023, 2:06:27 PM -> {"channel":64,"debugOutput":{"session":"main","output":"\u001b[H\u001b[2J\u001b[3J"}}
3/16/2023, 2:06:27 PM -> {"channel":64,"debugOutput":{"session":"main","output":"\u001b[93m CSE03's Adventure Realm --\u001b[0m\r\n\u001b[93m > \u001b[90m Welcome to our adventure realm! In this world, you will make choices which decide your fate. Make the wrong choice, and it could be your last. Find your way through the realm and you'll earn a point. Lets see how high of a score you can earn... Good luck!\r\n"}}
3/16/2023, 2:06:27 PM -> {"channel":64,"debugOutput":{"session":"main","output":"\r\n"}}
3/16/2023, 2:06:27 PM -> {"channel":64,"debugOutput":{"session":"main","output":"\u001b[96m > \u001b[0m Enter player name: "}}
3/16/2023, 2:09:22 PM <- {"debugStop":{"session":"main"},"ref":"20c9k3ncd3n","channel":64}
3/16/2023, 2:09:22 PM -> {"channel":64,"debugState":{"session":"main"}}
3/16/2023, 2:09:22 PM -> {"channel":64,"debugSessions":{}}
3/16/2023, 2:09:22 PM -> {"channel":64,"session":1812,"ok":{},"ref":"20c9k3ncd3n"}
3/16/2023, 2:09:22 PM -> {"channel":64,"session":1812,"ok":{},"ref":"20c9k3ncd3n"}
3/16/2023, 2:09:51 PM -> {"channel":64,"debugBreakpointEvent":{"path":"main.py","breakpoints":[{"breakpointId":"96e44eb9-5404-4280-96e8-98df1fecbab3","line":33,"otVersion":21,"otIndex":873}],"absolutePath":"/home/runner/hw4/main.py"}}
3/16/2023, 2:10:20 PM <- {"debugMain":{"session":"main","readOnly":false,"debuggerId":".replit/debugger"},"ref":"ckz1ucyozsg","channel":64}
3/16/2023, 2:10:20 PM -> {"channel":64,"debugSessions":{"sessions":{"main":"Stopped"}}}
3/16/2023, 2:10:22 PM -> {"channel":64,"debugState":{"session":"main","state":"Running"}}
3/16/2023, 2:10:22 PM -> {"channel":64,"debugSessions":{"sessions":{"main":"Running"}}}
3/16/2023, 2:10:22 PM -> {"channel":64,"session":1812,"debugMainReply":{},"ref":"ckz1ucyozsg"}
3/16/2023, 2:10:22 PM -> {"channel":64,"session":1812,"debugMainReply":{},"ref":"ckz1ucyozsg"}
3/16/2023, 2:10:22 PM <- {"command":"initialize","arguments":{"clientID":"replit","clientName":"replit.com","adapterID":"cppdbg","pathFormat":"path","linesStartAt1":true,"columnsStartAt1":true,"supportsEvaluateForHovers":true,"supportsVariableType":true,"supportsVariablePaging":true,"supportsRunInTerminalRequest":false,"locale":"en-us","supportsProgressReporting":true,"supportsInvalidatedEvent":true},"type":"request","seq":105}
3/16/2023, 2:10:22 PM <- {"debugInput":{"session":"main","adapterInput":"Content-Length: 406\r\n\r\n{\"command\":\"initialize\",\"arguments\":{\"clientID\":\"replit\",\"clientName\":\"replit.com\",\"adapterID\":\"cppdbg\",\"pathFormat\":\"path\",\"linesStartAt1\":true,\"columnsStartAt1\":true,\"supportsEvaluateForHovers\":true,\"supportsVariableType\":true,\"supportsVariablePaging\":true,\"supportsRunInTerminalRequest\":false,\"locale\":\"en-us\",\"supportsProgressReporting\":true,\"supportsInvalidatedEvent\":true},\"type\":\"request\",\"seq\":105}"},"channel":64}
3/16/2023, 2:10:22 PM -> {"channel":64,"session":1812,"ok":{}}
3/16/2023, 2:10:22 PM -> {"channel":64,"debugOutput":{"session":"main","adapterOutput":"Content-Length: 1196\r\n\r\n{\"seq\":1,\"type\":\"response\",\"request_seq\":105,\"success\":true,\"command\":\"initialize\",\"body\":{\"exceptionBreakpointFilters\":[{\"default\":false,\"description\":\"Break whenever any exception is raised.\",\"filter\":\"raised\",\"label\":\"Raised Exceptions\"},{\"default\":true,\"description\":\"Break when the process is exiting due to unhandled exception.\",\"filter\":\"uncaught\",\"label\":\"Uncaught Exceptions\"},{\"default\":false,\"description\":\"Break when exception escapes into library code.\",\"filter\":\"userUnhandled\",\"label\":\"User Uncaught Exceptions\"}],\"supportsClipboardContext\":true,\"supportsCompletionsRequest\":true,\"supportsConditionalBreakpoints\":true,\"supportsConfigurationDoneRequest\":true,\"supportsDebuggerProperties\":true,\"supportsDelayedStackTraceLoading\":true,\"supportsEvaluateForHovers\":true,\"supportsExceptionInfoRequest\":true,\"supportsExceptionOptions\":true,\"supportsFunctionBreakpoints\":true,\"supportsGotoTargetsRequest\":true,\"supportsHitConditionalBreakpoints\":true,\"supportsJoin\":true,\"supportsLogPoints\":true,\"supportsModulesRequest\":true,\"supportsSetExpression\":true,\"supportsSetVariable\":true,\"supportsStepInTargetsRequest\":true,\"supportsTerminateRequest\":true,\"supportsValueFormattingOptions\":true}}"}}
3/16/2023, 2:10:22 PM -> {"seq":1,"type":"response","request_seq":105,"success":true,"command":"initialize","body":{"exceptionBreakpointFilters":[{"default":false,"description":"Break whenever any exception is raised.","filter":"raised","label":"Raised Exceptions"},{"default":true,"description":"Break when the process is exiting due to unhandled exception.","filter":"uncaught","label":"Uncaught Exceptions"},{"default":false,"description":"Break when exception escapes into library code.","filter":"userUnhandled","label":"User Uncaught Exceptions"}],"supportsClipboardContext":true,"supportsCompletionsRequest":true,"supportsConditionalBreakpoints":true,"supportsConfigurationDoneRequest":true,"supportsDebuggerProperties":true,"supportsDelayedStackTraceLoading":true,"supportsEvaluateForHovers":true,"supportsExceptionInfoRequest":true,"supportsExceptionOptions":true,"supportsFunctionBreakpoints":true,"supportsGotoTargetsRequest":true,"supportsHitConditionalBreakpoints":true,"supportsJoin":true,"supportsLogPoints":true,"supportsModulesRequest":true,"supportsSetExpression":true,"supportsSetVariable":true,"supportsStepInTargetsRequest":true,"supportsTerminateRequest":true,"supportsValueFormattingOptions":true}}
3/16/2023, 2:10:22 PM <- {"command":"setBreakpoints","arguments":{"source":{"name":"/home/runner/hw4/main.py","path":"/home/runner/hw4/main.py"},"breakpoints":[{"line":33}]},"type":"request","seq":106}
3/16/2023, 2:10:22 PM <- {"debugInput":{"session":"main","adapterInput":"Content-Length: 176\r\n\r\n{\"command\":\"setBreakpoints\",\"arguments\":{\"source\":{\"name\":\"/home/runner/hw4/main.py\",\"path\":\"/home/runner/hw4/main.py\"},\"breakpoints\":[{\"line\":33}]},\"type\":\"request\",\"seq\":106}"},"channel":64}
3/16/2023, 2:10:22 PM -> {"channel":64,"session":1812,"ok":{}}
3/16/2023, 2:10:22 PM -> {"channel":64,"debugOutput":{"session":"main","adapterOutput":"Content-Length: 99\r\n\r\n{\"seq\":2,\"type\":\"event\",\"event\":\"debugpyWaitingForServer\",\"body\":{\"host\":\"127.0.0.1\",\"port\":45363}}"}}
3/16/2023, 2:10:22 PM -> {"seq":2,"type":"event","event":"debugpyWaitingForServer","body":{"host":"127.0.0.1","port":45363}}
3/16/2023, 2:10:22 PM -> {"channel":64,"debugOutput":{"session":"main","adapterOutput":"Content-Length: 46\r\n\r\n{\"seq\":3,\"type\":\"event\",\"event\":\"initialized\"}"}}
3/16/2023, 2:10:22 PM -> {"seq":3,"type":"event","event":"initialized"}
3/16/2023, 2:10:22 PM -> {"channel":64,"debugOutput":{"session":"main","adapterOutput":"Content-Length: 226\r\n\r\n{\"seq\":4,\"type\":\"response\",\"request_seq\":106,\"success\":true,\"command\":\"setBreakpoints\",\"body\":{\"breakpoints\":[{\"id\":0,\"verified\":true,\"source\":{\"name\":\"/home/runner/hw4/main.py\",\"path\":\"/home/runner/hw4/main.py\"},\"line\":31}]}}"}}
3/16/2023, 2:10:22 PM -> {"seq":4,"type":"response","request_seq":106,"success":true,"command":"setBreakpoints","body":{"breakpoints":[{"id":0,"verified":true,"source":{"name":"/home/runner/hw4/main.py","path":"/home/runner/hw4/main.py"},"line":31}]}}
3/16/2023, 2:10:22 PM <- {"command":"configurationDone","type":"request","seq":107}
3/16/2023, 2:10:22 PM <- {"debugInput":{"session":"main","adapterInput":"Content-Length: 58\r\n\r\n{\"command\":\"configurationDone\",\"type\":\"request\",\"seq\":107}"},"channel":64}
3/16/2023, 2:10:22 PM -> {"channel":64,"session":1812,"ok":{}}
3/16/2023, 2:10:22 PM -> {"channel":64,"debugOutput":{"session":"main","adapterOutput":"Content-Length: 90\r\n\r\n{\"seq\":5,\"type\":\"response\",\"request_seq\":107,\"success\":true,\"command\":\"configurationDone\"}Content-Length: 218\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\":570}}Content-Length: 82\r\n\r\n{\"seq\":7,\"type\":\"event\",\"event\":\"thread\",\"body\":{\"reason\":\"started\",\"threadId\":1}}"}}
3/16/2023, 2:10:22 PM -> {"seq":5,"type":"response","request_seq":107,"success":true,"command":"configurationDone"}
3/16/2023, 2:10:22 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":570}}
3/16/2023, 2:10:22 PM -> {"seq":7,"type":"event","event":"thread","body":{"reason":"started","threadId":1}}
3/16/2023, 2:10:22 PM -> {"channel":64,"debugOutput":{"session":"main","output":"\u001b[H\u001b[2J\u001b[3J"}}
3/16/2023, 2:10:22 PM -> {"channel":64,"debugOutput":{"session":"main","output":"\u001b[93m CSE03's Adventure Realm --\u001b[0m"}}
3/16/2023, 2:10:22 PM -> {"channel":64,"debugOutput":{"session":"main","output":"\r\n"}}
3/16/2023, 2:10:22 PM -> {"channel":64,"debugOutput":{"session":"main","output":"\u001b[93m > \u001b[90m Welcome to our adventure realm! In this world, you will make choices which decide your fate. Make the wrong choice, and it could be your last. Find your way through the realm and you'll earn a point. Lets see how high of a score you can earn... Good luck!"}}
3/16/2023, 2:10:22 PM -> {"channel":64,"debugOutput":{"session":"main","output":"\r\n"}}
3/16/2023, 2:10:22 PM -> {"channel":64,"debugOutput":{"session":"main","output":"\r\n"}}
3/16/2023, 2:10:22 PM -> {"channel":64,"debugOutput":{"session":"main","output":"\u001b[96m > \u001b[0m Enter player name: "}}
Download