PyDev.Debugger icon indicating copy to clipboard operation
PyDev.Debugger copied to clipboard

If the arguments.breakpoints is not set, default to an empty list

Open unknownv2 opened this issue 4 months ago • 0 comments

According to the Debug Adapter Protocol, in the SetBreakpoints request, the 'breakpoints' field is optional and can be omitted in a JSON setBreakpoints message. pydevd should handle this case to adhere to the specification.

unknownv2 avatar Apr 23 '24 03:04 unknownv2