Community
Participate
Working Groups
Created attachment 177022 [details] fix code from HEAD we have some bogus logic in our ToggleBreakpointAdapter that will return the workspace root as a resource for a line or function breakpoint if the JavaScriptModel fails to return the backing resource. This is bogus because the breakpoint cannot be removed easily, and it won't appear in the editor you tried to put it in. The patch removes this logic and correctly reports to the status line why the breakpoint could not be created.
applied to HEAD