Open
Bug 1802777
Opened 2 years ago
Updated 2 years ago
Download the correct source text based on the source and a specific source actor
Categories
(DevTools :: Debugger, defect, P2)
DevTools
Debugger
Tracking
(Not tracked)
NEW
People
(Reporter: bomsy, Unassigned)
References
(Blocks 1 open bug)
Details
Currently we load the source text based on the first source actor which might be wrong in certain cases.
STR:
- load http://techno-barje.fr/fission/duplicated-url-scripts2/index2.html
- set a breakpoint on random.php
- close the random.php tab/editor
- click on add runtime script
- see that the source content has been updated
- download random.php
Scenarios
-
The user can right-click the source item in the tree, open the context menu and selected
download file
without selecting it. In this case we should not use the selected source, instead use theitem.source
with the source actor -
The user clicks on the source item in the item (which selects it), then right clicks to open the context menu and selects
download file
. In this case we should use the selected source.
Reporter | ||
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P2
Reporter | ||
Updated•2 years ago
|
Blocks: dbg-sources
You need to log in
before you can comment on or make changes to this bug.
Description
•