Please allow webview for the side bar panel #51560
Labels
debug
Debug viewlet, configurations, breakpoints, adapter issues
*duplicate
Issue identified as a duplicate of another issue(s)
feature-request
Request for new features or functionality
Hi,
I would like to suggest to open up the side bar panels for webviews.
My use case is the following: I'm developing a debug adapter and i'm displaying
a memory viewer/editor in a webview.
It looks like this:
It works but the problem is that when you step through the code the source files change
(depending on the program counter) and get focus. The same time the memory viewer (webview)
is hidden.
So it is very difficult to watch the memory and the program being stepped at the same time.
The best solution would be to put the memory viewer also in the side bar. So, even if the source file changes focus, the memory can still be viewed and is always visible.
The text was updated successfully, but these errors were encountered: