Skip to main content
Known Participant
November 3, 2022
Question

How to debug functions at Doc Level?

  • November 3, 2022
  • 3 replies
  • 215 views

Debugger doesn't catch bugs in functions at doc-level or?

This topic has been closed for replies.

3 replies

try67
Community Expert
Community Expert
November 4, 2022

Personally, I don't use the debugger. I find it clunky and awkward to use. I prefer to add commands to print out the values of the variables I'm interested in to the console at various points in the code.

Legend
November 4, 2022

The debugger doesn't "catch bugs". It reports errors. Many bugs just do the wrong thing, without gerring an error. 

Bernd Alheit
Community Expert
Community Expert
November 4, 2022

You will get error messages when you use the functions and there are errors in the functions.