MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / getDebugger

Method getDebugger

src/ast/ast_program.cpp:626–628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

624 }
625
626 bool Program::getDebugger() const {
627 return policies.debugger || options.getBoolOption("debugger",false);
628 }
629
630 bool Program::getProfiler() const {
631 return policies.profiler || options.getBoolOption("profiler",false);

Callers 2

visitMethod · 0.80
compileDaScriptFunction · 0.80

Calls 1

getBoolOptionMethod · 0.80

Tested by

no test coverage detected