Skip to content

Draft: debugger: Add test infrastructure for source line breakpoints.

The available debugger tests miss many known bugs. There also seems to be no tests for BreakpointModel where it interacts with the editor UI. Particularly, the "add lines above breakpoints and save" category of bugs.

Add new test class skeleton infrastructure for implementing testing document save, editing, discard, reload, rename interactions with BreakpointModel.

The code is work in progress.

Merge request reports