Closed
Bug 1326837
Opened 8 years ago
Closed 8 years ago
Return value "false" or "0" isn't displayed when stepping out of a function
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1476615
People
(Reporter: arni2033, Assigned: tromey)
References
Details
Attachments
(1 file)
362 bytes,
text/html
|
Details |
>>> My Info: Win7_64, Nightly 49, 32bit, ID 20160526082509
STR_1:
1. Open attached "testcase 1"
2. Open debugger, set breakpoint in script at line with "for"
3. Click on the page content
4. Click "Step In" in debugger several times to switch to line "return false;"
5. Click "Step In" in debugger
(bonus - there's already bug, but you can continue)
6. Click "Step In" in debugger several times to switch to line "return 0;"
5. Click "Step In" in debugger, then click it again
AR: No visible action
ER: Return value should be displayed in "variables" tab
Note: This is reproducible starting from 2013-06-13, so bug 773590 wasn't completely fixed
Component: Developer Tools: Canvas Debugger → Developer Tools: Debugger
Assignee | ||
Comment 6•8 years ago
|
||
This can't be said to truly be fixed because the fix will affect the console and the debugger,
but not the variables view, which the console still uses.
Assignee | ||
Comment 8•8 years ago
|
||
I may eventually get these edits right.
Assignee | ||
Comment 9•8 years ago
|
||
Fixed by the latest bundle.
Status: NEW → RESOLVED
Closed: 8 years ago
Flags: qe-verify+
Resolution: --- → FIXED
Comment 10•8 years ago
|
||
Successfully reproduce this bug on Nightly 49.0a1 (2016-05-26) (Build ID: 20160526083057) by the following Comment 0's instruction!
This Bug is now Verified as Fixed on Latest Firefox Nightly 54.0a1 (2017-03-05) (64-bit)
Build ID: 20170305110158
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0
OS: Linux 4.8.0-39-generic; Ubuntu 16.04.2 (64 Bit)
QA Whiteboard: [testday-20170303]
Updated•6 years ago
|
Product: Firefox → DevTools
Comment 11•6 years ago
|
||
Since this issue had a qe+, we figured that it could be tested on latest Nightly/Release.
However, running testcase from comment 0 is not possible in 66/64. I wonder if there is something we're missing or there is a regression in debugger. Tom, could you advise? (see https://imgur.com/a/fUfI2qM )
Flags: needinfo?(ttromey)
Assignee | ||
Comment 12•6 years ago
|
||
You could try pretty-printing the source perhaps.
Otherwise I am not sure, forwarding to :jlast.
Flags: needinfo?(ttromey) → needinfo?(jlaster)
Updated•6 years ago
|
Whiteboard: [qa-triaged]
Comment 14•6 years ago
|
||
As per comment 13, moving the resolution to this issue as duplicated after bug 1476615.
Flags: qe-verify+
Resolution: FIXED → DUPLICATE
Whiteboard: [qa-triaged]
You need to log in
before you can comment on or make changes to this bug.
Description
•