Open
Bug 1863878
Opened 1 year ago
Updated 9 months ago
Remove a hack around wasm column number origin from bug 1862692
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
ASSIGNED
People
(Reporter: arai, Assigned: arai)
References
(Blocks 1 open bug)
Details
Attachments
(1 obsolete file)
wasm debugging has been using column 1, and it had been used as "1 in 0-origin".
while we're going to switch to 1-origin, the column number shouldn't become "2 in 1-origin", but it should become "1 in 1-origin".
bug 1862693 patch adds a hack for the origin, which needs to be removed once the everything becomes 1-origin.
https://phabricator.services.mozilla.com/D193031
Assignee | ||
Updated•9 months ago
|
Attachment #9385047 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•