pocco81 / dap-buddy.nvim

🐞 Debug Adapter Protocol manager for Neovim
GNU General Public License v3.0
400 stars 48 forks source link

cannot step_into python library code [justMyCode option maybe] #56

Open Xyhlon opened 2 years ago

Xyhlon commented 2 years ago

Frame skipped from debugging during step-in. Note: may have been skipped because of "justMyCode" option (default == true). Try setting "justMyCode": false in the debug configuration (e.g., launch.json).

How do I fix this?

pocco81 commented 2 years ago

So, setting justMyCode to false didn't work?