MCPcopy Create free account
hub / github.com/Norbyte/bg3se / DebugThreadMain

Method DebugThreadMain

LuaDebugger/DAPMessageHandler.cs:443–454  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

441 }
442
443 private void DebugThreadMain()
444 {
445 try
446 {
447 DbgClient.RunLoop();
448 }
449 catch (Exception e)
450 {
451 LogError(e.ToString());
452 Environment.Exit(2);
453 }
454 }
455
456 private void HandleLaunchRequest(DAPRequest request, DAPLaunchRequest launch)
457 {

Callers

nothing calls this directly

Calls 2

RunLoopMethod · 0.45
ToStringMethod · 0.45

Tested by

no test coverage detected