You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New to the package. I've read the README and it's not specified how exactly to call debug. The lead paragraph mentions "console format string goodies" so one might be inclined to call debug('The value of foo is ', foo, ' and that of bar is ', bar), but examples use + to concatenate strings.
Would be nice to document the exact syntax for debug(). Thanks :)
The text was updated successfully, but these errors were encountered:
New to the package. I've read the README and it's not specified how exactly to call
debug
. The lead paragraph mentions "console format string goodies" so one might be inclined to calldebug('The value of foo is ', foo, ' and that of bar is ', bar)
, but examples use+
to concatenate strings.Would be nice to document the exact syntax for
debug()
. Thanks :)The text was updated successfully, but these errors were encountered: