Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
oleksandr
Total activity
6
Last activity
October 06, 2021 14:30
Member since
October 06, 2021 09:10
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
1
Activity overview
Posts (0)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
October 06, 2021 14:30
Thanks, commented there about arrays as well.
Community
GoLand
View byte arrays as hex in the debugger
1 vote
Edited
October 06, 2021 14:04
Yeah GO-7234 and GO-6000 will do it for Goland. Can't find similar for Uint8Array/Buffer/ArrayBuffer in WebStorm issues though, any suggestions? It's a language-neutral feature imho (one can kinda ...
Community
GoLand
View byte arrays as hex in the debugger
0 votes
Edited
October 06, 2021 13:32
Thanks for the prompt reply! 1) I expect copying byte array/slice of length 6 to copy string like "FF003D5DEE55", "0xFF003D5DEE55", "0xFF,0x00,0x3D,0x5D,0xEE,0x55" - any of these is OK. Critical pa...
Community
GoLand
View byte arrays as hex in the debugger
0 votes
Edited
October 06, 2021 09:12
Daniil it does help a bit (to compare visually), BUT doesn't solve that "copy value"/edit value copies bits directly and since binary formats contain lots of 0x00 and other non-printable bytes it's...
Community
GoLand
View byte arrays as hex in the debugger
0 votes