Closed
Bug 1326519
Opened 9 years ago
Closed 8 years ago
Cannot copy the URL of the source code while debugging
Categories
(DevTools :: Console, defect)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: arai, Unassigned)
Details
checked on Nightly.
When some JavaScript error happens, WebConsole shows the filename/lineNumber of the file that the exception was thrown from.
when clicking the filename, Debugger is opened.
but there is no way to copy the URL of the source code, nor opening the source in new tab.
only the place I can see the URL is the tooltip of the filename/lineNumber in WebConsole, but of course it's not selectable.
| Reporter | ||
Comment 1•9 years ago
|
||
(In reply to Tooru Fujisawa [:arai] from comment #0)
> but there is no way to copy the URL of the source code, nor opening the
> source in new tab.
I meant, opening the source in Firefox's new tab to see the URL, not Debugger's new tab.
Comment 2•9 years ago
|
||
I think this is a Console bug.
Component: Developer Tools: Debugger → Developer Tools: Console
Comment 3•8 years ago
|
||
thanks :arai. We recently added a context menu option for copying the source URL in the debugger. We hope to also add a context menu item for viewing the source in a tab. Would that help?
| Reporter | ||
Comment 4•8 years ago
|
||
(In reply to Jason Laster [:jlast] from comment #3)
> thanks :arai. We recently added a context menu option for copying the source
> URL in the debugger. We hope to also add a context menu item for viewing the
> source in a tab. Would that help?
where is the context menu? (maybe added to file tree?)
if the context menu is accessible intuitively, that would help :)
it would also be nice if filename in Web Console has a context menu for opening in new tab with the line selected.
| Reporter | ||
Comment 5•8 years ago
|
||
I confirmed "Copy Source Url" menu item on tree and "Copy Link Address" menu item on tab, on Nightly 55.0a1 (2017-03-16) (64-bit)
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•