Closed Bug 1173058 Opened 10 years ago Closed 6 years ago

Use a different visual representation for pending breakpoints.

Categories

(DevTools :: Debugger, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: ejpbruel, Unassigned)

References

(Blocks 1 open bug)

Details

The behavior of pending breakpoints is gc sensitive: the debugger cannot distinguish between a location for which we have no scripts, and a location for which all scripts have been garbage collected. This can lead to scenario's where a breakpoint set on an empty line either slides down to the first non-empty line, or remains pending, depending on whether the script for that line has been garbage collected or not. This sort of inconsistent behavior is potentially confusing for users. Jlongster suggested this situation could be improved by using a different visual representation for pending breakpoints.
Product: Firefox → DevTools

closing as this relates to the old debugger.

Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID
Blocks: 1565711
Blocks: 1565713
No longer blocks: 1565711
No longer blocks: 1565713
You need to log in before you can comment on or make changes to this bug.