Closed
Bug 1759817
Opened 4 years ago
Closed 3 years ago
Function is undefined when using source maps
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: Honza, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
291.77 KB,
image/png
|
Details |
STRs:
- Load http://janodvarko.cz/tests/bugzilla/1759817/
- Open DevTools Toolbox and select the Debugger panel
- Click the "Click Me" button on the page, the debugger should pause JS execution
- Hover over the "sum" function, the tooltip says
undefined=> BUG
Honza
| Reporter | ||
Updated•4 years ago
|
Blocks: dbg-sourcemap
Has STR: --- → yes
Summary: Variables are undefined when using source maps → Function is undefined when using source maps
Updated•4 years ago
|
Blocks: debugger-tooltips
Comment 1•4 years ago
|
||
The severity field is not set for this bug.
:bomsy, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(hmanilla)
Updated•4 years ago
|
Severity: -- → S3
Flags: needinfo?(hmanilla)
Priority: -- → P3
Updated•4 years ago
|
No longer blocks: dbg-sourcemap
Comment 2•3 years ago
|
||
This relates to the map scopes been switched off.
Also See https://bugzilla.mozilla.org/show_bug.cgi?id=1680228#c3
Updated•3 years ago
|
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•