IDE ONLY
Interface for simple debugging. Easily add new sharing tool to the Komodo command set and UI
This is the internal name for the print debugging feature
Methods
-
require("ko/simpledebug").disable(view, line)
-
Disable a simple debugging statement on the given line
Parameters:
Name Type Description view
view line
long scintilla line number (starts at 0)
-
require("ko/simpledebug").enable(view, line)
-
Enable a simple debugging statement on the given line
Parameters:
Name Type Description view
view line
long scintilla line number (starts at 0)
-
require("ko/simpledebug").toggle(view, line)
-
Toggle a simple debugging statement on the given line
Parameters:
Name Type Description view
view line
long scintilla line number (starts at 0)