MCPcopy
hub / github.com/facelessuser/BracketHighlighter / debug

Function debug

bh_logging.py:16–20  ·  view source on GitHub ↗

Debug log.

(msg)

Source from the content-addressed store, hash-verified

14
15
16def debug(msg):
17 """Debug log."""
18
19 if sublime.load_settings("bh_core.sublime-settings").get('debug_enable', False):
20 log(msg)

Callers 5

executeMethod · 0.85
async_executeMethod · 0.85
init_bh_matchFunction · 0.85

Calls 1

logFunction · 0.85

Tested by

no test coverage detected