Replies: 1 comment
-
|
expancao ta errada |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Environment: Based on my using VSCode 1.76 on Linux w/Java (17) and VSCode Java debugging...
Request for VSCode Java debugging to support typical debugger capability of having a watch window, or memory dump-style view that shows a byte array's raw bytes hex values with characters, or at least just character representation similar to what most debuggers have. For example, WinDbg supports "db" to dump bytes, Visual Studio can do the same, even for managed.
This is not critical for me but just wanted to create a placeholder request for others to +1 in case it ever seems a worthy feature (and in case I missed that this already exists... forgive in advance if so!).
Workaround...
I found an ancient non-vscode Stack Overflow article/answer with an answer viable for use in the VSCode debugger, just wrap the array in String object to get the ASCII view...
Cumbersome but fine for my immediate needs. I do not currently work daily in Java.
Beta Was this translation helpful? Give feedback.
All reactions