fabioz / PyDev.Debugger

Sources for the debugger used in PyDev, PyCharm and VSCode Python
Eclipse Public License 1.0
419 stars 121 forks source link

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

Open unknownv2 opened 2 months ago

unknownv2 commented 2 months ago

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.