We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cd0baf commit 9f62eddCopy full SHA for 9f62edd
src/xdebugger.cpp
@@ -66,6 +66,8 @@ namespace xpyt
66
register_request_handler("attach", std::bind(&debugger::attach_request, this, _1), true);
67
register_request_handler("configurationDone", std::bind(&debugger::configuration_done_request, this, _1), true);
68
register_request_handler("copyToGlobals", std::bind(&debugger::copy_to_globals_request, this, _1), true);
69
+ register_request_handler("modules", std::bind(&debugger::modules, this, _1), false);
70
+
71
}
72
73
debugger::~debugger()
0 commit comments