local: A helper function to enable debugger option
Description
A helper function to enable debugger option
Usage
local(x, from_local = TRUE)
Arguments
x
TRUE / FALSE; whether to attach a debugging console to
the sketch application.
from_local
TRUE / FALSE; whether to load the debugger console
from the local package. If FALSE, the console will be loaded from
a Content Delivery Network (CDN) link.
# This function is designed to be used in the configuration header, e.g.# config(debug = local(TRUE), rules = basic_rules(), deparsers = basic_deparsers())local(TRUE)