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
Copy file name to clipboardExpand all lines: docs/debug.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -206,7 +206,10 @@ if __name__ == '__main__':
206
206
207
207
You also have examples in [iris-python-interoperability-template](https://github.com/grongierisc/iris-python-interoperability-template/blob/master/src/python/reddit/bo.py#L86).
208
208
209
+
### Use tracebacks
209
210
211
+
Since iop version 3.4.3, you can use the `%traceback` setting to enable or disable tracebacks in the message log.
210
212
213
+
This can help you to see the stack trace of the error and understand what is happening in the code.
0 commit comments