Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 458 Bytes

python.md

File metadata and controls

5 lines (3 loc) · 458 Bytes

Python debugging

Python code running in Slicer can be debugged (execute code line-by-line, inspect variables, browse the call stack, etc.) by attaching a debugger to the running Slicer application. Detailed instructions are provided in documentation of DebuggingTools extension.