Skip to content

Commit ac842ec

Browse files
committed
Add modules request declaration in xdebugger.hpp
1 parent 9f62edd commit ac842ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/xeus-python/xdebugger.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ namespace xpyt
5555
nl::json attach_request(const nl::json& message);
5656
nl::json configuration_done_request(const nl::json& message);
5757
nl::json copy_to_globals_request(const nl::json& message);
58+
nl::json modules(const nl::json& message);
5859

5960
nl::json variables_request_impl(const nl::json& message) override;
6061

0 commit comments

Comments
 (0)