MCPcopy Create free account
hub / github.com/covscript/covscript / cs_debugger_func_breakpoint

Function cs_debugger_func_breakpoint

sources/debugger.cpp:428–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426}
427
428void cs_debugger_func_breakpoint(const std::string &name, const cs::var &func)
429{
430 breakpoints.replace_pending(name, func);
431}
432
433void cs_debugger_func_callback(const std::string &decl, cs::statement_base *stmt)
434{

Callers 1

run_implMethod · 0.85

Calls 1

replace_pendingMethod · 0.80

Tested by

no test coverage detected