Document debug_just_my_code trait
Open
- Dominant language
- Python
- Stars
- 734
- Forks
- 412
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 8
Description
https://github.com/ipython/ipykernel/pull/863 implements the ability to debug standard library and 3rd party libraries via a config. This ability is not documented. We should add to the doc the needed config to enable that feature.
```
c.Kernel.debug_just_my_code=False
```
Contributor guide
Assessment
This issue has not been assessed yet.