Closed Bug 1227417 Opened 9 years ago Closed 5 years ago

`setBreakpoint` RDP request returns an `actualLocation` field with a source instead of source actor

Categories

(DevTools :: Debugger, defect)

40 Branch
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: jlong, Unassigned)

Details

The `actualLocation` field that can be returned from a `setBreakpoint` RDP request has a `source` field with the full source form, where we usually just have `actor` which points to the source actor. We basically have a "location" type that looks like this:

actor: string
line: number
column?: number

And it doesn't conform to this. We should fix that. It's used everwhere else.
Product: Firefox → DevTools

Is this bug still relevant at this point in time?

thanks

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.