Open
Bug 1957229
Opened 27 days ago
Updated 24 days ago
Decompiled wasm in debug pane doesn't refresh on page reload
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
UNCONFIRMED
People
(Reporter: epithet-until0e, Unassigned, NeedInfo)
References
(Blocks 1 open bug)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:137.0) Gecko/20100101 Firefox/137.0
Steps to reproduce:
- Open a webpage that loads wasm.
- Open that wasm file in the debugger. It shows up as decompiled wat.
- Change the wasm file, and reload the page.
Actual results:
- The new code runs, but the old code stays displayed in the debug view.
- If the devtools are closed and reopened, then the new code displays as wat.
Expected results:
- When the page was reloaded, the wat should have updated.
Reporter | ||
Updated•27 days ago
|
OS: Unspecified → macOS
Hardware: Unspecified → x86_64
Comment 1•27 days ago
|
||
The Bugbug bot thinks this bug should belong to the 'DevTools::Debugger' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: Untriaged → Debugger
Product: Firefox → DevTools
Comment 2•24 days ago
|
||
Bomsy proposed to write a test case for this one.
Flags: needinfo?(hmanilla)
You need to log in
before you can comment on or make changes to this bug.
Description
•