generated from redhat-developer/new-project-template
-
Notifications
You must be signed in to change notification settings - Fork 66
Closed
Description
Breakpoints appear to no longer be sent by DAP, neither during initial attach, nor if I add/remove a breakpoint while the debug session is active.
Looking at the message trace, I see setExceptionBreakpoints
being sent with an uncaught exception breakpoint, but setBreakpoints
is never sent.
PyCharm definitely thinks I have a breakpoint set:

But my attach trace looks like this:
Attaching 'Python- Debugpy' at main:5678
[Trace - 11:14:25] Received notification 'output'
[Trace - 11:14:25] Received notification 'output'
[Trace - 11:14:25] Received notification 'debugpySockets'
[Trace - 11:14:25] Sending request 'initialize - (1)'.
[Trace - 11:14:25] Received response 'initialize - (1)' in 6ms.
[Trace - 11:14:25] Sending request 'attach - (2)'.
[Trace - 11:14:25] Received notification 'debugpyWaitingForServer'
[Trace - 11:14:26] Received notification 'initialized'
[Trace - 11:14:26] Sending request 'setExceptionBreakpoints - (3)'.
[Trace - 11:14:26] Received response 'setExceptionBreakpoints - (3)' in 51ms.
[Trace - 11:14:26] Sending request 'configurationDone - (4)'.
[Trace - 11:14:26] Received response 'configurationDone - (4)' in 47ms.
[Trace - 11:14:26] Received response 'attach - (2)' in 244ms.
I'm using 0.16.1 plugin, but I also tried with every version down to and including 0.11.0 with no luck. Maybe there was a platform change in the Intellij platform that broke something?
I'm using PyCharm 2025.2.0.1
Build #PY-252.23892.515, built on August 11, 2025
jkahovec
Metadata
Metadata
Assignees
Labels
No labels