Skip to content

Commit 1228fea

Browse files
committed
Add documentation for enabling tracebacks in IoP version 3.4.3
1 parent d520974 commit 1228fea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/debug.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,10 @@ if __name__ == '__main__':
206206

207207
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).
208208

209+
### Use tracebacks
209210

211+
Since iop version 3.4.3, you can use the `%traceback` setting to enable or disable tracebacks in the message log.
210212

213+
This can help you to see the stack trace of the error and understand what is happening in the code.
211214

212215

0 commit comments

Comments
 (0)