add signal consumer breakpoints cdp by eduhmc · Pull Request #69384 · angular/angular
added 2 commits
Expose the underlying user function (fn) as debuggableFn for effect nodes in the signal debug graph. This allows debugging tools to locate and set breakpoints on effects.
Use Chrome DevTools Protocol (CDP) in the background script to set actual breakpoints by URL. This allows breakpoints to persist across page reloads. The 'debugger' permission is registered as optional and requested on-demand when the user clicks the 'Set Breakpoint' button.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters