MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / req_next

Method req_next

editor/debugger/debug_adapter/debug_adapter_parser.cpp:479–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477}
478
479Dictionary DebugAdapterParser::req_next(const Dictionary &p_params) const {
480 EditorDebuggerNode::get_singleton()->get_default_debugger()->debug_next();
481 DebugAdapterProtocol::get_singleton()->_stepping = true;
482
483 return prepare_success_response(p_params);
484}
485
486Dictionary DebugAdapterParser::req_stepIn(const Dictionary &p_params) const {
487 EditorDebuggerNode::get_singleton()->get_default_debugger()->debug_step();

Callers

nothing calls this directly

Calls 2

get_default_debuggerMethod · 0.80
debug_nextMethod · 0.45

Tested by

no test coverage detected