Version: 1.106.3 (user setup)
Commit: bf9252a2fb45be6893dd8870c0bf37e2e1766d61
Date: 2025-11-25T22:28:18.024Z
Electron: 37.7.0
ElectronBuildId: 12781156
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Windows_NT x64 10.0.26100
Intelephense: 1.16.3
Background
In breakpoints you have those that you have set and then you have some other ones related to PHP errors.
- Notices
- Warnings
- Errors
- Exceptions
- Everything
The issue
You do not have Deprecations. You can only get depreceation errors if you enable Everything which is not ideal.
When upgrading software, perhaps before a new release, a developer might want to go through and get rid of all of the code causing deprecation error which he has been ignoring until now so it is compatiable with the next PHP version.
Having this as a separate option allows allows me to just to search for those errors.
The proposed solution
add Deprecations and a breakpoint type with it's own checkbox.
Thanks
Background
In breakpoints you have those that you have set and then you have some other ones related to PHP errors.
The issue
You do not have
Deprecations. You can only get depreceation errors if you enableEverythingwhich is not ideal.When upgrading software, perhaps before a new release, a developer might want to go through and get rid of all of the code causing deprecation error which he has been ignoring until now so it is compatiable with the next PHP version.
Having this as a separate option allows allows me to just to search for those errors.
The proposed solution
add
Deprecationsand a breakpoint type with it's own checkbox.Thanks