You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working with breakpoint logs in the console I will often poke relatively far down into an object to see what properties might clue me in to where to look, or where a problem might be. It would be awesome to be able to copy the path of an item, so that I could add that to the log statement without having to carefully transcribe the tree.
Example:
In the screenshot above I am logging extension, but I'm currently looking at extension.options.suggestion.items.length. It would be nice to be able to right click on that value and select copy path from extension and get either extension.options.suggestion.items.length or .options.suggestion.items.length on my clipboard.
This discussion was converted from issue #4057 on October 19, 2021 18:30.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Description:
When working with breakpoint logs in the console I will often poke relatively far down into an object to see what properties might clue me in to where to look, or where a problem might be. It would be awesome to be able to copy the path of an item, so that I could add that to the log statement without having to carefully transcribe the tree.
Example:
In the screenshot above I am logging
extension
, but I'm currently looking atextension.options.suggestion.items.length
. It would be nice to be able to right click on that value and selectcopy path from extension
and get eitherextension.options.suggestion.items.length
or.options.suggestion.items.length
on my clipboard.Beta Was this translation helpful? Give feedback.
All reactions