Closed
Bug 1533547
Opened 6 years ago
Closed 5 years ago
Column Breakpoints are not visible when reloading
Categories
(DevTools :: Debugger, task, P1)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jlast, Assigned: jlast)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
742.92 KB,
image/gif
|
Details |
STR
- go to dbg-scratchpad.glitch.me and add some column bps
- go to https://glitch.com/edit/#!/dbg-scratchpad?path=public/client.js:8:0 and edit client.js
- reload
ER: see column breakpoints
AR: don't see column breakpoints
Assignee | ||
Comment 1•6 years ago
|
||
The problem here was that we were not updating the viewport.
Assignee | ||
Comment 2•6 years ago
|
||
This was fixed
Assignee | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Comment 3•6 years ago
|
||
I can still reproduce the problem on my machine.
Here is my STR:
- Load https://glitch.com/edit/#!/dbg-scratchpad?path=public/client.js:8:0
- Click 'Remix to Edit'
- Click 'Show' -> In a new window
- Select the new tab and open Debugger on it
- Select 'client.js' and create Col BP on line
console.log('stuff')
- Go back to the previous tab, edit the client.js file. You can see how the other tab is auto reloading.
- Switch back to the other tab. The BP is gone -> BUG
Reload and the BP is back.
@Jason, can you reproduce that?
Honza
Flags: needinfo?(jlaster)
Updated•6 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 5•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Priority: -- → P1
Updated•6 years ago
|
Status: REOPENED → NEW
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → jlaster
Status: NEW → ASSIGNED
Updated•6 years ago
|
Whiteboard: [debugger-mvp]
Assignee | ||
Updated•6 years ago
|
Status: ASSIGNED → UNCONFIRMED
Ever confirmed: false
Updated•6 years ago
|
Whiteboard: [debugger-mvp]
Updated•6 years ago
|
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Assignee | ||
Updated•6 years ago
|
Assignee: jlaster → nobody
Status: ASSIGNED → UNCONFIRMED
Ever confirmed: false
Assignee | ||
Updated•6 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 6•6 years ago
|
||
Honza, I looked into it today and it worked as expected. i.e. when there was a breakpoint position that matched a breakpoint the breakpoint was shown in the UI.
Could you re-test and let me know what you think?
Comment 7•5 years ago
|
||
I can still reproduce that.
Try to append a new line e.g. in the function a() 5;
so console.log('stuff')
moves to the next line.
Honza
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → jlaster
Assignee | ||
Comment 8•5 years ago
|
||
This looks like a breakpoint syncing edge case with glitch's hot reloading system. We can re-open if we find a more common case.
Status: NEW → RESOLVED
Closed: 6 years ago → 5 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•5 years ago
|
Type: defect → task
You need to log in
before you can comment on or make changes to this bug.
Description
•