Open Bug 1849521 Opened 1 year ago

Add options to turn breakpoints into logpoints and vice versa

Categories

(DevTools :: Debugger, enhancement)

enhancement

Tracking

(Not tracked)

People

(Reporter: sebo, Unassigned)

References

(Blocks 1 open bug)

Details

(Keywords: ux-efficiency)

User Story

Sometimes you set a breakpoint but actually wanted to create a logpoint or the other way round. Or you have a logpoint set and investigated the info logged to the console but want more contextual information, so you want to set a breakpoint.

There should be a way to turn breakpoints into logpoints and the other way round.

Currently, you have to remove the breakpoint and set the logpoint. And if you had a condition set, you need to type in the condition again.

Therefore, it would be a bit easier if there was an option to switch between the two types.
The obvious way to do that would be a new context menu entry. Though there might also be some keyboard shortcut for that.

You need to log in before you can comment on or make changes to this bug.