inspectdev / inspect-issues

Issue tracker for Inspect
22 stars 2 forks source link

Console: Context menu missing on console output #80

Open samholmes opened 3 years ago

samholmes commented 3 years ago

Steps to Reproduce:

  1. Secondary click anywhere

Result:

Either a generic Electron context menu shows, or no context menu shows.

Expect:

Relevant context menu depending on where clicked.

auchenberg commented 3 years ago

@samholmes Which context menu actions are you specifically looking for? Context menus within Devtools are fully available.

samholmes commented 3 years ago

Specifically, the context menu on a logged object in the Console output. I'd like to store the object as a global variable.

Expected:

Screen Shot 2021-07-13 at 13 31 50
auchenberg commented 2 years ago

Research: This seems to happen due t

Screen Shot 2021-11-14 at 9 03 31 PM

o

auchenberg commented 2 years ago

Notes: This is caused by Performance tools (HeaperProfiler) being disabled in the DevTools frontend.