dap-mode icon indicating copy to clipboard operation
dap-mode copied to clipboard

Cannot run DAP for Python - dap-exception-breakpoints

Open lambdaofgod opened this issue 1 year ago • 1 comments

When I set a breakpoint in Python and I try run dap-debug I get

error in process filter: Symbol's value as variable is void: dap-exception-breakpoints

I wasn't able to find any example in the codebase or in documentation where dap-exception-breakpoints was not nil.

What is this variable supposed to hold?

lambdaofgod avatar Aug 06 '23 10:08 lambdaofgod

Are you using doom? I've found the best success with doom and debugpy, often I've found issues like this can also be solved using a doom build

ReggieMarr avatar Feb 02 '24 00:02 ReggieMarr