Our debugging documentation has moved. Please see our existing guides:
- Debugging a Kedro project within a notebook or IPython shell for information on how to debug using the
%load_node
line magic and an interactive debugger. - Debugging in VSCode for information on how to set up VSCode's built-in debugger.
- Debugging in PyCharm for information on using PyCharm's debugging tool.
- Debugging in the CLI with Kedro Hooks for information on how to automatically launch an interactive debugger in the CLI when an error occurs in your pipeline run.