Editing Javascript code in debugger window

Why is Firefox preventing editing Javascript source files when using the debugger tool?

2 Likes

this feature was never implemented in the debugger

This is tracked in our feature backlog; but requires some major work as it needs feature work on both the frontend and the JavaScript engine, while considering many edge cases, like how breakpoints shift while editing, etc. We hope to get to it eventually!

3 Likes