Skip to content

BreakpointModel: forbid creating breakpoints with empty/untitled urls

The model has issues with text documents with an empty url or with untitled IDocument::url(). Even more, adding breakpoints to such untitled documents is useless, as such documents cannot possibly be debugged. So prevent the creation of breakpoints in such documents outright until the user saves such documents on disk.

Partly discussed in #40

Related MRs !542 (merged) !537

Edited by Jarmo Tiitto

Merge request reports