Skip to content

Instantly share code, notes, and snippets.

@rakkarage
Created November 11, 2023 22:34
Show Gist options
  • Save rakkarage/8d19c3de44e9650eae482d41d2de6017 to your computer and use it in GitHub Desktop.
Save rakkarage/8d19c3de44e9650eae482d41d2de6017 to your computer and use it in GitHub Desktop.
Fast VSCode Godot First Breakpoint on Windows
<- (E) {"seq":3,"type":"event","event":"output","body":{"category":"console","output":"-------------------------------------------------------------------\nYou may only use the C/C++ Extension for Visual Studio Code\nwith Visual Studio Code, Visual Studio or Visual Studio for Mac\nsoftware to help you develop and test your applications.\n-------------------------------------------------------------------\n","severity":"ok"}}
-------------------------------------------------------------------
You may only use the C/C++ Extension for Visual Studio Code
with Visual Studio Code, Visual Studio or Visual Studio for Mac
software to help you develop and test your applications.
-------------------------------------------------------------------
<- (R) {"seq":5,"type":"response","request_seq":2,"success":true,"command":"launch"}
-> (C) {"type":"response","seq":1,"command":"handshake","request_seq":2,"success":true,"body":{"signature":"00081lVa4sBNbzRUplPTWl3UPlnZiduc6n12hrM7XayWuM="}}
<- (E) {"seq":8,"type":"event","event":"initialized","body":{}}
-> (C) {"command":"setBreakpoints","arguments":{"source":{"name":"editor_asset_installer.cpp","path":"c:\\Users\\Rakka\\Documents\\Code\\godot\\editor\\editor_asset_installer.cpp"},"lines":[68],"breakpoints":[{"line":68}],"sourceModified":false},"type":"request","seq":3}
<- (E) {"seq":11,"type":"event","event":"output","body":{"category":"telemetry","output":"vs/diagnostics/debugger/vsdbg/BreakpointAdded","data":{"VS.Diagnostics.Debugger.vsdbg.OSFamily":"Windows","VS.Diagnostics.Debugger.vsdbg.Version":"17.6.10316.1 commit:5f466936d63912d5f5f9dea13e215d0d5e4fd10c","VS.Diagnostics.Debugger.vsdbg.BreakpointAdded.HasHitCount":false,"VS.Diagnostics.Debugger.vsdbg.WindowsVersion":"10.0.22621","VS.Diagnostics.Debugger.vsdbg.AdapterId":"cppvsdbg","VS.Diagnostics.Debugger.vsdbg.BreakpointAdded.BreakpointType":"Source","VS.Diagnostics.Debugger.vsdbg.BreakpointAdded.HasLogMessage":false,"VS.Diagnostics.Debugger.vsdbg.BreakpointAdded.HasCondition":false}}}
<- (R) {"seq":13,"type":"response","request_seq":3,"success":true,"command":"setBreakpoints","body":{"breakpoints":[{"id":1,"verified":false,"message":"The breakpoint is pending and will be resolved when debugging starts.","line":68}]}}
-> (C) {"command":"setFunctionBreakpoints","arguments":{"breakpoints":[]},"type":"request","seq":4}
<- (R) {"seq":16,"type":"response","request_seq":4,"success":true,"command":"setFunctionBreakpoints","body":{"breakpoints":[]}}
-> (C) {"command":"setInstructionBreakpoints","arguments":{"breakpoints":[]},"type":"request","seq":5}
<- (R) {"seq":19,"type":"response","request_seq":5,"success":true,"command":"setInstructionBreakpoints","body":{"breakpoints":[]}}
-> (C) {"command":"setExceptionBreakpoints","arguments":{"filters":[],"filterOptions":[]},"type":"request","seq":6}
<- (R) {"seq":22,"type":"response","request_seq":6,"success":true,"command":"setExceptionBreakpoints","body":{}}
-> (C) {"command":"configurationDone","type":"request","seq":7}
<- (E) {"seq":25,"type":"event","event":"output","body":{"category":"telemetry","output":"VS/Diagnostics/Debugger/vsdbg/ProcessCreate","data":{"VS.Diagnostics.Debugger.vsdbg.OSFamily":"Windows","VS.Diagnostics.Debugger.vsdbg.Version":"17.6.10316.1 commit:5f466936d63912d5f5f9dea13e215d0d5e4fd10c","VS.Diagnostics.Debugger.vsdbg.WindowsVersion":"10.0.22621","VS.Diagnostics.Debugger.vsdbg.TargetArchitecture":"AMD64"}}}
<- (E) {"seq":27,"type":"event","event":"process","body":{"name":"C:\\Users\\Rakka\\Documents\\Code\\godot\\bin\\godot.windows.editor.dev.x86_64.exe","systemProcessId":13696,"startMethod":"launch","pointerSize":64}}
<- (E) {"seq":29,"type":"event","event":"breakpoint","body":{"reason":"changed","breakpoint":{"id":1,"verified":false,"message":"No symbols have been loaded for this document.","line":68}}}
<- (E) {"seq":31,"type":"event","event":"output","body":{"category":"telemetry","output":"VS/Diagnostics/Debugger/vsdbg/Launch","data":{"VS.Diagnostics.Debugger.vsdbg.OSFamily":"Windows","VS.Diagnostics.Debugger.vsdbg.Version":"17.6.10316.1 commit:5f466936d63912d5f5f9dea13e215d0d5e4fd10c","VS.Diagnostics.Debugger.vsdbg.VisualizerFileUsed":true,"VS.Diagnostics.Debugger.vsdbg.WindowsVersion":"10.0.22621","VS.Diagnostics.Debugger.vsdbg.Launch.Duration":62,"VS.Diagnostics.Debugger.vsdbg.TargetType":"Live","VS.Diagnostics.Debugger.vsdbg.AdapterId":"cppvsdbg","VS.Diagnostics.Debugger.vsdbg.SourceFileMappings":0}}}
<- (R) {"seq":33,"type":"response","request_seq":7,"success":true,"command":"configurationDone"}
<- (E) {"seq":35,"type":"event","event":"progressStart","body":{"progressId":"1","title":"Loading...","cancellable":true,"message":"Loading symbols for godot.windows.editor.dev.x86_64.exe","percentage":0}}
<- (E) {"seq":37,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for godot.windows.editor.dev.x86_64.exe from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
-> (C) {"command":"threads","type":"request","seq":8}
<- (R) {"seq":40,"type":"response","request_seq":8,"success":true,"command":"threads","body":{"threads":[]}}
<- (E) {"seq":42,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Users\\Rakka\\Documents\\Code\\godot\\bin\\godot.windows.editor.dev.x86_64.exe'. Symbols loaded.\n"}}
Loaded 'C:\Users\Rakka\Documents\Code\godot\bin\godot.windows.editor.dev.x86_64.exe'. Symbols loaded.
<- (E) {"seq":44,"type":"event","event":"module","body":{"reason":"new","module":{"id":1000,"name":"godot.windows.editor.dev.x86_64.exe","path":"C:\\Users\\Rakka\\Documents\\Code\\godot\\bin\\godot.windows.editor.dev.x86_64.exe","isUserCode":true,"version":"4.02.0.0","symbolStatus":"Symbols loaded.","symbolFilePath":"C:\\Users\\Rakka\\Documents\\Code\\godot\\bin\\godot.windows.editor.dev.x86_64.pdb"}}}
<- (E) {"seq":46,"type":"event","event":"breakpoint","body":{"reason":"changed","breakpoint":{"id":1,"verified":true,"source":{"name":"editor_asset_installer.cpp","path":"C:\\Users\\Rakka\\Documents\\Code\\godot\\editor\\editor_asset_installer.cpp","sourceReference":0,"checksums":[{"algorithm":"SHA256","checksum":"cadf8a7f537959f7c5bb337e80ec53a45f2d024ebab25036b07748d60cd3ecdf"}]},"line":68,"endLine":68,"instructionReference":"0x00007FF688EDB667","offset":0}}}
<- (E) {"seq":48,"type":"event","event":"thread","body":{"reason":"started","threadId":5264}}
<- (E) {"seq":50,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for ntdll.dll","percentage":0}}
<- (E) {"seq":52,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for ntdll.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":54,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for ntdll.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":56,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for ntdll.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":58,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\ntdll.dll'. \n"}}
Loaded 'C:\Windows\System32\ntdll.dll'.
<- (E) {"seq":60,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for ntdll.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":62,"type":"event","event":"module","body":{"reason":"new","module":{"id":1001,"name":"ntdll.dll","path":"C:\\Windows\\System32\\ntdll.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":64,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for ntdll.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":66,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for kernel32.dll","percentage":0}}
<- (E) {"seq":68,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\kernel32.dll'. \n"}}
<- (E) {"seq":70,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for kernel32.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
Loaded 'C:\Windows\System32\kernel32.dll'.
<- (E) {"seq":72,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for kernel32.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":74,"type":"event","event":"module","body":{"reason":"new","module":{"id":1002,"name":"kernel32.dll","path":"C:\\Windows\\System32\\kernel32.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":76,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for kernel32.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":78,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for kernel32.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":80,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\KernelBase.dll'. \n"}}
Loaded 'C:\Windows\System32\KernelBase.dll'.
<- (E) {"seq":82,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for kernel32.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":84,"type":"event","event":"module","body":{"reason":"new","module":{"id":1003,"name":"KernelBase.dll","path":"C:\\Windows\\System32\\KernelBase.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":86,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for KernelBase.dll","percentage":0}}
<- (E) {"seq":88,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for KernelBase.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":90,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for KernelBase.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":92,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for KernelBase.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":94,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for KernelBase.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":96,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for KernelBase.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":98,"type":"event","event":"thread","body":{"reason":"started","threadId":9712}}
<- (E) {"seq":100,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for ole32.dll","percentage":0}}
<- (E) {"seq":102,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\ole32.dll'. \n"}}
Loaded 'C:\Windows\System32\ole32.dll'.
<- (E) {"seq":104,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for ole32.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":106,"type":"event","event":"module","body":{"reason":"new","module":{"id":1004,"name":"ole32.dll","path":"C:\\Windows\\System32\\ole32.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":108,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for ole32.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":110,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for ole32.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":112,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\msvcp_win.dll'. \n"}}
Loaded 'C:\Windows\System32\msvcp_win.dll'.
<- (E) {"seq":114,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for ole32.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":116,"type":"event","event":"module","body":{"reason":"new","module":{"id":1005,"name":"msvcp_win.dll","path":"C:\\Windows\\System32\\msvcp_win.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":118,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for ole32.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":120,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for msvcp_win.dll","percentage":0}}
<- (E) {"seq":122,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for msvcp_win.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":124,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\ucrtbase.dll'. \n"}}
<- (E) {"seq":126,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for msvcp_win.dll from: C:\\Windows\\System32\\","percentage":0}}
Loaded 'C:\Windows\System32\ucrtbase.dll'.
<- (E) {"seq":128,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for msvcp_win.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":130,"type":"event","event":"module","body":{"reason":"new","module":{"id":1006,"name":"ucrtbase.dll","path":"C:\\Windows\\System32\\ucrtbase.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":132,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for msvcp_win.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":134,"type":"event","event":"thread","body":{"reason":"started","threadId":9568}}
<- (E) {"seq":136,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for msvcp_win.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":138,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for ucrtbase.dll","percentage":0}}
<- (E) {"seq":140,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\winmm.dll'. \n"}}
Loaded 'C:\Windows\System32\winmm.dll'.
<- (E) {"seq":142,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for ucrtbase.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":144,"type":"event","event":"module","body":{"reason":"new","module":{"id":1007,"name":"winmm.dll","path":"C:\\Windows\\System32\\winmm.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":146,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for ucrtbase.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":148,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for ucrtbase.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":150,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\gdi32.dll'. \n"}}
<- (E) {"seq":152,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for ucrtbase.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
Loaded 'C:\Windows\System32\gdi32.dll'.
<- (E) {"seq":154,"type":"event","event":"module","body":{"reason":"new","module":{"id":1008,"name":"gdi32.dll","path":"C:\\Windows\\System32\\gdi32.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":156,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for ucrtbase.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":158,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for winmm.dll","percentage":0}}
<- (E) {"seq":160,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\win32u.dll'. \n"}}
Loaded 'C:\Windows\System32\win32u.dll'.
<- (E) {"seq":162,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for winmm.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":164,"type":"event","event":"module","body":{"reason":"new","module":{"id":1009,"name":"win32u.dll","path":"C:\\Windows\\System32\\win32u.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":166,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for winmm.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":168,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for winmm.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":172,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for winmm.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":170,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\gdi32full.dll'. \n"}}
Loaded 'C:\Windows\System32\gdi32full.dll'.
<- (E) {"seq":174,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for winmm.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":176,"type":"event","event":"module","body":{"reason":"new","module":{"id":1010,"name":"gdi32full.dll","path":"C:\\Windows\\System32\\gdi32full.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":178,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for gdi32.dll","percentage":0}}
<- (E) {"seq":180,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for gdi32.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":182,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for gdi32.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":184,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\user32.dll'. \n"}}
<- (E) {"seq":186,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for gdi32.dll from: C:\\Windows\\","percentage":0}}
Loaded 'C:\Windows\System32\user32.dll'.
<- (E) {"seq":188,"type":"event","event":"module","body":{"reason":"new","module":{"id":1011,"name":"user32.dll","path":"C:\\Windows\\System32\\user32.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":190,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for gdi32.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":192,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for gdi32.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":194,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for win32u.dll","percentage":0}}
<- (E) {"seq":196,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\combase.dll'. \n"}}
<- (E) {"seq":198,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for win32u.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
Loaded 'C:\Windows\System32\combase.dll'.
<- (E) {"seq":200,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for win32u.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":202,"type":"event","event":"module","body":{"reason":"new","module":{"id":1012,"name":"combase.dll","path":"C:\\Windows\\System32\\combase.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":204,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for win32u.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":206,"type":"event","event":"thread","body":{"reason":"started","threadId":4092}}
<- (E) {"seq":208,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for win32u.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":210,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\rpcrt4.dll'. \n"}}
<- (E) {"seq":212,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for win32u.dll from: C:\\Windows\\dll\\","percentage":0}}
Loaded 'C:\Windows\System32\rpcrt4.dll'.
<- (E) {"seq":214,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for gdi32full.dll","percentage":0}}
<- (E) {"seq":216,"type":"event","event":"module","body":{"reason":"new","module":{"id":1013,"name":"rpcrt4.dll","path":"C:\\Windows\\System32\\rpcrt4.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":218,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for gdi32full.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":220,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\oleaut32.dll'. \n"}}
Loaded 'C:\Windows\System32\oleaut32.dll'.
<- (E) {"seq":222,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for gdi32full.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":224,"type":"event","event":"module","body":{"reason":"new","module":{"id":1014,"name":"oleaut32.dll","path":"C:\\Windows\\System32\\oleaut32.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":226,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for gdi32full.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":228,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for gdi32full.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":230,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\shell32.dll'. \n"}}
Loaded 'C:\Windows\System32\shell32.dll'.
<- (E) {"seq":232,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for gdi32full.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":234,"type":"event","event":"module","body":{"reason":"new","module":{"id":1015,"name":"shell32.dll","path":"C:\\Windows\\System32\\shell32.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":236,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for user32.dll","percentage":0}}
<- (E) {"seq":238,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for user32.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":240,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for user32.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":242,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\advapi32.dll'. \n"}}
Loaded 'C:\Windows\System32\advapi32.dll'.
<- (E) {"seq":244,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for user32.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":246,"type":"event","event":"module","body":{"reason":"new","module":{"id":1016,"name":"advapi32.dll","path":"C:\\Windows\\System32\\advapi32.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":248,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for user32.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":250,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for user32.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":252,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\msvcrt.dll'. \n"}}
Loaded 'C:\Windows\System32\msvcrt.dll'.
<- (E) {"seq":254,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for combase.dll","percentage":0}}
<- (E) {"seq":256,"type":"event","event":"module","body":{"reason":"new","module":{"id":1017,"name":"msvcrt.dll","path":"C:\\Windows\\System32\\msvcrt.dll","isUserCode":false,"version":"7.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":258,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for combase.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":260,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for combase.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":262,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\sechost.dll'. \n"}}
Loaded 'C:\Windows\System32\sechost.dll'.
<- (E) {"seq":263,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for combase.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":266,"type":"event","event":"module","body":{"reason":"new","module":{"id":1018,"name":"sechost.dll","path":"C:\\Windows\\System32\\sechost.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":268,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for combase.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":270,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for combase.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":272,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\imm32.dll'. \n"}}
Loaded 'C:\Windows\System32\imm32.dll'.
<- (E) {"seq":274,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for rpcrt4.dll","percentage":0}}
<- (E) {"seq":276,"type":"event","event":"module","body":{"reason":"new","module":{"id":1019,"name":"imm32.dll","path":"C:\\Windows\\System32\\imm32.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":278,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for rpcrt4.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":280,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for rpcrt4.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":282,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for rpcrt4.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":284,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\crypt32.dll'. \n"}}
Loaded 'C:\Windows\System32\crypt32.dll'.
<- (E) {"seq":286,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for rpcrt4.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":288,"type":"event","event":"module","body":{"reason":"new","module":{"id":1020,"name":"crypt32.dll","path":"C:\\Windows\\System32\\crypt32.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":290,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for rpcrt4.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":292,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for oleaut32.dll","percentage":0}}
<- (E) {"seq":294,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for oleaut32.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":296,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\dinput8.dll'. \n"}}
Loaded 'C:\Windows\System32\dinput8.dll'.
<- (E) {"seq":298,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for oleaut32.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":300,"type":"event","event":"module","body":{"reason":"new","module":{"id":1021,"name":"dinput8.dll","path":"C:\\Windows\\System32\\dinput8.dll","isUserCode":false,"version":"10.0.22621.1 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":302,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for oleaut32.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":304,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for oleaut32.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":306,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for oleaut32.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":308,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\shlwapi.dll'. \n"}}
Loaded 'C:\Windows\System32\shlwapi.dll'.
<- (E) {"seq":310,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for shell32.dll","percentage":0}}
<- (E) {"seq":312,"type":"event","event":"module","body":{"reason":"new","module":{"id":1022,"name":"shlwapi.dll","path":"C:\\Windows\\System32\\shlwapi.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":314,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for shell32.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":316,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for shell32.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":318,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for shell32.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":320,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\bcrypt.dll'. \n"}}
Loaded 'C:\Windows\System32\bcrypt.dll'.
<- (E) {"seq":322,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for shell32.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":324,"type":"event","event":"module","body":{"reason":"new","module":{"id":1023,"name":"bcrypt.dll","path":"C:\\Windows\\System32\\bcrypt.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":326,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for shell32.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":328,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for advapi32.dll","percentage":0}}
<- (E) {"seq":330,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for advapi32.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":332,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\ws2_32.dll'. \n"}}
Loaded 'C:\Windows\System32\ws2_32.dll'.
<- (E) {"seq":334,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for advapi32.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":336,"type":"event","event":"module","body":{"reason":"new","module":{"id":1024,"name":"ws2_32.dll","path":"C:\\Windows\\System32\\ws2_32.dll","isUserCode":false,"version":"10.0.22621.1 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":338,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for advapi32.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":340,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for advapi32.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":342,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\dwmapi.dll'. \n"}}
Loaded 'C:\Windows\System32\dwmapi.dll'.
<- (E) {"seq":343,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for advapi32.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":346,"type":"event","event":"module","body":{"reason":"new","module":{"id":1025,"name":"dwmapi.dll","path":"C:\\Windows\\System32\\dwmapi.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":348,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for msvcrt.dll","percentage":0}}
<- (E) {"seq":350,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for msvcrt.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":352,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\avrt.dll'. \n"}}
Loaded 'C:\Windows\System32\avrt.dll'.
<- (E) {"seq":354,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for msvcrt.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":356,"type":"event","event":"module","body":{"reason":"new","module":{"id":1026,"name":"avrt.dll","path":"C:\\Windows\\System32\\avrt.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":358,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for msvcrt.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":360,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for msvcrt.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":362,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\DWrite.dll'. \n"}}
Loaded 'C:\Windows\System32\DWrite.dll'.
<- (E) {"seq":364,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for msvcrt.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":366,"type":"event","event":"module","body":{"reason":"new","module":{"id":1027,"name":"DWrite.dll","path":"C:\\Windows\\System32\\DWrite.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":368,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for sechost.dll","percentage":0}}
<- (E) {"seq":370,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for sechost.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":372,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for sechost.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":374,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\dbghelp.dll'. \n"}}
Loaded 'C:\Windows\System32\dbghelp.dll'.
<- (E) {"seq":376,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for sechost.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":378,"type":"event","event":"module","body":{"reason":"new","module":{"id":1028,"name":"dbghelp.dll","path":"C:\\Windows\\System32\\dbghelp.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":380,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for sechost.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":382,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for sechost.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":384,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\IPHLPAPI.DLL'. \n"}}
Loaded 'C:\Windows\System32\IPHLPAPI.DLL'.
<- (E) {"seq":386,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for imm32.dll","percentage":0}}
<- (E) {"seq":388,"type":"event","event":"module","body":{"reason":"new","module":{"id":1029,"name":"IPHLPAPI.DLL","path":"C:\\Windows\\System32\\IPHLPAPI.DLL","isUserCode":false,"version":"10.0.22621.1 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":390,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for imm32.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":392,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\wsock32.dll'. \n"}}
Loaded 'C:\Windows\System32\wsock32.dll'.
<- (E) {"seq":394,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for imm32.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":396,"type":"event","event":"module","body":{"reason":"new","module":{"id":1030,"name":"wsock32.dll","path":"C:\\Windows\\System32\\wsock32.dll","isUserCode":false,"version":"10.0.22621.1 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":398,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for imm32.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":400,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for imm32.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":402,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for imm32.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":404,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for crypt32.dll","percentage":0}}
<- (E) {"seq":406,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for crypt32.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":408,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for crypt32.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":410,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for crypt32.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":412,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for crypt32.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":414,"type":"event","event":"thread","body":{"reason":"started","threadId":1616}}
<- (E) {"seq":416,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for crypt32.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":418,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dinput8.dll","percentage":0}}
<- (E) {"seq":420,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\bcryptprimitives.dll'. \n"}}
Loaded 'C:\Windows\System32\bcryptprimitives.dll'.
<- (E) {"seq":422,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dinput8.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":424,"type":"event","event":"module","body":{"reason":"new","module":{"id":1031,"name":"bcryptprimitives.dll","path":"C:\\Windows\\System32\\bcryptprimitives.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":426,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dinput8.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":428,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dinput8.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":430,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dinput8.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":432,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dinput8.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":434,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\InputHost.dll'. \n"}}
Loaded 'C:\Windows\System32\InputHost.dll'.
<- (E) {"seq":436,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for shlwapi.dll","percentage":0}}
<- (E) {"seq":438,"type":"event","event":"module","body":{"reason":"new","module":{"id":1032,"name":"InputHost.dll","path":"C:\\Windows\\System32\\InputHost.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":440,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for shlwapi.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":442,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for shlwapi.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":444,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for shlwapi.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":446,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\CoreMessaging.dll'. \n"}}
Loaded 'C:\Windows\System32\CoreMessaging.dll'.
<- (E) {"seq":448,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for shlwapi.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":450,"type":"event","event":"module","body":{"reason":"new","module":{"id":1033,"name":"CoreMessaging.dll","path":"C:\\Windows\\System32\\CoreMessaging.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":452,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for shlwapi.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":454,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for bcrypt.dll","percentage":0}}
<- (E) {"seq":456,"type":"event","event":"thread","body":{"reason":"started","threadId":11472}}
<- (E) {"seq":458,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for bcrypt.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":460,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for bcrypt.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":462,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for bcrypt.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":464,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for bcrypt.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":466,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for bcrypt.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":468,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for ws2_32.dll","percentage":0}}
<- (E) {"seq":470,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for ws2_32.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":472,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for ws2_32.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":474,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for ws2_32.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":476,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for ws2_32.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":478,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for ws2_32.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":480,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dwmapi.dll","percentage":0}}
<- (E) {"seq":482,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dwmapi.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":484,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dwmapi.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":486,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dwmapi.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":488,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dwmapi.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":490,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dwmapi.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":492,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for avrt.dll","percentage":0}}
<- (E) {"seq":494,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for avrt.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":496,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for avrt.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":498,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for avrt.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":500,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for avrt.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":502,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for avrt.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":504,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for DWrite.dll","percentage":0}}
<- (E) {"seq":506,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for DWrite.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":508,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for DWrite.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":510,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for DWrite.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":512,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for DWrite.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":514,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for DWrite.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":516,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dbghelp.dll","percentage":0}}
<- (E) {"seq":518,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dbghelp.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":520,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dbghelp.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":522,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dbghelp.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":524,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dbghelp.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":526,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dbghelp.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":528,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for IPHLPAPI.DLL","percentage":0}}
<- (E) {"seq":530,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for IPHLPAPI.DLL from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":532,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for IPHLPAPI.DLL from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":534,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for IPHLPAPI.DLL from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":536,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for IPHLPAPI.DLL from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":538,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for IPHLPAPI.DLL from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":540,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for wsock32.dll","percentage":0}}
<- (E) {"seq":542,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for wsock32.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":544,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for wsock32.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":546,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for wsock32.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":548,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for wsock32.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":550,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for wsock32.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":552,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for bcryptprimitives.dll","percentage":0}}
<- (E) {"seq":554,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for bcryptprimitives.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":556,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for bcryptprimitives.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":558,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for bcryptprimitives.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":560,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for bcryptprimitives.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":562,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for bcryptprimitives.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":564,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for InputHost.dll","percentage":0}}
<- (E) {"seq":566,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for InputHost.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":568,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for InputHost.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":570,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for InputHost.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":572,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for InputHost.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":574,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for InputHost.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":576,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for CoreMessaging.dll","percentage":0}}
<- (E) {"seq":578,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for CoreMessaging.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":580,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for CoreMessaging.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":582,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for CoreMessaging.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":584,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for CoreMessaging.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":586,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for CoreMessaging.dll from: C:\\Windows\\dll\\","percentage":0}}
-> (C) {"command":"threads","type":"request","seq":9}
<- (R) {"seq":589,"type":"response","request_seq":9,"success":true,"command":"threads","body":{"threads":[{"id":5264,"name":"Thread #5264"},{"id":9712,"name":"Thread #9712"},{"id":9568,"name":"Thread #9568"},{"id":4092,"name":"Thread #4092"},{"id":1616,"name":"Thread #1616"},{"id":11472,"name":"Thread #11472"}]}}
<- (E) {"seq":591,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for SHCore.dll","percentage":0}}
<- (E) {"seq":593,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\SHCore.dll'. \n"}}
<- (E) {"seq":595,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for SHCore.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
Loaded 'C:\Windows\System32\SHCore.dll'.
<- (E) {"seq":597,"type":"event","event":"module","body":{"reason":"new","module":{"id":1034,"name":"SHCore.dll","path":"C:\\Windows\\System32\\SHCore.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":599,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for SHCore.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":601,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for SHCore.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":603,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for SHCore.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":605,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for SHCore.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":607,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\kernel.appcore.dll'. \n"}}
Loaded 'C:\Windows\System32\kernel.appcore.dll'.
<- (E) {"seq":609,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for kernel.appcore.dll","percentage":0}}
<- (E) {"seq":611,"type":"event","event":"module","body":{"reason":"new","module":{"id":1035,"name":"kernel.appcore.dll","path":"C:\\Windows\\System32\\kernel.appcore.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":613,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for kernel.appcore.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":615,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for kernel.appcore.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":617,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for kernel.appcore.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":619,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\uxtheme.dll'. \n"}}
Loaded 'C:\Windows\System32\uxtheme.dll'.
<- (E) {"seq":621,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for kernel.appcore.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":623,"type":"event","event":"module","body":{"reason":"new","module":{"id":1036,"name":"uxtheme.dll","path":"C:\\Windows\\System32\\uxtheme.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":625,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for kernel.appcore.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":627,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for uxtheme.dll","percentage":0}}
<- (E) {"seq":629,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for uxtheme.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":631,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for uxtheme.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":633,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for uxtheme.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":635,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\cryptbase.dll'. \n"}}
Loaded 'C:\Windows\System32\cryptbase.dll'.
<- (E) {"seq":637,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for uxtheme.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":639,"type":"event","event":"module","body":{"reason":"new","module":{"id":1037,"name":"cryptbase.dll","path":"C:\\Windows\\System32\\cryptbase.dll","isUserCode":false,"version":"10.0.22621.1 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":641,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for uxtheme.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":643,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for cryptbase.dll","percentage":0}}
<- (E) {"seq":645,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for cryptbase.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":647,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for cryptbase.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":649,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for cryptbase.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":651,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for cryptbase.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":653,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for cryptbase.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":655,"type":"event","event":"thread","body":{"reason":"started","threadId":4812}}
<- (E) {"seq":657,"type":"event","event":"thread","body":{"reason":"started","threadId":3040}}
<- (E) {"seq":659,"type":"event","event":"thread","body":{"reason":"started","threadId":6320}}
<- (E) {"seq":661,"type":"event","event":"thread","body":{"reason":"started","threadId":2624}}
<- (E) {"seq":663,"type":"event","event":"thread","body":{"reason":"started","threadId":6780}}
<- (E) {"seq":665,"type":"event","event":"thread","body":{"reason":"started","threadId":8264}}
<- (E) {"seq":667,"type":"event","event":"thread","body":{"reason":"started","threadId":8256}}
<- (E) {"seq":669,"type":"event","event":"thread","body":{"reason":"started","threadId":8996}}
<- (E) {"seq":671,"type":"event","event":"thread","body":{"reason":"started","threadId":2656}}
<- (E) {"seq":673,"type":"event","event":"thread","body":{"reason":"started","threadId":11328}}
<- (E) {"seq":675,"type":"event","event":"thread","body":{"reason":"started","threadId":2404}}
<- (E) {"seq":677,"type":"event","event":"thread","body":{"reason":"started","threadId":9696}}
<- (E) {"seq":679,"type":"event","event":"thread","body":{"reason":"started","threadId":6128}}
<- (E) {"seq":681,"type":"event","event":"output","body":{"category":"stdout","output":"Godot Engine v4.2.beta.custom_build.e07b3ee25 - https://godotengine.org\r\n"}}
Godot Engine v4.2.beta.custom_build.e07b3ee25 - https://godotengine.org
<- (E) {"seq":683,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for vulkan-1.dll","percentage":0}}
<- (E) {"seq":685,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\vulkan-1.dll'. \n"}}
<- (E) {"seq":687,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for vulkan-1.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
Loaded 'C:\Windows\System32\vulkan-1.dll'.
<- (E) {"seq":689,"type":"event","event":"module","body":{"reason":"new","module":{"id":1038,"name":"vulkan-1.dll","path":"C:\\Windows\\System32\\vulkan-1.dll","isUserCode":true,"version":"1.02.189.2","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":691,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for vulkan-1.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":693,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for vulkan-1.dll from: C:\\j\\msdk\\build\\Vulkan-Loader\\repo\\build\\loader\\RelWithDebInfo","percentage":0}}
<- (E) {"seq":695,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for vulkan-1.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":697,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for vulkan-1.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":699,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\cfgmgr32.dll'. \n"}}
Loaded 'C:\Windows\System32\cfgmgr32.dll'.
<- (E) {"seq":701,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for vulkan-1.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":703,"type":"event","event":"module","body":{"reason":"new","module":{"id":1039,"name":"cfgmgr32.dll","path":"C:\\Windows\\System32\\cfgmgr32.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":705,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for cfgmgr32.dll","percentage":0}}
<- (E) {"seq":707,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for cfgmgr32.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":709,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for cfgmgr32.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":711,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\dxgi.dll'. \n"}}
Loaded 'C:\Windows\System32\dxgi.dll'.
<- (E) {"seq":713,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for cfgmgr32.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":715,"type":"event","event":"module","body":{"reason":"new","module":{"id":1040,"name":"dxgi.dll","path":"C:\\Windows\\System32\\dxgi.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":717,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for cfgmgr32.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":719,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for cfgmgr32.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":721,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dxgi.dll","percentage":0}}
<- (E) {"seq":723,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dxgi.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":725,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\DXCore.dll'. \n"}}
<- (E) {"seq":727,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dxgi.dll from: C:\\Windows\\System32\\","percentage":0}}
Loaded 'C:\Windows\System32\DXCore.dll'.
<- (E) {"seq":729,"type":"event","event":"module","body":{"reason":"new","module":{"id":1041,"name":"DXCore.dll","path":"C:\\Windows\\System32\\DXCore.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":731,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dxgi.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":733,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dxgi.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":735,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dxgi.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":737,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for DXCore.dll","percentage":0}}
<- (E) {"seq":739,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for DXCore.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":741,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for DXCore.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":743,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for DXCore.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":745,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for DXCore.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":747,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for DXCore.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":749,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for ResourcePolicyClient.dll","percentage":0}}
<- (E) {"seq":751,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\ResourcePolicyClient.dll'. \n"}}
Loaded 'C:\Windows\System32\ResourcePolicyClient.dll'.
<- (E) {"seq":753,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for ResourcePolicyClient.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":755,"type":"event","event":"module","body":{"reason":"new","module":{"id":1042,"name":"ResourcePolicyClient.dll","path":"C:\\Windows\\System32\\ResourcePolicyClient.dll","isUserCode":false,"version":"10.0.22621.1 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":757,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for ResourcePolicyClient.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":759,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for ResourcePolicyClient.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":761,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for ResourcePolicyClient.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":763,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for ResourcePolicyClient.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":765,"type":"event","event":"output","body":{"category":"console","output":"Unloaded 'C:\\Windows\\System32\\ResourcePolicyClient.dll'.\n"}}
Unloaded 'C:\Windows\System32\ResourcePolicyClient.dll'.
<- (E) {"seq":767,"type":"event","event":"module","body":{"reason":"removed","module":{"id":1042,"name":"ResourcePolicyClient.dll","path":"C:\\Windows\\System32\\ResourcePolicyClient.dll"}}}
<- (E) {"seq":769,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for directxdatabasehelper.dll","percentage":0}}
<- (E) {"seq":771,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\directxdatabasehelper.dll'. \n"}}
<- (E) {"seq":773,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for directxdatabasehelper.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
Loaded 'C:\Windows\System32\directxdatabasehelper.dll'.
<- (E) {"seq":775,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for directxdatabasehelper.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":777,"type":"event","event":"module","body":{"reason":"new","module":{"id":1042,"name":"directxdatabasehelper.dll","path":"C:\\Windows\\System32\\directxdatabasehelper.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":779,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for directxdatabasehelper.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":781,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for directxdatabasehelper.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":783,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for directxdatabasehelper.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":785,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for amdvlk64.dll","percentage":0}}
<- (E) {"seq":787,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\DriverStore\\FileRepository\\u0376355.inf_amd64_dfcd6eafe67ad90c\\B375758\\amdvlk64.dll'. \n"}}
Loaded 'C:\Windows\System32\DriverStore\FileRepository\u0376355.inf_amd64_dfcd6eafe67ad90c\B375758\amdvlk64.dll'.
<- (E) {"seq":789,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for amdvlk64.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":791,"type":"event","event":"module","body":{"reason":"new","module":{"id":1043,"name":"amdvlk64.dll","path":"C:\\Windows\\System32\\DriverStore\\FileRepository\\u0376355.inf_amd64_dfcd6eafe67ad90c\\B375758\\amdvlk64.dll","isUserCode":true,"version":"30.00.14023.3004","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":793,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for amdvlk64.dll from: C:\\Windows\\System32\\DriverStore\\FileRepository\\u0376355.inf_amd64_dfcd6eafe67ad90c\\B375758\\","percentage":0}}
<- (E) {"seq":795,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for amdvlk64.dll from: c:\\constructicon\\builds\\gfx\\one\\21.40\\drivers\\xgl\\icd\\build\\wNow64a\\dll\\B_rel","percentage":0}}
<- (E) {"seq":797,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for amdvlk64.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":799,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for amdvlk64.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":800,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\setupapi.dll'. \n"}}
<- (E) {"seq":803,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for amdvlk64.dll from: C:\\Windows\\dll\\","percentage":0}}
Loaded 'C:\Windows\System32\setupapi.dll'.
<- (E) {"seq":805,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for setupapi.dll","percentage":0}}
<- (E) {"seq":807,"type":"event","event":"module","body":{"reason":"new","module":{"id":1044,"name":"setupapi.dll","path":"C:\\Windows\\System32\\setupapi.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":809,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for setupapi.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":811,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for setupapi.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":813,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for setupapi.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":815,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for setupapi.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":817,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for setupapi.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":819,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\amdihk64.dll'. Module was built without symbols.\n"}}
Loaded 'C:\Windows\System32\amdihk64.dll'. Module was built without symbols.
<- (E) {"seq":821,"type":"event","event":"module","body":{"reason":"new","module":{"id":1045,"name":"amdihk64.dll","path":"C:\\Windows\\System32\\amdihk64.dll","isUserCode":true,"version":"2,00,00,1788","symbolStatus":"Binary was not built with debug information."}}}
<- (E) {"seq":823,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for devobj.dll","percentage":0}}
<- (E) {"seq":825,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\devobj.dll'. \n"}}
Loaded 'C:\Windows\System32\devobj.dll'.
<- (E) {"seq":827,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for devobj.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":829,"type":"event","event":"module","body":{"reason":"new","module":{"id":1046,"name":"devobj.dll","path":"C:\\Windows\\System32\\devobj.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":831,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for devobj.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":833,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for devobj.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":835,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for devobj.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":837,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for devobj.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":839,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for wintrust.dll","percentage":0}}
<- (E) {"seq":841,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\wintrust.dll'. \n"}}
Loaded 'C:\Windows\System32\wintrust.dll'.
<- (E) {"seq":843,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for wintrust.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":845,"type":"event","event":"module","body":{"reason":"new","module":{"id":1047,"name":"wintrust.dll","path":"C:\\Windows\\System32\\wintrust.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":847,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for wintrust.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":849,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for wintrust.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":851,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for wintrust.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":853,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for wintrust.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":855,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\msasn1.dll'. \n"}}
Loaded 'C:\Windows\System32\msasn1.dll'.
<- (E) {"seq":857,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for msasn1.dll","percentage":0}}
<- (E) {"seq":859,"type":"event","event":"module","body":{"reason":"new","module":{"id":1048,"name":"msasn1.dll","path":"C:\\Windows\\System32\\msasn1.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":861,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for msasn1.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":863,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for msasn1.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":865,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for msasn1.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":867,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for msasn1.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":869,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for msasn1.dll from: C:\\Windows\\dll\\","percentage":0}}
-> (C) {"command":"threads","type":"request","seq":10}
<- (R) {"seq":872,"type":"response","request_seq":10,"success":true,"command":"threads","body":{"threads":[{"id":5264,"name":"Thread #5264"},{"id":9712,"name":"Thread #9712"},{"id":9568,"name":"Thread #9568"},{"id":4092,"name":"Thread #4092"},{"id":1616,"name":"Thread #1616"},{"id":11472,"name":"Thread #11472"},{"id":4812,"name":"Thread #4812"},{"id":3040,"name":"Thread #3040"},{"id":6320,"name":"Thread #6320"},{"id":2624,"name":"Thread #2624"},{"id":6780,"name":"Thread #6780"},{"id":8264,"name":"Thread #8264"},{"id":8256,"name":"Thread #8256"},{"id":8996,"name":"Thread #8996"},{"id":2656,"name":"Thread #2656"},{"id":11328,"name":"Thread #11328"},{"id":2404,"name":"Thread #2404"},{"id":9696,"name":"Thread #9696"},{"id":6128,"name":"Thread #6128"}]}}
<- (E) {"seq":874,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for msctf.dll","percentage":0}}
<- (E) {"seq":876,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\msctf.dll'. \n"}}
Loaded 'C:\Windows\System32\msctf.dll'.
<- (E) {"seq":878,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for msctf.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":880,"type":"event","event":"module","body":{"reason":"new","module":{"id":1049,"name":"msctf.dll","path":"C:\\Windows\\System32\\msctf.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":882,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for msctf.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":884,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for msctf.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":886,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for msctf.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":888,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for msctf.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":890,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for TextInputFramework.dll","percentage":0}}
<- (E) {"seq":892,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\TextInputFramework.dll'. \n"}}
<- (E) {"seq":894,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for TextInputFramework.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
Loaded 'C:\Windows\System32\TextInputFramework.dll'.
<- (E) {"seq":896,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for TextInputFramework.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":898,"type":"event","event":"module","body":{"reason":"new","module":{"id":1050,"name":"TextInputFramework.dll","path":"C:\\Windows\\System32\\TextInputFramework.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":900,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for TextInputFramework.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":902,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for TextInputFramework.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":904,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for TextInputFramework.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":906,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for CoreUIComponents.dll","percentage":0}}
<- (E) {"seq":908,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\CoreUIComponents.dll'. \n"}}
Loaded 'C:\Windows\System32\CoreUIComponents.dll'.
<- (E) {"seq":910,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for CoreUIComponents.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":912,"type":"event","event":"module","body":{"reason":"new","module":{"id":1051,"name":"CoreUIComponents.dll","path":"C:\\Windows\\System32\\CoreUIComponents.dll","isUserCode":false,"version":"10.00.22621.2506","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":914,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for CoreUIComponents.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":916,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for CoreUIComponents.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":918,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for CoreUIComponents.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":920,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for CoreUIComponents.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":922,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\WinTypes.dll'. \n"}}
Loaded 'C:\Windows\System32\WinTypes.dll'.
<- (E) {"seq":924,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for WinTypes.dll","percentage":0}}
<- (E) {"seq":928,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for WinTypes.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":926,"type":"event","event":"module","body":{"reason":"new","module":{"id":1052,"name":"WinTypes.dll","path":"C:\\Windows\\System32\\WinTypes.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":930,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for WinTypes.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":932,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for WinTypes.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":934,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for WinTypes.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":936,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for WinTypes.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":938,"type":"event","event":"output","body":{"category":"stdout","output":"Vulkan API 1.2.196 - Forward+ - Using Vulkan Device #0: AMD - AMD Radeon RX 6600\r\n"}}
Vulkan API 1.2.196 - Forward+ - Using Vulkan Device #0: AMD - AMD Radeon RX 6600
<- (E) {"seq":940,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for XInput1_4.dll","percentage":0}}
<- (E) {"seq":944,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for XInput1_4.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":942,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\XInput1_4.dll'. \n"}}
Loaded 'C:\Windows\System32\XInput1_4.dll'.
<- (E) {"seq":946,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for XInput1_4.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":948,"type":"event","event":"module","body":{"reason":"new","module":{"id":1053,"name":"XInput1_4.dll","path":"C:\\Windows\\System32\\XInput1_4.dll","isUserCode":false,"version":"10.0.22621.1 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":950,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for XInput1_4.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":952,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for XInput1_4.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":954,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for XInput1_4.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":956,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for hid.dll","percentage":0}}
<- (E) {"seq":958,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for hid.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":960,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for hid.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":962,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for hid.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":964,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for hid.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":966,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for hid.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":968,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\hid.dll'. \n"}}
Loaded 'C:\Windows\System32\hid.dll'.
<- (E) {"seq":970,"type":"event","event":"module","body":{"reason":"new","module":{"id":1054,"name":"hid.dll","path":"C:\\Windows\\System32\\hid.dll","isUserCode":false,"version":"10.0.22621.1 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":972,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for clbcatq.dll","percentage":0}}
<- (E) {"seq":974,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\clbcatq.dll'. \n"}}
<- (E) {"seq":976,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for clbcatq.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
Loaded 'C:\Windows\System32\clbcatq.dll'.
<- (E) {"seq":978,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for clbcatq.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":980,"type":"event","event":"module","body":{"reason":"new","module":{"id":1055,"name":"clbcatq.dll","path":"C:\\Windows\\System32\\clbcatq.dll","isUserCode":false,"version":"2001.12.10941.16384 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":982,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for clbcatq.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":984,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for clbcatq.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":986,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for clbcatq.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":988,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for MMDevAPI.dll","percentage":0}}
<- (E) {"seq":990,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\MMDevAPI.dll'. \n"}}
Loaded 'C:\Windows\System32\MMDevAPI.dll'.
<- (E) {"seq":992,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for MMDevAPI.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":994,"type":"event","event":"module","body":{"reason":"new","module":{"id":1056,"name":"MMDevAPI.dll","path":"C:\\Windows\\System32\\MMDevAPI.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":996,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for MMDevAPI.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":998,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for MMDevAPI.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":1000,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for MMDevAPI.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":1002,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for MMDevAPI.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":1004,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for AudioSes.dll","percentage":0}}
<- (E) {"seq":1006,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\AudioSes.dll'. \n"}}
Loaded 'C:\Windows\System32\AudioSes.dll'.
<- (E) {"seq":1008,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for AudioSes.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":1010,"type":"event","event":"module","body":{"reason":"new","module":{"id":1057,"name":"AudioSes.dll","path":"C:\\Windows\\System32\\AudioSes.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":1012,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for AudioSes.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":1014,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for AudioSes.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":1016,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for AudioSes.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":1018,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for AudioSes.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":1020,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\ResourcePolicyClient.dll'. \n"}}
Loaded 'C:\Windows\System32\ResourcePolicyClient.dll'.
<- (E) {"seq":1022,"type":"event","event":"module","body":{"reason":"new","module":{"id":1058,"name":"ResourcePolicyClient.dll","path":"C:\\Windows\\System32\\ResourcePolicyClient.dll","isUserCode":false,"version":"10.0.22621.1 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":1024,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for powrprof.dll","percentage":0}}
<- (E) {"seq":1026,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\powrprof.dll'. \n"}}
Loaded 'C:\Windows\System32\powrprof.dll'.
<- (E) {"seq":1028,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for powrprof.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":1030,"type":"event","event":"module","body":{"reason":"new","module":{"id":1059,"name":"powrprof.dll","path":"C:\\Windows\\System32\\powrprof.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":1032,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for powrprof.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":1034,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for powrprof.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":1036,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for powrprof.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":1038,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for powrprof.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":1040,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\umpdc.dll'. \n"}}
Loaded 'C:\Windows\System32\umpdc.dll'.
<- (E) {"seq":1042,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for umpdc.dll","percentage":0}}
<- (E) {"seq":1044,"type":"event","event":"module","body":{"reason":"new","module":{"id":1060,"name":"umpdc.dll","path":"C:\\Windows\\System32\\umpdc.dll","isUserCode":false,"version":"10.0.22621.1 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":1046,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for umpdc.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":1048,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for umpdc.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":1050,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for umpdc.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":1052,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for umpdc.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":1054,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for umpdc.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":1056,"type":"event","event":"thread","body":{"reason":"started","threadId":6344}}
<- (E) {"seq":1058,"type":"event","event":"output","body":{"category":"stdout","output":" \r\n"}}
<- (E) {"seq":1060,"type":"event","event":"thread","body":{"reason":"started","threadId":3504}}
<- (E) {"seq":1062,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for atig6pxx.dll","percentage":0}}
<- (E) {"seq":1066,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for atig6pxx.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":1064,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\DriverStore\\FileRepository\\u0376355.inf_amd64_dfcd6eafe67ad90c\\B375758\\atig6pxx.dll'. \n"}}
Loaded 'C:\Windows\System32\DriverStore\FileRepository\u0376355.inf_amd64_dfcd6eafe67ad90c\B375758\atig6pxx.dll'.
<- (E) {"seq":1068,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for atig6pxx.dll from: C:\\Windows\\System32\\DriverStore\\FileRepository\\u0376355.inf_amd64_dfcd6eafe67ad90c\\B375758\\","percentage":0}}
<- (E) {"seq":1070,"type":"event","event":"module","body":{"reason":"new","module":{"id":1061,"name":"atig6pxx.dll","path":"C:\\Windows\\System32\\DriverStore\\FileRepository\\u0376355.inf_amd64_dfcd6eafe67ad90c\\B375758\\atig6pxx.dll","isUserCode":true,"version":"30.00.14023.3004","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":1072,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for atig6pxx.dll from: c:\\constructicon\\builds\\gfx\\three\\21.40\\drivers\\pxproxy\\ogl\\build\\wNow64a\\B_rel","percentage":0}}
<- (E) {"seq":1074,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for atig6pxx.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":1076,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for atig6pxx.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":1078,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for atig6pxx.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":1080,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\opengl32.dll'. \n"}}
Loaded 'C:\Windows\System32\opengl32.dll'.
<- (E) {"seq":1082,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for opengl32.dll","percentage":0}}
<- (E) {"seq":1084,"type":"event","event":"module","body":{"reason":"new","module":{"id":1062,"name":"opengl32.dll","path":"C:\\Windows\\System32\\opengl32.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":1086,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for opengl32.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":1088,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for opengl32.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":1090,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for opengl32.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":1092,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\glu32.dll'. \n"}}
<- (E) {"seq":1094,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for opengl32.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
Loaded 'C:\Windows\System32\glu32.dll'.
<- (E) {"seq":1096,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for opengl32.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":1098,"type":"event","event":"module","body":{"reason":"new","module":{"id":1063,"name":"glu32.dll","path":"C:\\Windows\\System32\\glu32.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":1100,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for glu32.dll","percentage":0}}
<- (E) {"seq":1102,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for glu32.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":1104,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for glu32.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":1106,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for glu32.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":1108,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for glu32.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":1110,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\AppXDeploymentClient.dll'. \n"}}
Loaded 'C:\Windows\System32\AppXDeploymentClient.dll'.
<- (E) {"seq":1112,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for glu32.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":1114,"type":"event","event":"module","body":{"reason":"new","module":{"id":1064,"name":"AppXDeploymentClient.dll","path":"C:\\Windows\\System32\\AppXDeploymentClient.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":1116,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for AppXDeploymentClient.dll","percentage":0}}
<- (E) {"seq":1118,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for AppXDeploymentClient.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":1120,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for AppXDeploymentClient.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":1122,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for AppXDeploymentClient.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":1124,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for AppXDeploymentClient.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":1126,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for AppXDeploymentClient.dll from: C:\\Windows\\dll\\","percentage":0}}
-> (C) {"command":"threads","type":"request","seq":11}
<- (R) {"seq":1129,"type":"response","request_seq":11,"success":true,"command":"threads","body":{"threads":[{"id":5264,"name":"Thread #5264"},{"id":9712,"name":"Thread #9712"},{"id":9568,"name":"Thread #9568"},{"id":4092,"name":"Thread #4092"},{"id":1616,"name":"Thread #1616"},{"id":11472,"name":"Thread #11472"},{"id":4812,"name":"Thread #4812"},{"id":3040,"name":"Thread #3040"},{"id":6320,"name":"Thread #6320"},{"id":2624,"name":"Thread #2624"},{"id":6780,"name":"Thread #6780"},{"id":8264,"name":"Thread #8264"},{"id":8256,"name":"Thread #8256"},{"id":8996,"name":"Thread #8996"},{"id":2656,"name":"Thread #2656"},{"id":11328,"name":"Thread #11328"},{"id":2404,"name":"Thread #2404"},{"id":9696,"name":"Thread #9696"},{"id":6128,"name":"Thread #6128"},{"id":6344,"name":"Thread #6344"},{"id":3504,"name":"Thread #3504"}]}}
<- (E) {"seq":1131,"type":"event","event":"thread","body":{"reason":"started","threadId":7216}}
<- (E) {"seq":1133,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for nsi.dll","percentage":0}}
<- (E) {"seq":1135,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\nsi.dll'. \n"}}
Loaded 'C:\Windows\System32\nsi.dll'.
<- (E) {"seq":1137,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for nsi.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":1139,"type":"event","event":"module","body":{"reason":"new","module":{"id":1065,"name":"nsi.dll","path":"C:\\Windows\\System32\\nsi.dll","isUserCode":false,"version":"10.0.22621.1 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":1141,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for nsi.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":1143,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for nsi.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":1145,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for nsi.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":1147,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for nsi.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":1150,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\dhcpcsvc6.dll'. \n"}}
Loaded 'C:\Windows\System32\dhcpcsvc6.dll'.
<- (E) {"seq":1149,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dhcpcsvc6.dll","percentage":0}}
<- (E) {"seq":1153,"type":"event","event":"module","body":{"reason":"new","module":{"id":1066,"name":"dhcpcsvc6.dll","path":"C:\\Windows\\System32\\dhcpcsvc6.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":1155,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dhcpcsvc6.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":1157,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dhcpcsvc6.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":1159,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dhcpcsvc6.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":1161,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dhcpcsvc6.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":1163,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dhcpcsvc6.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":1165,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\dhcpcsvc.dll'. \n"}}
Loaded 'C:\Windows\System32\dhcpcsvc.dll'.
<- (E) {"seq":1167,"type":"event","event":"module","body":{"reason":"new","module":{"id":1067,"name":"dhcpcsvc.dll","path":"C:\\Windows\\System32\\dhcpcsvc.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":1169,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dhcpcsvc.dll","percentage":0}}
<- (E) {"seq":1171,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dhcpcsvc.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":1173,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dhcpcsvc.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":1175,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dhcpcsvc.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":1177,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dhcpcsvc.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":1179,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\dnsapi.dll'. \n"}}
Loaded 'C:\Windows\System32\dnsapi.dll'.
<- (E) {"seq":1181,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dhcpcsvc.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":1183,"type":"event","event":"module","body":{"reason":"new","module":{"id":1068,"name":"dnsapi.dll","path":"C:\\Windows\\System32\\dnsapi.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":1185,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dnsapi.dll","percentage":0}}
<- (E) {"seq":1187,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dnsapi.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":1189,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dnsapi.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":1191,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dnsapi.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":1193,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dnsapi.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":1195,"type":"event","event":"progressUpdate","body":{"progressId":"1","message":"Loading symbols for dnsapi.dll from: C:\\Windows\\dll\\","percentage":0}}
-> (C) {"command":"threads","type":"request","seq":12}
<- (R) {"seq":1198,"type":"response","request_seq":12,"success":true,"command":"threads","body":{"threads":[{"id":5264,"name":"Thread #5264"},{"id":9712,"name":"Thread #9712"},{"id":9568,"name":"Thread #9568"},{"id":4092,"name":"Thread #4092"},{"id":1616,"name":"Thread #1616"},{"id":11472,"name":"Thread #11472"},{"id":4812,"name":"Thread #4812"},{"id":3040,"name":"Thread #3040"},{"id":6320,"name":"Thread #6320"},{"id":2624,"name":"Thread #2624"},{"id":6780,"name":"Thread #6780"},{"id":8264,"name":"Thread #8264"},{"id":8256,"name":"Thread #8256"},{"id":8996,"name":"Thread #8996"},{"id":2656,"name":"Thread #2656"},{"id":11328,"name":"Thread #11328"},{"id":2404,"name":"Thread #2404"},{"id":9696,"name":"Thread #9696"},{"id":6128,"name":"Thread #6128"},{"id":6344,"name":"Thread #6344"},{"id":3504,"name":"Thread #3504"},{"id":7216,"name":"Thread #7216"}]}}
<- (E) {"seq":1200,"type":"event","event":"thread","body":{"reason":"started","threadId":8748}}
<- (E) {"seq":1202,"type":"event","event":"thread","body":{"reason":"started","threadId":8848}}
-> (C) {"command":"threads","type":"request","seq":13}
<- (R) {"seq":1205,"type":"response","request_seq":13,"success":true,"command":"threads","body":{"threads":[{"id":5264,"name":"Thread #5264"},{"id":9712,"name":"Thread #9712"},{"id":9568,"name":"Thread #9568"},{"id":4092,"name":"Thread #4092"},{"id":1616,"name":"Thread #1616"},{"id":11472,"name":"Thread #11472"},{"id":4812,"name":"Thread #4812"},{"id":3040,"name":"Thread #3040"},{"id":6320,"name":"Thread #6320"},{"id":2624,"name":"Thread #2624"},{"id":6780,"name":"Thread #6780"},{"id":8264,"name":"Thread #8264"},{"id":8256,"name":"Thread #8256"},{"id":8996,"name":"Thread #8996"},{"id":2656,"name":"Thread #2656"},{"id":11328,"name":"Thread #11328"},{"id":2404,"name":"Thread #2404"},{"id":9696,"name":"Thread #9696"},{"id":6128,"name":"Thread #6128"},{"id":6344,"name":"Thread #6344"},{"id":3504,"name":"Thread #3504"},{"id":7216,"name":"Thread #7216"},{"id":8748,"name":"Thread #8748"},{"id":8848,"name":"Thread #8848"}]}}
<- (E) {"seq":1207,"type":"event","event":"progressEnd","body":{"progressId":"1"}}
<- (E) {"seq":1209,"type":"event","event":"thread","body":{"reason":"started","threadId":12092}}
<- (E) {"seq":1211,"type":"event","event":"output","body":{"category":"stdout","output":"WARNING: Blend file import is enabled in the project settings, but no Blender path is configured in the editor settings. Blend files will not be imported.\r\n"}}
WARNING: Blend file import is enabled in the project settings, but no Blender path is configured in the editor settings. Blend files will not be imported.
<- (E) {"seq":1213,"type":"event","event":"output","body":{"category":"stdout","output":" at: _editor_init (modules\\gltf\\register_types.cpp:63)\r\n"}}
at: _editor_init (modules\gltf\register_types.cpp:63)
<- (E) {"seq":1215,"type":"event","event":"output","body":{"category":"stdout","output":"modules\\gltf\\register_types.cpp:63 - Blend file import is enabled in the project settings, but no Blender path is configured in the editor settings. Blend files will not be imported.\n"}}
modules\gltf\register_types.cpp:63 - Blend file import is enabled in the project settings, but no Blender path is configured in the editor settings. Blend files will not be imported.
<- (E) {"seq":1217,"type":"event","event":"progressStart","body":{"progressId":"2","title":"Loading...","cancellable":true,"message":"Loading symbols for ntmarta.dll","percentage":0}}
<- (E) {"seq":1219,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\ntmarta.dll'. \n"}}
<- (E) {"seq":1221,"type":"event","event":"progressUpdate","body":{"progressId":"2","message":"Loading symbols for ntmarta.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":1223,"type":"event","event":"progressUpdate","body":{"progressId":"2","message":"Loading symbols for ntmarta.dll from: C:\\Windows\\System32\\","percentage":0}}
Loaded 'C:\Windows\System32\ntmarta.dll'.
<- (E) {"seq":1225,"type":"event","event":"module","body":{"reason":"new","module":{"id":1069,"name":"ntmarta.dll","path":"C:\\Windows\\System32\\ntmarta.dll","isUserCode":false,"version":"10.0.22621.1 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":1227,"type":"event","event":"progressUpdate","body":{"progressId":"2","message":"Loading symbols for ntmarta.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":1229,"type":"event","event":"progressUpdate","body":{"progressId":"2","message":"Loading symbols for ntmarta.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":1231,"type":"event","event":"progressUpdate","body":{"progressId":"2","message":"Loading symbols for ntmarta.dll from: C:\\Windows\\dll\\","percentage":0}}
-> (C) {"command":"threads","type":"request","seq":14}
<- (R) {"seq":1234,"type":"response","request_seq":14,"success":true,"command":"threads","body":{"threads":[{"id":5264,"name":"Thread #5264"},{"id":9712,"name":"Thread #9712"},{"id":9568,"name":"Thread #9568"},{"id":4092,"name":"Thread #4092"},{"id":1616,"name":"Thread #1616"},{"id":11472,"name":"Thread #11472"},{"id":4812,"name":"Thread #4812"},{"id":3040,"name":"Thread #3040"},{"id":6320,"name":"Thread #6320"},{"id":2624,"name":"Thread #2624"},{"id":6780,"name":"Thread #6780"},{"id":8264,"name":"Thread #8264"},{"id":8256,"name":"Thread #8256"},{"id":8996,"name":"Thread #8996"},{"id":2656,"name":"Thread #2656"},{"id":11328,"name":"Thread #11328"},{"id":2404,"name":"Thread #2404"},{"id":9696,"name":"Thread #9696"},{"id":6128,"name":"Thread #6128"},{"id":6344,"name":"Thread #6344"},{"id":3504,"name":"Thread #3504"},{"id":7216,"name":"Thread #7216"},{"id":8748,"name":"Thread #8748"},{"id":8848,"name":"Thread #8848"},{"id":12092,"name":"Thread #12092"}]}}
<- (E) {"seq":1236,"type":"event","event":"thread","body":{"reason":"started","threadId":11080}}
<- (E) {"seq":1238,"type":"event","event":"thread","body":{"reason":"started","threadId":10120}}
-> (C) {"command":"threads","type":"request","seq":15}
<- (R) {"seq":1241,"type":"response","request_seq":15,"success":true,"command":"threads","body":{"threads":[{"id":5264,"name":"Thread #5264"},{"id":9712,"name":"Thread #9712"},{"id":9568,"name":"Thread #9568"},{"id":4092,"name":"Thread #4092"},{"id":1616,"name":"Thread #1616"},{"id":11472,"name":"Thread #11472"},{"id":4812,"name":"Thread #4812"},{"id":3040,"name":"Thread #3040"},{"id":6320,"name":"Thread #6320"},{"id":2624,"name":"Thread #2624"},{"id":6780,"name":"Thread #6780"},{"id":8264,"name":"Thread #8264"},{"id":8256,"name":"Thread #8256"},{"id":8996,"name":"Thread #8996"},{"id":2656,"name":"Thread #2656"},{"id":11328,"name":"Thread #11328"},{"id":2404,"name":"Thread #2404"},{"id":9696,"name":"Thread #9696"},{"id":6128,"name":"Thread #6128"},{"id":6344,"name":"Thread #6344"},{"id":3504,"name":"Thread #3504"},{"id":7216,"name":"Thread #7216"},{"id":8748,"name":"Thread #8748"},{"id":8848,"name":"Thread #8848"},{"id":12092,"name":"Thread #12092"},{"id":11080,"name":"Thread #11080"},{"id":10120,"name":"Thread #10120"}]}}
<- (E) {"seq":1243,"type":"event","event":"thread","body":{"reason":"exited","threadId":11080}}
<- (E) {"seq":1245,"type":"event","event":"progressEnd","body":{"progressId":"2"}}
<- (E) {"seq":1247,"type":"event","event":"thread","body":{"reason":"started","threadId":12400}}
<- (E) {"seq":1249,"type":"event","event":"thread","body":{"reason":"started","threadId":11168}}
-> (C) {"command":"threads","type":"request","seq":16}
<- (R) {"seq":1252,"type":"response","request_seq":16,"success":true,"command":"threads","body":{"threads":[{"id":5264,"name":"Thread #5264"},{"id":9712,"name":"Thread #9712"},{"id":9568,"name":"Thread #9568"},{"id":4092,"name":"Thread #4092"},{"id":1616,"name":"Thread #1616"},{"id":11472,"name":"Thread #11472"},{"id":4812,"name":"Thread #4812"},{"id":3040,"name":"Thread #3040"},{"id":6320,"name":"Thread #6320"},{"id":2624,"name":"Thread #2624"},{"id":6780,"name":"Thread #6780"},{"id":8264,"name":"Thread #8264"},{"id":8256,"name":"Thread #8256"},{"id":8996,"name":"Thread #8996"},{"id":2656,"name":"Thread #2656"},{"id":11328,"name":"Thread #11328"},{"id":2404,"name":"Thread #2404"},{"id":9696,"name":"Thread #9696"},{"id":6128,"name":"Thread #6128"},{"id":6344,"name":"Thread #6344"},{"id":3504,"name":"Thread #3504"},{"id":7216,"name":"Thread #7216"},{"id":8748,"name":"Thread #8748"},{"id":8848,"name":"Thread #8848"},{"id":12092,"name":"Thread #12092"},{"id":10120,"name":"Thread #10120"},{"id":12400,"name":"Thread #12400"},{"id":11168,"name":"Thread #11168"}]}}
<- (E) {"seq":1254,"type":"event","event":"progressStart","body":{"progressId":"3","title":"Loading...","cancellable":true,"message":"Loading symbols for mswsock.dll","percentage":0}}
<- (E) {"seq":1256,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\mswsock.dll'. \n"}}
Loaded 'C:\Windows\System32\mswsock.dll'.
<- (E) {"seq":1258,"type":"event","event":"module","body":{"reason":"new","module":{"id":1070,"name":"mswsock.dll","path":"C:\\Windows\\System32\\mswsock.dll","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":1260,"type":"event","event":"progressUpdate","body":{"progressId":"3","message":"Loading symbols for mswsock.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":1262,"type":"event","event":"progressUpdate","body":{"progressId":"3","message":"Loading symbols for mswsock.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":1264,"type":"event","event":"progressUpdate","body":{"progressId":"3","message":"Loading symbols for mswsock.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":1266,"type":"event","event":"progressUpdate","body":{"progressId":"3","message":"Loading symbols for mswsock.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":1268,"type":"event","event":"progressUpdate","body":{"progressId":"3","message":"Loading symbols for mswsock.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":1270,"type":"event","event":"thread","body":{"reason":"started","threadId":12060}}
<- (E) {"seq":1272,"type":"event","event":"thread","body":{"reason":"exited","threadId":12060}}
-> (C) {"command":"threads","type":"request","seq":17}
<- (R) {"seq":1275,"type":"response","request_seq":17,"success":true,"command":"threads","body":{"threads":[{"id":5264,"name":"Thread #5264"},{"id":9712,"name":"Thread #9712"},{"id":9568,"name":"Thread #9568"},{"id":4092,"name":"Thread #4092"},{"id":1616,"name":"Thread #1616"},{"id":11472,"name":"Thread #11472"},{"id":4812,"name":"Thread #4812"},{"id":3040,"name":"Thread #3040"},{"id":6320,"name":"Thread #6320"},{"id":2624,"name":"Thread #2624"},{"id":6780,"name":"Thread #6780"},{"id":8264,"name":"Thread #8264"},{"id":8256,"name":"Thread #8256"},{"id":8996,"name":"Thread #8996"},{"id":2656,"name":"Thread #2656"},{"id":11328,"name":"Thread #11328"},{"id":2404,"name":"Thread #2404"},{"id":9696,"name":"Thread #9696"},{"id":6128,"name":"Thread #6128"},{"id":6344,"name":"Thread #6344"},{"id":3504,"name":"Thread #3504"},{"id":7216,"name":"Thread #7216"},{"id":8748,"name":"Thread #8748"},{"id":8848,"name":"Thread #8848"},{"id":12092,"name":"Thread #12092"},{"id":10120,"name":"Thread #10120"},{"id":12400,"name":"Thread #12400"},{"id":11168,"name":"Thread #11168"}]}}
<- (E) {"seq":1277,"type":"event","event":"thread","body":{"reason":"started","threadId":12208}}
-> (C) {"command":"threads","type":"request","seq":18}
<- (R) {"seq":1280,"type":"response","request_seq":18,"success":true,"command":"threads","body":{"threads":[{"id":5264,"name":"Thread #5264"},{"id":9712,"name":"Thread #9712"},{"id":9568,"name":"Thread #9568"},{"id":4092,"name":"Thread #4092"},{"id":1616,"name":"Thread #1616"},{"id":11472,"name":"Thread #11472"},{"id":4812,"name":"Thread #4812"},{"id":3040,"name":"Thread #3040"},{"id":6320,"name":"Thread #6320"},{"id":2624,"name":"Thread #2624"},{"id":6780,"name":"Thread #6780"},{"id":8264,"name":"Thread #8264"},{"id":8256,"name":"Thread #8256"},{"id":8996,"name":"Thread #8996"},{"id":2656,"name":"Thread #2656"},{"id":11328,"name":"Thread #11328"},{"id":2404,"name":"Thread #2404"},{"id":9696,"name":"Thread #9696"},{"id":6128,"name":"Thread #6128"},{"id":6344,"name":"Thread #6344"},{"id":3504,"name":"Thread #3504"},{"id":7216,"name":"Thread #7216"},{"id":8748,"name":"Thread #8748"},{"id":8848,"name":"Thread #8848"},{"id":12092,"name":"Thread #12092"},{"id":10120,"name":"Thread #10120"},{"id":12400,"name":"Thread #12400"},{"id":11168,"name":"Thread #11168"},{"id":12208,"name":"Thread #12208"}]}}
<- (E) {"seq":1282,"type":"event","event":"progressEnd","body":{"progressId":"3"}}
<- (E) {"seq":1291,"type":"event","event":"thread","body":{"reason":"started","threadId":13748}}
<- (E) {"seq":1293,"type":"event","event":"thread","body":{"reason":"exited","threadId":13748}}
-> (C) {"command":"threads","type":"request","seq":20}
<- (R) {"seq":1296,"type":"response","request_seq":20,"success":true,"command":"threads","body":{"threads":[{"id":5264,"name":"Thread #5264"},{"id":9712,"name":"Thread #9712"},{"id":9568,"name":"Thread #9568"},{"id":4092,"name":"Thread #4092"},{"id":1616,"name":"Thread #1616"},{"id":11472,"name":"Thread #11472"},{"id":4812,"name":"Thread #4812"},{"id":3040,"name":"Thread #3040"},{"id":6320,"name":"Thread #6320"},{"id":2624,"name":"Thread #2624"},{"id":6780,"name":"Thread #6780"},{"id":8264,"name":"Thread #8264"},{"id":8256,"name":"Thread #8256"},{"id":8996,"name":"Thread #8996"},{"id":2656,"name":"Thread #2656"},{"id":11328,"name":"Thread #11328"},{"id":2404,"name":"Thread #2404"},{"id":9696,"name":"Thread #9696"},{"id":6128,"name":"Thread #6128"},{"id":6344,"name":"Thread #6344"},{"id":3504,"name":"Thread #3504"},{"id":7216,"name":"Thread #7216"},{"id":8748,"name":"Thread #8748"},{"id":8848,"name":"Thread #8848"},{"id":12092,"name":"Thread #12092"},{"id":10120,"name":"Thread #10120"},{"id":12400,"name":"Thread #12400"},{"id":11168,"name":"Thread #11168"},{"id":12208,"name":"Thread #12208"},{"id":12176,"name":"Thread #12176"},{"id":3512,"name":"Thread #3512"}]}}
<- (E) {"seq":1298,"type":"event","event":"thread","body":{"reason":"started","threadId":11368}}
<- (E) {"seq":1300,"type":"event","event":"progressStart","body":{"progressId":"4","title":"Loading...","cancellable":true,"message":"Loading symbols for rasadhlp.dll","percentage":0}}
<- (E) {"seq":1302,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\rasadhlp.dll'. \n"}}
Loaded 'C:\Windows\System32\rasadhlp.dll'.
<- (E) {"seq":1304,"type":"event","event":"progressUpdate","body":{"progressId":"4","message":"Loading symbols for rasadhlp.dll from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":1306,"type":"event","event":"module","body":{"reason":"new","module":{"id":1071,"name":"rasadhlp.dll","path":"C:\\Windows\\System32\\rasadhlp.dll","isUserCode":false,"version":"10.0.22621.1 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":1308,"type":"event","event":"progressUpdate","body":{"progressId":"4","message":"Loading symbols for rasadhlp.dll from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":1310,"type":"event","event":"progressUpdate","body":{"progressId":"4","message":"Loading symbols for rasadhlp.dll from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":1312,"type":"event","event":"progressUpdate","body":{"progressId":"4","message":"Loading symbols for rasadhlp.dll from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":1314,"type":"event","event":"progressUpdate","body":{"progressId":"4","message":"Loading symbols for rasadhlp.dll from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":1316,"type":"event","event":"progressUpdate","body":{"progressId":"4","message":"Loading symbols for FWPUCLNT.DLL","percentage":0}}
<- (E) {"seq":1318,"type":"event","event":"output","body":{"category":"console","output":"Loaded 'C:\\Windows\\System32\\FWPUCLNT.DLL'. \n"}}
Loaded 'C:\Windows\System32\FWPUCLNT.DLL'.
<- (E) {"seq":1320,"type":"event","event":"module","body":{"reason":"new","module":{"id":1072,"name":"FWPUCLNT.DLL","path":"C:\\Windows\\System32\\FWPUCLNT.DLL","isUserCode":false,"version":"10.0.22621.2506 (WinBuild.160101.0800)","symbolStatus":"Cannot find or open the PDB file."}}}
<- (E) {"seq":1322,"type":"event","event":"progressUpdate","body":{"progressId":"4","message":"Loading symbols for FWPUCLNT.DLL from: C:\\Users\\Rakka\\Documents\\Code\\godot\\bin","percentage":0}}
<- (E) {"seq":1324,"type":"event","event":"progressUpdate","body":{"progressId":"4","message":"Loading symbols for FWPUCLNT.DLL from: C:\\Windows\\System32\\","percentage":0}}
<- (E) {"seq":1326,"type":"event","event":"progressUpdate","body":{"progressId":"4","message":"Loading symbols for FWPUCLNT.DLL from: C:\\Windows\\","percentage":0}}
<- (E) {"seq":1328,"type":"event","event":"progressUpdate","body":{"progressId":"4","message":"Loading symbols for FWPUCLNT.DLL from: C:\\Windows\\symbols\\dll\\","percentage":0}}
<- (E) {"seq":1330,"type":"event","event":"progressUpdate","body":{"progressId":"4","message":"Loading symbols for FWPUCLNT.DLL from: C:\\Windows\\dll\\","percentage":0}}
<- (E) {"seq":1332,"type":"event","event":"thread","body":{"reason":"started","threadId":14320}}
-> (C) {"command":"threads","type":"request","seq":21}
<- (R) {"seq":1335,"type":"response","request_seq":21,"success":true,"command":"threads","body":{"threads":[{"id":5264,"name":"Thread #5264"},{"id":9712,"name":"Thread #9712"},{"id":9568,"name":"Thread #9568"},{"id":4092,"name":"Thread #4092"},{"id":1616,"name":"Thread #1616"},{"id":11472,"name":"Thread #11472"},{"id":4812,"name":"Thread #4812"},{"id":3040,"name":"Thread #3040"},{"id":6320,"name":"Thread #6320"},{"id":2624,"name":"Thread #2624"},{"id":6780,"name":"Thread #6780"},{"id":8264,"name":"Thread #8264"},{"id":8256,"name":"Thread #8256"},{"id":8996,"name":"Thread #8996"},{"id":2656,"name":"Thread #2656"},{"id":11328,"name":"Thread #11328"},{"id":2404,"name":"Thread #2404"},{"id":9696,"name":"Thread #9696"},{"id":6128,"name":"Thread #6128"},{"id":6344,"name":"Thread #6344"},{"id":3504,"name":"Thread #3504"},{"id":7216,"name":"Thread #7216"},{"id":8748,"name":"Thread #8748"},{"id":8848,"name":"Thread #8848"},{"id":12092,"name":"Thread #12092"},{"id":10120,"name":"Thread #10120"},{"id":12400,"name":"Thread #12400"},{"id":11168,"name":"Thread #11168"},{"id":12208,"name":"Thread #12208"},{"id":12176,"name":"Thread #12176"},{"id":3512,"name":"Thread #3512"},{"id":11368,"name":"Thread #11368"},{"id":14320,"name":"Thread #14320"}]}}
<- (E) {"seq":1337,"type":"event","event":"thread","body":{"reason":"exited","threadId":11368}}
<- (E) {"seq":1339,"type":"event","event":"thread","body":{"reason":"started","threadId":13016}}
-> (C) {"command":"threads","type":"request","seq":22}
<- (R) {"seq":1342,"type":"response","request_seq":22,"success":true,"command":"threads","body":{"threads":[{"id":5264,"name":"Thread #5264"},{"id":9712,"name":"Thread #9712"},{"id":9568,"name":"Thread #9568"},{"id":4092,"name":"Thread #4092"},{"id":1616,"name":"Thread #1616"},{"id":11472,"name":"Thread #11472"},{"id":4812,"name":"Thread #4812"},{"id":3040,"name":"Thread #3040"},{"id":6320,"name":"Thread #6320"},{"id":2624,"name":"Thread #2624"},{"id":6780,"name":"Thread #6780"},{"id":8264,"name":"Thread #8264"},{"id":8256,"name":"Thread #8256"},{"id":8996,"name":"Thread #8996"},{"id":2656,"name":"Thread #2656"},{"id":11328,"name":"Thread #11328"},{"id":2404,"name":"Thread #2404"},{"id":9696,"name":"Thread #9696"},{"id":6128,"name":"Thread #6128"},{"id":6344,"name":"Thread #6344"},{"id":3504,"name":"Thread #3504"},{"id":7216,"name":"Thread #7216"},{"id":8748,"name":"Thread #8748"},{"id":8848,"name":"Thread #8848"},{"id":12092,"name":"Thread #12092"},{"id":10120,"name":"Thread #10120"},{"id":12400,"name":"Thread #12400"},{"id":11168,"name":"Thread #11168"},{"id":12208,"name":"Thread #12208"},{"id":12176,"name":"Thread #12176"},{"id":3512,"name":"Thread #3512"},{"id":14320,"name":"Thread #14320"},{"id":13016,"name":"Thread #13016"}]}}
<- (E) {"seq":1344,"type":"event","event":"thread","body":{"reason":"exited","threadId":13016}}
<- (E) {"seq":1346,"type":"event","event":"thread","body":{"reason":"started","threadId":3136}}
<- (E) {"seq":1348,"type":"event","event":"thread","body":{"reason":"started","threadId":6208}}
<- (E) {"seq":1350,"type":"event","event":"thread","body":{"reason":"started","threadId":7588}}
<- (E) {"seq":1352,"type":"event","event":"thread","body":{"reason":"started","threadId":10320}}
<- (E) {"seq":1354,"type":"event","event":"thread","body":{"reason":"exited","threadId":3136}}
<- (E) {"seq":1356,"type":"event","event":"thread","body":{"reason":"exited","threadId":6208}}
-> (C) {"command":"threads","type":"request","seq":23}
<- (E) {"seq":1359,"type":"event","event":"thread","body":{"reason":"exited","threadId":7588}}
<- (R) {"seq":1361,"type":"response","request_seq":23,"success":true,"command":"threads","body":{"threads":[{"id":5264,"name":"Thread #5264"},{"id":9712,"name":"Thread #9712"},{"id":9568,"name":"Thread #9568"},{"id":4092,"name":"Thread #4092"},{"id":1616,"name":"Thread #1616"},{"id":11472,"name":"Thread #11472"},{"id":4812,"name":"Thread #4812"},{"id":3040,"name":"Thread #3040"},{"id":6320,"name":"Thread #6320"},{"id":2624,"name":"Thread #2624"},{"id":6780,"name":"Thread #6780"},{"id":8264,"name":"Thread #8264"},{"id":8256,"name":"Thread #8256"},{"id":8996,"name":"Thread #8996"},{"id":2656,"name":"Thread #2656"},{"id":11328,"name":"Thread #11328"},{"id":2404,"name":"Thread #2404"},{"id":9696,"name":"Thread #9696"},{"id":6128,"name":"Thread #6128"},{"id":6344,"name":"Thread #6344"},{"id":3504,"name":"Thread #3504"},{"id":7216,"name":"Thread #7216"},{"id":8748,"name":"Thread #8748"},{"id":8848,"name":"Thread #8848"},{"id":12092,"name":"Thread #12092"},{"id":10120,"name":"Thread #10120"},{"id":12400,"name":"Thread #12400"},{"id":11168,"name":"Thread #11168"},{"id":12208,"name":"Thread #12208"},{"id":12176,"name":"Thread #12176"},{"id":3512,"name":"Thread #3512"},{"id":14320,"name":"Thread #14320"},{"id":10320,"name":"Thread #10320"}]}}
<- (E) {"seq":1363,"type":"event","event":"thread","body":{"reason":"started","threadId":11740}}
<- (E) {"seq":1365,"type":"event","event":"thread","body":{"reason":"started","threadId":9692}}
<- (E) {"seq":1367,"type":"event","event":"thread","body":{"reason":"exited","threadId":10320}}
<- (E) {"seq":1369,"type":"event","event":"thread","body":{"reason":"exited","threadId":11740}}
-> (C) {"command":"threads","type":"request","seq":24}
<- (R) {"seq":1372,"type":"response","request_seq":24,"success":true,"command":"threads","body":{"threads":[{"id":5264,"name":"Thread #5264"},{"id":9712,"name":"Thread #9712"},{"id":9568,"name":"Thread #9568"},{"id":4092,"name":"Thread #4092"},{"id":1616,"name":"Thread #1616"},{"id":11472,"name":"Thread #11472"},{"id":4812,"name":"Thread #4812"},{"id":3040,"name":"Thread #3040"},{"id":6320,"name":"Thread #6320"},{"id":2624,"name":"Thread #2624"},{"id":6780,"name":"Thread #6780"},{"id":8264,"name":"Thread #8264"},{"id":8256,"name":"Thread #8256"},{"id":8996,"name":"Thread #8996"},{"id":2656,"name":"Thread #2656"},{"id":11328,"name":"Thread #11328"},{"id":2404,"name":"Thread #2404"},{"id":9696,"name":"Thread #9696"},{"id":6128,"name":"Thread #6128"},{"id":6344,"name":"Thread #6344"},{"id":3504,"name":"Thread #3504"},{"id":7216,"name":"Thread #7216"},{"id":8748,"name":"Thread #8748"},{"id":8848,"name":"Thread #8848"},{"id":12092,"name":"Thread #12092"},{"id":10120,"name":"Thread #10120"},{"id":12400,"name":"Thread #12400"},{"id":11168,"name":"Thread #11168"},{"id":12208,"name":"Thread #12208"},{"id":12176,"name":"Thread #12176"},{"id":3512,"name":"Thread #3512"},{"id":14320,"name":"Thread #14320"},{"id":9692,"name":"Thread #9692"}]}}
<- (E) {"seq":1374,"type":"event","event":"thread","body":{"reason":"exited","threadId":9692}}
<- (E) {"seq":1376,"type":"event","event":"progressEnd","body":{"progressId":"4"}}
<- (E) {"seq":1378,"type":"event","event":"thread","body":{"reason":"started","threadId":11568}}
<- (E) {"seq":1380,"type":"event","event":"thread","body":{"reason":"started","threadId":1904}}
<- (E) {"seq":1382,"type":"event","event":"thread","body":{"reason":"started","threadId":9356}}
<- (E) {"seq":1384,"type":"event","event":"thread","body":{"reason":"started","threadId":4712}}
<- (E) {"seq":1386,"type":"event","event":"thread","body":{"reason":"exited","threadId":11568}}
-> (C) {"command":"threads","type":"request","seq":25}
<- (R) {"seq":1389,"type":"response","request_seq":25,"success":true,"command":"threads","body":{"threads":[{"id":5264,"name":"Thread #5264"},{"id":9712,"name":"Thread #9712"},{"id":9568,"name":"Thread #9568"},{"id":4092,"name":"Thread #4092"},{"id":1616,"name":"Thread #1616"},{"id":11472,"name":"Thread #11472"},{"id":4812,"name":"Thread #4812"},{"id":3040,"name":"Thread #3040"},{"id":6320,"name":"Thread #6320"},{"id":2624,"name":"Thread #2624"},{"id":6780,"name":"Thread #6780"},{"id":8264,"name":"Thread #8264"},{"id":8256,"name":"Thread #8256"},{"id":8996,"name":"Thread #8996"},{"id":2656,"name":"Thread #2656"},{"id":11328,"name":"Thread #11328"},{"id":2404,"name":"Thread #2404"},{"id":9696,"name":"Thread #9696"},{"id":6128,"name":"Thread #6128"},{"id":6344,"name":"Thread #6344"},{"id":3504,"name":"Thread #3504"},{"id":7216,"name":"Thread #7216"},{"id":8748,"name":"Thread #8748"},{"id":8848,"name":"Thread #8848"},{"id":12092,"name":"Thread #12092"},{"id":10120,"name":"Thread #10120"},{"id":12400,"name":"Thread #12400"},{"id":11168,"name":"Thread #11168"},{"id":12208,"name":"Thread #12208"},{"id":12176,"name":"Thread #12176"},{"id":3512,"name":"Thread #3512"},{"id":14320,"name":"Thread #14320"},{"id":1904,"name":"Thread #1904"},{"id":9356,"name":"Thread #9356"},{"id":4712,"name":"Thread #4712"}]}}
<- (E) {"seq":1391,"type":"event","event":"thread","body":{"reason":"exited","threadId":9356}}
<- (E) {"seq":1393,"type":"event","event":"thread","body":{"reason":"exited","threadId":1904}}
<- (E) {"seq":1395,"type":"event","event":"thread","body":{"reason":"started","threadId":12256}}
<- (E) {"seq":1397,"type":"event","event":"thread","body":{"reason":"started","threadId":2172}}
<- (E) {"seq":1399,"type":"event","event":"thread","body":{"reason":"exited","threadId":4712}}
<- (E) {"seq":1401,"type":"event","event":"thread","body":{"reason":"started","threadId":1104}}
<- (E) {"seq":1403,"type":"event","event":"thread","body":{"reason":"started","threadId":3896}}
<- (E) {"seq":1405,"type":"event","event":"thread","body":{"reason":"started","threadId":13292}}
<- (E) {"seq":1407,"type":"event","event":"thread","body":{"reason":"started","threadId":9996}}
<- (E) {"seq":1409,"type":"event","event":"thread","body":{"reason":"exited","threadId":12256}}
<- (E) {"seq":1411,"type":"event","event":"thread","body":{"reason":"exited","threadId":2172}}
-> (C) {"command":"threads","type":"request","seq":26}
<- (R) {"seq":1414,"type":"response","request_seq":26,"success":true,"command":"threads","body":{"threads":[{"id":5264,"name":"Thread #5264"},{"id":9712,"name":"Thread #9712"},{"id":9568,"name":"Thread #9568"},{"id":4092,"name":"Thread #4092"},{"id":1616,"name":"Thread #1616"},{"id":11472,"name":"Thread #11472"},{"id":4812,"name":"Thread #4812"},{"id":3040,"name":"Thread #3040"},{"id":6320,"name":"Thread #6320"},{"id":2624,"name":"Thread #2624"},{"id":6780,"name":"Thread #6780"},{"id":8264,"name":"Thread #8264"},{"id":8256,"name":"Thread #8256"},{"id":8996,"name":"Thread #8996"},{"id":2656,"name":"Thread #2656"},{"id":11328,"name":"Thread #11328"},{"id":2404,"name":"Thread #2404"},{"id":9696,"name":"Thread #9696"},{"id":6128,"name":"Thread #6128"},{"id":6344,"name":"Thread #6344"},{"id":3504,"name":"Thread #3504"},{"id":7216,"name":"Thread #7216"},{"id":8748,"name":"Thread #8748"},{"id":8848,"name":"Thread #8848"},{"id":12092,"name":"Thread #12092"},{"id":10120,"name":"Thread #10120"},{"id":12400,"name":"Thread #12400"},{"id":11168,"name":"Thread #11168"},{"id":12208,"name":"Thread #12208"},{"id":12176,"name":"Thread #12176"},{"id":3512,"name":"Thread #3512"},{"id":14320,"name":"Thread #14320"},{"id":1104,"name":"Thread #1104"},{"id":3896,"name":"Thread #3896"},{"id":13292,"name":"Thread #13292"},{"id":9996,"name":"Thread #9996"}]}}
<- (E) {"seq":1416,"type":"event","event":"thread","body":{"reason":"exited","threadId":1104}}
<- (E) {"seq":1418,"type":"event","event":"thread","body":{"reason":"started","threadId":1528}}
<- (E) {"seq":1420,"type":"event","event":"thread","body":{"reason":"started","threadId":6288}}
<- (E) {"seq":1422,"type":"event","event":"thread","body":{"reason":"exited","threadId":3896}}
<- (E) {"seq":1424,"type":"event","event":"thread","body":{"reason":"started","threadId":9860}}
<- (E) {"seq":1426,"type":"event","event":"thread","body":{"reason":"exited","threadId":13292}}
<- (E) {"seq":1428,"type":"event","event":"thread","body":{"reason":"exited","threadId":9996}}
<- (E) {"seq":1430,"type":"event","event":"thread","body":{"reason":"started","threadId":2700}}
<- (E) {"seq":1432,"type":"event","event":"thread","body":{"reason":"exited","threadId":6288}}
<- (E) {"seq":1434,"type":"event","event":"thread","body":{"reason":"started","threadId":1828}}
<- (E) {"seq":1436,"type":"event","event":"thread","body":{"reason":"exited","threadId":1528}}
-> (C) {"command":"threads","type":"request","seq":27}
<- (R) {"seq":1439,"type":"response","request_seq":27,"success":true,"command":"threads","body":{"threads":[{"id":5264,"name":"Thread #5264"},{"id":9712,"name":"Thread #9712"},{"id":9568,"name":"Thread #9568"},{"id":4092,"name":"Thread #4092"},{"id":1616,"name":"Thread #1616"},{"id":11472,"name":"Thread #11472"},{"id":4812,"name":"Thread #4812"},{"id":3040,"name":"Thread #3040"},{"id":6320,"name":"Thread #6320"},{"id":2624,"name":"Thread #2624"},{"id":6780,"name":"Thread #6780"},{"id":8264,"name":"Thread #8264"},{"id":8256,"name":"Thread #8256"},{"id":8996,"name":"Thread #8996"},{"id":2656,"name":"Thread #2656"},{"id":11328,"name":"Thread #11328"},{"id":2404,"name":"Thread #2404"},{"id":9696,"name":"Thread #9696"},{"id":6128,"name":"Thread #6128"},{"id":6344,"name":"Thread #6344"},{"id":3504,"name":"Thread #3504"},{"id":7216,"name":"Thread #7216"},{"id":8748,"name":"Thread #8748"},{"id":8848,"name":"Thread #8848"},{"id":12092,"name":"Thread #12092"},{"id":10120,"name":"Thread #10120"},{"id":12400,"name":"Thread #12400"},{"id":11168,"name":"Thread #11168"},{"id":12208,"name":"Thread #12208"},{"id":12176,"name":"Thread #12176"},{"id":3512,"name":"Thread #3512"},{"id":14320,"name":"Thread #14320"},{"id":9860,"name":"Thread #9860"},{"id":2700,"name":"Thread #2700"},{"id":1828,"name":"Thread #1828"}]}}
<- (E) {"seq":1441,"type":"event","event":"thread","body":{"reason":"started","threadId":12700}}
<- (E) {"seq":1443,"type":"event","event":"thread","body":{"reason":"started","threadId":8824}}
<- (E) {"seq":1445,"type":"event","event":"thread","body":{"reason":"started","threadId":12232}}
<- (E) {"seq":1447,"type":"event","event":"thread","body":{"reason":"exited","threadId":9860}}
<- (E) {"seq":1449,"type":"event","event":"thread","body":{"reason":"started","threadId":4780}}
<- (E) {"seq":1451,"type":"event","event":"thread","body":{"reason":"started","threadId":10900}}
<- (E) {"seq":1453,"type":"event","event":"thread","body":{"reason":"exited","threadId":2700}}
<- (E) {"seq":1455,"type":"event","event":"thread","body":{"reason":"started","threadId":12048}}
-> (C) {"command":"threads","type":"request","seq":28}
<- (R) {"seq":1458,"type":"response","request_seq":28,"success":true,"command":"threads","body":{"threads":[{"id":5264,"name":"Thread #5264"},{"id":9712,"name":"Thread #9712"},{"id":9568,"name":"Thread #9568"},{"id":4092,"name":"Thread #4092"},{"id":1616,"name":"Thread #1616"},{"id":11472,"name":"Thread #11472"},{"id":4812,"name":"Thread #4812"},{"id":3040,"name":"Thread #3040"},{"id":6320,"name":"Thread #6320"},{"id":2624,"name":"Thread #2624"},{"id":6780,"name":"Thread #6780"},{"id":8264,"name":"Thread #8264"},{"id":8256,"name":"Thread #8256"},{"id":8996,"name":"Thread #8996"},{"id":2656,"name":"Thread #2656"},{"id":11328,"name":"Thread #11328"},{"id":2404,"name":"Thread #2404"},{"id":9696,"name":"Thread #9696"},{"id":6128,"name":"Thread #6128"},{"id":6344,"name":"Thread #6344"},{"id":3504,"name":"Thread #3504"},{"id":7216,"name":"Thread #7216"},{"id":8748,"name":"Thread #8748"},{"id":8848,"name":"Thread #8848"},{"id":12092,"name":"Thread #12092"},{"id":10120,"name":"Thread #10120"},{"id":12400,"name":"Thread #12400"},{"id":11168,"name":"Thread #11168"},{"id":12208,"name":"Thread #12208"},{"id":12176,"name":"Thread #12176"},{"id":3512,"name":"Thread #3512"},{"id":14320,"name":"Thread #14320"},{"id":1828,"name":"Thread #1828"},{"id":12700,"name":"Thread #12700"},{"id":8824,"name":"Thread #8824"},{"id":12232,"name":"Thread #12232"},{"id":4780,"name":"Thread #4780"},{"id":10900,"name":"Thread #10900"},{"id":12048,"name":"Thread #12048"}]}}
<- (E) {"seq":1460,"type":"event","event":"thread","body":{"reason":"exited","threadId":12700}}
<- (E) {"seq":1462,"type":"event","event":"thread","body":{"reason":"started","threadId":13664}}
<- (E) {"seq":1464,"type":"event","event":"thread","body":{"reason":"exited","threadId":12232}}
<- (E) {"seq":1466,"type":"event","event":"thread","body":{"reason":"started","threadId":4632}}
<- (E) {"seq":1468,"type":"event","event":"thread","body":{"reason":"exited","threadId":4780}}
<- (E) {"seq":1470,"type":"event","event":"thread","body":{"reason":"started","threadId":6280}}
<- (E) {"seq":1472,"type":"event","event":"thread","body":{"reason":"exited","threadId":12048}}
<- (E) {"seq":1474,"type":"event","event":"thread","body":{"reason":"exited","threadId":13664}}
-> (C) {"command":"threads","type":"request","seq":29}
<- (R) {"seq":1477,"type":"response","request_seq":29,"success":true,"command":"threads","body":{"threads":[{"id":5264,"name":"Thread #5264"},{"id":9712,"name":"Thread #9712"},{"id":9568,"name":"Thread #9568"},{"id":4092,"name":"Thread #4092"},{"id":1616,"name":"Thread #1616"},{"id":11472,"name":"Thread #11472"},{"id":4812,"name":"Thread #4812"},{"id":3040,"name":"Thread #3040"},{"id":6320,"name":"Thread #6320"},{"id":2624,"name":"Thread #2624"},{"id":6780,"name":"Thread #6780"},{"id":8264,"name":"Thread #8264"},{"id":8256,"name":"Thread #8256"},{"id":8996,"name":"Thread #8996"},{"id":2656,"name":"Thread #2656"},{"id":11328,"name":"Thread #11328"},{"id":2404,"name":"Thread #2404"},{"id":9696,"name":"Thread #9696"},{"id":6128,"name":"Thread #6128"},{"id":6344,"name":"Thread #6344"},{"id":3504,"name":"Thread #3504"},{"id":7216,"name":"Thread #7216"},{"id":8748,"name":"Thread #8748"},{"id":8848,"name":"Thread #8848"},{"id":12092,"name":"Thread #12092"},{"id":10120,"name":"Thread #10120"},{"id":12400,"name":"Thread #12400"},{"id":11168,"name":"Thread #11168"},{"id":12208,"name":"Thread #12208"},{"id":12176,"name":"Thread #12176"},{"id":3512,"name":"Thread #3512"},{"id":14320,"name":"Thread #14320"},{"id":1828,"name":"Thread #1828"},{"id":8824,"name":"Thread #8824"},{"id":10900,"name":"Thread #10900"},{"id":4632,"name":"Thread #4632"},{"id":6280,"name":"Thread #6280"}]}}
<- (E) {"seq":1479,"type":"event","event":"thread","body":{"reason":"started","threadId":9128}}
<- (E) {"seq":1481,"type":"event","event":"thread","body":{"reason":"started","threadId":9908}}
<- (E) {"seq":1483,"type":"event","event":"thread","body":{"reason":"exited","threadId":4632}}
<- (E) {"seq":1485,"type":"event","event":"thread","body":{"reason":"started","threadId":11840}}
-> (C) {"command":"threads","type":"request","seq":30}
<- (R) {"seq":1488,"type":"response","request_seq":30,"success":true,"command":"threads","body":{"threads":[{"id":5264,"name":"Thread #5264"},{"id":9712,"name":"Thread #9712"},{"id":9568,"name":"Thread #9568"},{"id":4092,"name":"Thread #4092"},{"id":1616,"name":"Thread #1616"},{"id":11472,"name":"Thread #11472"},{"id":4812,"name":"Thread #4812"},{"id":3040,"name":"Thread #3040"},{"id":6320,"name":"Thread #6320"},{"id":2624,"name":"Thread #2624"},{"id":6780,"name":"Thread #6780"},{"id":8264,"name":"Thread #8264"},{"id":8256,"name":"Thread #8256"},{"id":8996,"name":"Thread #8996"},{"id":2656,"name":"Thread #2656"},{"id":11328,"name":"Thread #11328"},{"id":2404,"name":"Thread #2404"},{"id":9696,"name":"Thread #9696"},{"id":6128,"name":"Thread #6128"},{"id":6344,"name":"Thread #6344"},{"id":3504,"name":"Thread #3504"},{"id":7216,"name":"Thread #7216"},{"id":8748,"name":"Thread #8748"},{"id":8848,"name":"Thread #8848"},{"id":12092,"name":"Thread #12092"},{"id":10120,"name":"Thread #10120"},{"id":12400,"name":"Thread #12400"},{"id":11168,"name":"Thread #11168"},{"id":12208,"name":"Thread #12208"},{"id":12176,"name":"Thread #12176"},{"id":3512,"name":"Thread #3512"},{"id":14320,"name":"Thread #14320"},{"id":1828,"name":"Thread #1828"},{"id":8824,"name":"Thread #8824"},{"id":10900,"name":"Thread #10900"},{"id":6280,"name":"Thread #6280"},{"id":9128,"name":"Thread #9128"},{"id":9908,"name":"Thread #9908"},{"id":11840,"name":"Thread #11840"}]}}
<- (E) {"seq":1490,"type":"event","event":"thread","body":{"reason":"exited","threadId":6280}}
<- (E) {"seq":1492,"type":"event","event":"thread","body":{"reason":"exited","threadId":9128}}
<- (E) {"seq":1494,"type":"event","event":"thread","body":{"reason":"exited","threadId":9908}}
<- (E) {"seq":1496,"type":"event","event":"thread","body":{"reason":"exited","threadId":11840}}
<- (E) {"seq":1498,"type":"event","event":"thread","body":{"reason":"started","threadId":6120}}
<- (E) {"seq":1500,"type":"event","event":"thread","body":{"reason":"exited","threadId":1828}}
<- (E) {"seq":1502,"type":"event","event":"thread","body":{"reason":"started","threadId":8892}}
<- (E) {"seq":1504,"type":"event","event":"thread","body":{"reason":"started","threadId":5188}}
<- (E) {"seq":1506,"type":"event","event":"thread","body":{"reason":"started","threadId":9840}}
<- (E) {"seq":1508,"type":"event","event":"thread","body":{"reason":"started","threadId":2928}}
<- (E) {"seq":1510,"type":"event","event":"thread","body":{"reason":"exited","threadId":6120}}
<- (E) {"seq":1512,"type":"event","event":"thread","body":{"reason":"started","threadId":13788}}
<- (E) {"seq":1514,"type":"event","event":"thread","body":{"reason":"exited","threadId":5188}}
-> (C) {"command":"threads","type":"request","seq":31}
<- (R) {"seq":1517,"type":"response","request_seq":31,"success":true,"command":"threads","body":{"threads":[{"id":5264,"name":"Thread #5264"},{"id":9712,"name":"Thread #9712"},{"id":9568,"name":"Thread #9568"},{"id":4092,"name":"Thread #4092"},{"id":1616,"name":"Thread #1616"},{"id":11472,"name":"Thread #11472"},{"id":4812,"name":"Thread #4812"},{"id":3040,"name":"Thread #3040"},{"id":6320,"name":"Thread #6320"},{"id":2624,"name":"Thread #2624"},{"id":6780,"name":"Thread #6780"},{"id":8264,"name":"Thread #8264"},{"id":8256,"name":"Thread #8256"},{"id":8996,"name":"Thread #8996"},{"id":2656,"name":"Thread #2656"},{"id":11328,"name":"Thread #11328"},{"id":2404,"name":"Thread #2404"},{"id":9696,"name":"Thread #9696"},{"id":6128,"name":"Thread #6128"},{"id":6344,"name":"Thread #6344"},{"id":3504,"name":"Thread #3504"},{"id":7216,"name":"Thread #7216"},{"id":8748,"name":"Thread #8748"},{"id":8848,"name":"Thread #8848"},{"id":12092,"name":"Thread #12092"},{"id":10120,"name":"Thread #10120"},{"id":12400,"name":"Thread #12400"},{"id":11168,"name":"Thread #11168"},{"id":12208,"name":"Thread #12208"},{"id":12176,"name":"Thread #12176"},{"id":3512,"name":"Thread #3512"},{"id":14320,"name":"Thread #14320"},{"id":8824,"name":"Thread #8824"},{"id":10900,"name":"Thread #10900"},{"id":8892,"name":"Thread #8892"},{"id":9840,"name":"Thread #9840"},{"id":2928,"name":"Thread #2928"},{"id":13788,"name":"Thread #13788"}]}}
<- (E) {"seq":1519,"type":"event","event":"thread","body":{"reason":"exited","threadId":8892}}
<- (E) {"seq":1521,"type":"event","event":"thread","body":{"reason":"started","threadId":7596}}
<- (E) {"seq":1523,"type":"event","event":"thread","body":{"reason":"started","threadId":6848}}
<- (E) {"seq":1525,"type":"event","event":"thread","body":{"reason":"exited","threadId":2928}}
<- (E) {"seq":1527,"type":"event","event":"thread","body":{"reason":"exited","threadId":9840}}
<- (E) {"seq":1529,"type":"event","event":"thread","body":{"reason":"exited","threadId":13788}}
-> (C) {"command":"threads","type":"request","seq":32}
<- (R) {"seq":1532,"type":"response","request_seq":32,"success":true,"command":"threads","body":{"threads":[{"id":5264,"name":"Thread #5264"},{"id":9712,"name":"Thread #9712"},{"id":9568,"name":"Thread #9568"},{"id":4092,"name":"Thread #4092"},{"id":1616,"name":"Thread #1616"},{"id":11472,"name":"Thread #11472"},{"id":4812,"name":"Thread #4812"},{"id":3040,"name":"Thread #3040"},{"id":6320,"name":"Thread #6320"},{"id":2624,"name":"Thread #2624"},{"id":6780,"name":"Thread #6780"},{"id":8264,"name":"Thread #8264"},{"id":8256,"name":"Thread #8256"},{"id":8996,"name":"Thread #8996"},{"id":2656,"name":"Thread #2656"},{"id":11328,"name":"Thread #11328"},{"id":2404,"name":"Thread #2404"},{"id":9696,"name":"Thread #9696"},{"id":6128,"name":"Thread #6128"},{"id":6344,"name":"Thread #6344"},{"id":3504,"name":"Thread #3504"},{"id":7216,"name":"Thread #7216"},{"id":8748,"name":"Thread #8748"},{"id":8848,"name":"Thread #8848"},{"id":12092,"name":"Thread #12092"},{"id":10120,"name":"Thread #10120"},{"id":12400,"name":"Thread #12400"},{"id":11168,"name":"Thread #11168"},{"id":12208,"name":"Thread #12208"},{"id":12176,"name":"Thread #12176"},{"id":3512,"name":"Thread #3512"},{"id":14320,"name":"Thread #14320"},{"id":8824,"name":"Thread #8824"},{"id":10900,"name":"Thread #10900"},{"id":7596,"name":"Thread #7596"},{"id":6848,"name":"Thread #6848"}]}}
<- (E) {"seq":1534,"type":"event","event":"thread","body":{"reason":"exited","threadId":6848}}
<- (E) {"seq":1536,"type":"event","event":"thread","body":{"reason":"exited","threadId":7596}}
<- (E) {"seq":1538,"type":"event","event":"thread","body":{"reason":"exited","threadId":8824}}
<- (E) {"seq":1540,"type":"event","event":"thread","body":{"reason":"exited","threadId":10900}}
<- (E) {"seq":1542,"type":"event","event":"thread","body":{"reason":"started","threadId":6236}}
-> (C) {"command":"threads","type":"request","seq":33}
<- (R) {"seq":1545,"type":"response","request_seq":33,"success":true,"command":"threads","body":{"threads":[{"id":5264,"name":"Thread #5264"},{"id":9712,"name":"Thread #9712"},{"id":9568,"name":"Thread #9568"},{"id":4092,"name":"Thread #4092"},{"id":1616,"name":"Thread #1616"},{"id":11472,"name":"Thread #11472"},{"id":4812,"name":"Thread #4812"},{"id":3040,"name":"Thread #3040"},{"id":6320,"name":"Thread #6320"},{"id":2624,"name":"Thread #2624"},{"id":6780,"name":"Thread #6780"},{"id":8264,"name":"Thread #8264"},{"id":8256,"name":"Thread #8256"},{"id":8996,"name":"Thread #8996"},{"id":2656,"name":"Thread #2656"},{"id":11328,"name":"Thread #11328"},{"id":2404,"name":"Thread #2404"},{"id":9696,"name":"Thread #9696"},{"id":6128,"name":"Thread #6128"},{"id":6344,"name":"Thread #6344"},{"id":3504,"name":"Thread #3504"},{"id":7216,"name":"Thread #7216"},{"id":8748,"name":"Thread #8748"},{"id":8848,"name":"Thread #8848"},{"id":12092,"name":"Thread #12092"},{"id":10120,"name":"Thread #10120"},{"id":12400,"name":"Thread #12400"},{"id":11168,"name":"Thread #11168"},{"id":12208,"name":"Thread #12208"},{"id":12176,"name":"Thread #12176"},{"id":3512,"name":"Thread #3512"},{"id":14320,"name":"Thread #14320"},{"id":6236,"name":"Thread #6236"}]}}
<- (E) {"seq":1547,"type":"event","event":"thread","body":{"reason":"exited","threadId":6236}}
<- (E) {"seq":1549,"type":"event","event":"stopped","body":{"reason":"breakpoint","threadId":5264,"allThreadsStopped":true,"hitBreakpointIds":[1],"source":{"name":"editor_asset_installer.cpp","path":"C:\\Users\\Rakka\\Documents\\Code\\godot\\editor\\editor_asset_installer.cpp"},"line":68,"column":0}}
-> (C) {"command":"threads","type":"request","seq":34}
<- (R) {"seq":1552,"type":"response","request_seq":34,"success":true,"command":"threads","body":{"threads":[{"id":5264,"name":"Main Thread"},{"id":9712,"name":"ntdll.dll thread"},{"id":9568,"name":"ntdll.dll thread"},{"id":4092,"name":"ntdll.dll thread"},{"id":1616,"name":"ntdll.dll thread"},{"id":11472,"name":"InputHost.dll thread"},{"id":4812,"name":"godot.windows.editor.dev.x86_64.exe!thread_start<unsigned int (__cdecl*)(void *),1>"},{"id":3040,"name":"godot.windows.editor.dev.x86_64.exe!thread_start<unsigned int (__cdecl*)(void *),1>"},{"id":6320,"name":"godot.windows.editor.dev.x86_64.exe!thread_start<unsigned int (__cdecl*)(void *),1>"},{"id":2624,"name":"godot.windows.editor.dev.x86_64.exe!thread_start<unsigned int (__cdecl*)(void *),1>"},{"id":6780,"name":"godot.windows.editor.dev.x86_64.exe!thread_start<unsigned int (__cdecl*)(void *),1>"},{"id":8264,"name":"godot.windows.editor.dev.x86_64.exe!thread_start<unsigned int (__cdecl*)(void *),1>"},{"id":8256,"name":"godot.windows.editor.dev.x86_64.exe!thread_start<unsigned int (__cdecl*)(void *),1>"},{"id":8996,"name":"godot.windows.editor.dev.x86_64.exe!thread_start<unsigned int (__cdecl*)(void *),1>"},{"id":2656,"name":"godot.windows.editor.dev.x86_64.exe!thread_start<unsigned int (__cdecl*)(void *),1>"},{"id":11328,"name":"godot.windows.editor.dev.x86_64.exe!thread_start<unsigned int (__cdecl*)(void *),1>"},{"id":2404,"name":"godot.windows.editor.dev.x86_64.exe!thread_start<unsigned int (__cdecl*)(void *),1>"},{"id":9696,"name":"godot.windows.editor.dev.x86_64.exe!thread_start<unsigned int (__cdecl*)(void *),1>"},{"id":6128,"name":"godot.windows.editor.dev.x86_64.exe!thread_start<unsigned int (__cdecl*)(void *),1>"},{"id":6344,"name":"godot.windows.editor.dev.x86_64.exe!thread_start<unsigned int (__cdecl*)(void *),1>"},{"id":3504,"name":"amdvlk64.dll thread"},{"id":7216,"name":"godot.windows.editor.dev.x86_64.exe!thread_start<unsigned int (__cdecl*)(void *),1>"},{"id":8748,"name":"godot.windows.editor.dev.x86_64.exe!thread_start<unsigned int (__cdecl*)(void *),1>"},{"id":8848,"name":"godot.windows.editor.dev.x86_64.exe!thread_start<unsigned int (__cdecl*)(void *),1>"},{"id":12092,"name":"godot.windows.editor.dev.x86_64.exe!thread_start<unsigned int (__cdecl*)(void *),1>"},{"id":10120,"name":"ntdll.dll thread"},{"id":12400,"name":"amdihk64.dll thread"},{"id":11168,"name":"amdihk64.dll thread"},{"id":12208,"name":"godot.windows.editor.dev.x86_64.exe!thread_start<unsigned int (__cdecl*)(void *),1>"},{"id":12176,"name":"ntdll.dll thread"},{"id":3512,"name":"ntdll.dll thread"},{"id":14320,"name":"mswsock.dll thread"}]}}
-> (C) {"command":"stackTrace","arguments":{"threadId":5264,"startFrame":0,"levels":20},"type":"request","seq":35}
<- (R) {"seq":1555,"type":"response","request_seq":35,"success":true,"command":"stackTrace","body":{"stackFrames":[{"id":1000,"name":"godot.windows.editor.dev.x86_64.exe!EditorAssetInstaller::_check_propagated_to_item(Object * p_obj, int p_column) Line 68","source":{"name":"editor_asset_installer.cpp","path":"C:\\Users\\Rakka\\Documents\\Code\\godot\\editor\\editor_asset_installer.cpp","sourceReference":0,"checksums":[{"algorithm":"SHA256","checksum":"cadf8a7f537959f7c5bb337e80ec53a45f2d024ebab25036b07748d60cd3ecdf"}]},"line":68,"column":1,"endLine":68,"endColumn":0,"instructionPointerReference":"0x00007FF688EDB667","moduleId":1000},{"id":1001,"name":"godot.windows.editor.dev.x86_64.exe!call_with_variant_args_helper<EditorAssetInstaller,Object *,int,0,1>(EditorAssetInstaller * p_instance, void(EditorAssetInstaller::*)(Object *, int) p_method, const Variant * * p_args, Callable::CallError & r_error, IndexSequence<0,1> __formal) Line 308","source":{"name":"binder_common.h","path":"C:\\Users\\Rakka\\Documents\\Code\\godot\\core\\variant\\binder_common.h","sourceReference":0,"checksums":[{"algorithm":"SHA256","checksum":"acbe930a03295e8c3dc98bc6e3239205d68ec09c46bee95a8014ba460b3ace70"}]},"line":308,"column":1,"endLine":308,"endColumn":0,"instructionPointerReference":"0x00007FF688EE255E","moduleId":1000},{"id":1002,"name":"godot.windows.editor.dev.x86_64.exe!call_with_variant_args<EditorAssetInstaller,Object *,int>(EditorAssetInstaller * p_instance, void(EditorAssetInstaller::*)(Object *, int) p_method, const Variant * * p_args, int p_argcount, Callable::CallError & r_error) Line 418","source":{"name":"binder_common.h","path":"C:\\Users\\Rakka\\Documents\\Code\\godot\\core\\variant\\binder_common.h","sourceReference":0,"checksums":[{"algorithm":"SHA256","checksum":"acbe930a03295e8c3dc98bc6e3239205d68ec09c46bee95a8014ba460b3ace70"}]},"line":418,"column":1,"endLine":418,"endColumn":0,"instructionPointerReference":"0x00007FF688EE2304","moduleId":1000},{"id":1003,"name":"godot.windows.editor.dev.x86_64.exe!CallableCustomMethodPointer<EditorAssetInstaller,Object *,int>::call(const Variant * * p_arguments, int p_argcount, Variant & r_return_value, Callable::CallError & r_call_error) Line 105","source":{"name":"callable_method_pointer.h","path":"C:\\Users\\Rakka\\Documents\\Code\\godot\\core\\object\\callable_method_pointer.h","sourceReference":0,"checksums":[{"algorithm":"SHA256","checksum":"08a561cc995e460eb15c5ddadd718ca5a3d31f8d771355a00aefd0235f562db4"}]},"line":105,"column":1,"endLine":105,"endColumn":0,"instructionPointerReference":"0x00007FF688EE39D9","moduleId":1000},{"id":1004,"name":"godot.windows.editor.dev.x86_64.exe!Callable::callp(const Variant * * p_arguments, int p_argcount, Variant & r_return_value, Callable::CallError & r_call_error) Line 58","source":{"name":"callable.cpp","path":"C:\\Users\\Rakka\\Documents\\Code\\godot\\core\\variant\\callable.cpp","sourceReference":0,"checksums":[{"algorithm":"SHA256","checksum":"0c8f28ea8f7955dea35e00f6955f68f36de9825ffc96bf857617c83bdf9e2c73"}]},"line":58,"column":1,"endLine":58,"endColumn":0,"instructionPointerReference":"0x00007FF68B244FBE","moduleId":1000},{"id":1005,"name":"godot.windows.editor.dev.x86_64.exe!Object::emit_signalp(const StringName & p_name, const Variant * * p_args, int p_argcount) Line 1127","source":{"name":"object.cpp","path":"C:\\Users\\Rakka\\Documents\\Code\\godot\\core\\object\\object.cpp","sourceReference":0,"checksums":[{"algorithm":"SHA256","checksum":"b91732981b0986073fc033a06ec6bfa5e17615d696b1b9c77e7fccad2a6003c2"}]},"line":1127,"column":1,"endLine":1127,"endColumn":0,"instructionPointerReference":"0x00007FF68B13369B","moduleId":1000},{"id":1006,"name":"godot.windows.editor.dev.x86_64.exe!Node::emit_signalp(const StringName & p_name, const Variant * * p_args, int p_argcount) Line 3608","source":{"name":"node.cpp","path":"C:\\Users\\Rakka\\Documents\\Code\\godot\\scene\\main\\node.cpp","sourceReference":0,"checksums":[{"algorithm":"SHA256","checksum":"196a1076cd71ed42a315ebd87f57a4a3ffb68f652a44ee0d4ba2e6238c5b3993"}]},"line":3608,"column":1,"endLine":3608,"endColumn":0,"instructionPointerReference":"0x00007FF6891DDAA8","moduleId":1000},{"id":1007,"name":"godot.windows.editor.dev.x86_64.exe!Object::emit_signal<TreeItem *,int>(const StringName & p_name, TreeItem * <p_args_0>, int <p_args_1>) Line 920","source":{"name":"object.h","path":"C:\\Users\\Rakka\\Documents\\Code\\godot\\core\\object\\object.h","sourceReference":0,"checksums":[{"algorithm":"SHA256","checksum":"e791250e4aa35f1273d8014c266de8ec49887d39d90c2356eb16d5969db0093f"}]},"line":920,"column":1,"endLine":920,"endColumn":0,"instructionPointerReference":"0x00007FF68994A8F4","moduleId":1000},{"id":1008,"name":"godot.windows.editor.dev.x86_64.exe!TreeItem::propagate_check(int p_column, bool p_emit_signal) Line 229","source":{"name":"tree.cpp","path":"C:\\Users\\Rakka\\Documents\\Code\\godot\\scene\\gui\\tree.cpp","sourceReference":0,"checksums":[{"algorithm":"SHA256","checksum":"c5971ce365fbdd728bd55a12041c28f688afbdda1ada6cf585a8f7d4052b0766"}]},"line":229,"column":1,"endLine":229,"endColumn":0,"instructionPointerReference":"0x00007FF6898F280F","moduleId":1000},{"id":1009,"name":"godot.windows.editor.dev.x86_64.exe!EditorAssetInstaller::_create_dir_item(Tree * p_tree, TreeItem * p_parent, const String & p_path, HashMap<String,TreeItem *,HashMapHasherDefault,HashMapComparatorDefault<String>,DefaultTypedAllocator<HashMapElement<String,TreeItem *>>> & p_item_map) Line 315","source":{"name":"editor_asset_installer.cpp","path":"C:\\Users\\Rakka\\Documents\\Code\\godot\\editor\\editor_asset_installer.cpp","sourceReference":0,"checksums":[{"algorithm":"SHA256","checksum":"cadf8a7f537959f7c5bb337e80ec53a45f2d024ebab25036b07748d60cd3ecdf"}]},"line":315,"column":1,"endLine":315,"endColumn":0,"instructionPointerReference":"0x00007FF688EDABDA","moduleId":1000},{"id":1010,"name":"godot.windows.editor.dev.x86_64.exe!EditorAssetInstaller::_rebuild_source_tree() Line 201","source":{"name":"editor_asset_installer.cpp","path":"C:\\Users\\Rakka\\Documents\\Code\\godot\\editor\\editor_asset_installer.cpp","sourceReference":0,"checksums":[{"algorithm":"SHA256","checksum":"cadf8a7f537959f7c5bb337e80ec53a45f2d024ebab25036b07748d60cd3ecdf"}]},"line":201,"column":1,"endLine":201,"endColumn":0,"instructionPointerReference":"0x00007FF688ED9FC4","moduleId":1000},{"id":1011,"name":"godot.windows.editor.dev.x86_64.exe!EditorAssetInstaller::open_asset(const String & p_path, bool p_autoskip_toplevel) Line 135","source":{"name":"editor_asset_installer.cpp","path":"C:\\Users\\Rakka\\Documents\\Code\\godot\\editor\\editor_asset_installer.cpp","sourceReference":0,"checksums":[{"algorithm":"SHA256","checksum":"cadf8a7f537959f7c5bb337e80ec53a45f2d024ebab25036b07748d60cd3ecdf"}]},"line":135,"column":1,"endLine":135,"endColumn":0,"instructionPointerReference":"0x00007FF688EDE5F3","moduleId":1000},{"id":1012,"name":"godot.windows.editor.dev.x86_64.exe!EditorAssetLibrary::_asset_file_selected(const String & p_file) Line 1399","source":{"name":"asset_library_editor_plugin.cpp","path":"C:\\Users\\Rakka\\Documents\\Code\\godot\\editor\\plugins\\asset_library_editor_plugin.cpp","sourceReference":0,"checksums":[{"algorithm":"SHA256","checksum":"9ad81611d38c2cc57ce06f2ade0ceca51281deedfcdfae12c3ef4490e90ea981"}]},"line":1399,"column":1,"endLine":1399,"endColumn":0,"instructionPointerReference":"0x00007FF6888F36EB","moduleId":1000},{"id":1013,"name":"godot.windows.editor.dev.x86_64.exe!call_with_variant_args_helper<EditorAssetLibrary,String const &,0>(EditorAssetLibrary * p_instance, void(EditorAssetLibrary::*)(const String &) p_method, const Variant * * p_args, Callable::CallError & r_error, IndexSequence<0> __formal) Line 303","source":{"name":"binder_common.h","path":"C:\\Users\\Rakka\\Documents\\Code\\godot\\core\\variant\\binder_common.h","sourceReference":0,"checksums":[{"algorithm":"SHA256","checksum":"acbe930a03295e8c3dc98bc6e3239205d68ec09c46bee95a8014ba460b3ace70"}]},"line":303,"column":1,"endLine":303,"endColumn":0,"instructionPointerReference":"0x00007FF688902A00","moduleId":1000},{"id":1014,"name":"godot.windows.editor.dev.x86_64.exe!call_with_variant_args<EditorAssetLibrary,String const &>(EditorAssetLibrary * p_instance, void(EditorAssetLibrary::*)(const String &) p_method, const Variant * * p_args, int p_argcount, Callable::CallError & r_error) Line 418","source":{"name":"binder_common.h","path":"C:\\Users\\Rakka\\Documents\\Code\\godot\\core\\variant\\binder_common.h","sourceReference":0,"checksums":[{"algorithm":"SHA256","checksum":"acbe930a03295e8c3dc98bc6e3239205d68ec09c46bee95a8014ba460b3ace70"}]},"line":418,"column":1,"endLine":418,"endColumn":0,"instructionPointerReference":"0x00007FF6889020E4","moduleId":1000},{"id":1015,"name":"godot.windows.editor.dev.x86_64.exe!CallableCustomMethodPointer<EditorAssetLibrary,String const &>::call(const Variant * * p_arguments, int p_argcount, Variant & r_return_value, Callable::CallError & r_call_error) Line 105","source":{"name":"callable_method_pointer.h","path":"C:\\Users\\Rakka\\Documents\\Code\\godot\\core\\object\\callable_method_pointer.h","sourceReference":0,"checksums":[{"algorithm":"SHA256","checksum":"08a561cc995e460eb15c5ddadd718ca5a3d31f8d771355a00aefd0235f562db4"}]},"line":105,"column":1,"endLine":105,"endColumn":0,"instructionPointerReference":"0x00007FF688908539","moduleId":1000},{"id":1016,"name":"godot.windows.editor.dev.x86_64.exe!Callable::callp(const Variant * * p_arguments, int p_argcount, Variant & r_return_value, Callable::CallError & r_call_error) Line 58","source":{"name":"callable.cpp","path":"C:\\Users\\Rakka\\Documents\\Code\\godot\\core\\variant\\callable.cpp","sourceReference":0,"checksums":[{"algorithm":"SHA256","checksum":"0c8f28ea8f7955dea35e00f6955f68f36de9825ffc96bf857617c83bdf9e2c73"}]},"line":58,"column":1,"endLine":58,"endColumn":0,"instructionPointerReference":"0x00007FF68B244FBE","moduleId":1000},{"id":1017,"name":"godot.windows.editor.dev.x86_64.exe!Object::emit_signalp(const StringName & p_name, const Variant * * p_args, int p_argcount) Line 1127","source":{"name":"object.cpp","path":"C:\\Users\\Rakka\\Documents\\Code\\godot\\core\\object\\object.cpp","sourceReference":0,"checksums":[{"algorithm":"SHA256","checksum":"b91732981b0986073fc033a06ec6bfa5e17615d696b1b9c77e7fccad2a6003c2"}]},"line":1127,"column":1,"endLine":1127,"endColumn":0,"instructionPointerReference":"0x00007FF68B13369B","moduleId":1000},{"id":1018,"name":"godot.windows.editor.dev.x86_64.exe!Node::emit_signalp(const StringName & p_name, const Variant * * p_args, int p_argcount) Line 3608","source":{"name":"node.cpp","path":"C:\\Users\\Rakka\\Documents\\Code\\godot\\scene\\main\\node.cpp","sourceReference":0,"checksums":[{"algorithm":"SHA256","checksum":"196a1076cd71ed42a315ebd87f57a4a3ffb68f652a44ee0d4ba2e6238c5b3993"}]},"line":3608,"column":1,"endLine":3608,"endColumn":0,"instructionPointerReference":"0x00007FF6891DDAA8","moduleId":1000},{"id":1019,"name":"godot.windows.editor.dev.x86_64.exe!Object::emit_signal<String>(const StringName & p_name, String <p_args_0>) Line 920","source":{"name":"object.h","path":"C:\\Users\\Rakka\\Documents\\Code\\godot\\core\\object\\object.h","sourceReference":0,"checksums":[{"algorithm":"SHA256","checksum":"e791250e4aa35f1273d8014c266de8ec49887d39d90c2356eb16d5969db0093f"}]},"line":920,"column":1,"endLine":920,"endColumn":0,"instructionPointerReference":"0x00007FF687830038","moduleId":1000}],"totalFrames":63}}
-> (C) {"command":"scopes","arguments":{"frameId":1000},"type":"request","seq":36}
<- (R) {"seq":1558,"type":"response","request_seq":36,"success":true,"command":"scopes","body":{"scopes":[{"name":"Locals","variablesReference":1000,"expensive":false},{"name":"Registers","presentationHint":"registers","variablesReference":1001,"expensive":true}]}}
-> (C) {"command":"variables","arguments":{"variablesReference":1000},"type":"request","seq":37}
<- (E) {"seq":1561,"type":"event","event":"output","body":{"category":"telemetry","output":"vs/vc/diagnostics/expressionevaluator/NatvisReload","data":{"vs.vc.diagnostics.expressionevaluator.GpuDebug":0,"vs.vc.diagnostics.expressionevaluator.Operation":20,"VS.Diagnostics.Debugger.vsdbg.OSFamily":"Windows","VS.Diagnostics.Debugger.vsdbg.Version":"17.6.10316.1 commit:5f466936d63912d5f5f9dea13e215d0d5e4fd10c","VS.Diagnostics.Debugger.vsdbg.WindowsVersion":"10.0.22621","vs.vc.diagnostics.expressionevaluator.EdgRecycleCount":0}}}
<- (R) {"seq":1563,"type":"response","request_seq":37,"success":true,"command":"variables","body":{"variables":[{"name":"this","value":"0x0000024b665574a0 {source_tree_vb=0x0000024b664f2430 {...} source_tree=0x0000024b58820080 {root=0x0000024b5868ea20 {...} ...} ...}","type":"EditorAssetInstaller *","presentationHint":{"kind":"data","attributes":["readOnly"]},"evaluateName":"this","variablesReference":1002,"memoryReference":"0x0000024B665574A0"},{"name":"affected_item","value":"0x0000024b57759410 {cells={[size]=1 [0]={mode=CELL_MODE_CHECK (1) icon={reference=0x0000000000000000 <NULL> } ...} } ...}","type":"TreeItem *","presentationHint":{"kind":"data"},"evaluateName":"affected_item","variablesReference":1003,"memoryReference":"0x0000024B57759410"},{"name":"is_conflict","value":"true (48)","type":"bool","presentationHint":{"kind":"data"},"evaluateName":"is_conflict","variablesReference":0,"memoryReference":"0x0000000000000030"},{"name":"item_meta","value":"{_p=0x0000000000000003 {refcount={count={value=??? } } read_only=??? variant_map={...} } }","type":"Dictionary","presentationHint":{"kind":"data","attributes":["readOnly"]},"evaluateName":"item_meta","variablesReference":1004},{"name":"p_column","value":"0","type":"int","presentationHint":{"kind":"data"},"evaluateName":"p_column","variablesReference":0,"memoryReference":"0x0000000000000000"},{"name":"p_obj","value":"0x0000024b57759410 {cells={[size]=1 [0]={mode=CELL_MODE_CHECK (1) icon={reference=0x0000000000000000 <NULL> } ...} } ...}","type":"Object * {TreeItem}","presentationHint":{"kind":"data"},"evaluateName":"p_obj","variablesReference":1005,"memoryReference":"0x0000024B57759410"}]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment