-
Notifications
You must be signed in to change notification settings - Fork 325
How to debug the debugger
Rich Chiodo edited this page Aug 4, 2022
·
17 revisions
- Debug VS code side
- Normal step debugging in the typescript
- Where to put breakpoints
- Maybe have to debug VS code itself
- Where to put breakpoints there
- Debug debugpy
- Turn on logging
- Attach to the listener process (using another instance)
- pydevd is all logging (replace code in _vendored)
- Contribution
- Source Code Organization
- Coding Standards
- Profiling
- Coding Guidelines
- Component Governance
- Writing tests
- Kernels
- Intellisense
- Debugging
- IPyWidgets
- Extensibility
- Module Dependencies
- Errors thrown
- Jupyter API
- Variable fetching
- Import / Export
- React Webviews: Variable Viewer, Data Viewer, and Plot Viewer
- FAQ
- Kernel Crashes
- Jupyter issues in the Python Interactive Window or Notebook Editor
- Finding the code that is causing high CPU load in production
- How to install extensions from VSIX when using Remote VS Code
- How to connect to a jupyter server for running code in vscode.dev
- Jupyter Kernels and the Jupyter Extension