Skip to content

Commit 9f62edd

Browse files
committed
Register Modules Request
1 parent 2cd0baf commit 9f62edd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/xdebugger.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ namespace xpyt
6666
register_request_handler("attach", std::bind(&debugger::attach_request, this, _1), true);
6767
register_request_handler("configurationDone", std::bind(&debugger::configuration_done_request, this, _1), true);
6868
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+
6971
}
7072

7173
debugger::~debugger()

0 commit comments

Comments
 (0)