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
I didn't start the issue, because I'm not sure if it's something that is not implemented by CodeLLDB, or the problem is related to something else.
I use CodeLLDB together with C/C++ Runner extension. I wanted to add memory view functionality (the one provided by VSCode merely displays data as hex, while I want to inspect the memory dump of a debugee), so I installed MemoryView extension. Its authors claim it is debugger-agnostic and only requires "memory read API", which is supposed to be implemented by a debugger. MemoryView doesn't want to work with CodeLLDB. My question is, does CodeLLDB support it? And if not, how hard would it be to implement it?
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
-
I didn't start the issue, because I'm not sure if it's something that is not implemented by CodeLLDB, or the problem is related to something else.
I use CodeLLDB together with C/C++ Runner extension. I wanted to add memory view functionality (the one provided by VSCode merely displays data as hex, while I want to inspect the memory dump of a debugee), so I installed MemoryView extension. Its authors claim it is debugger-agnostic and only requires "memory read API", which is supposed to be implemented by a debugger. MemoryView doesn't want to work with CodeLLDB. My question is, does CodeLLDB support it? And if not, how hard would it be to implement it?
Beta Was this translation helpful? Give feedback.
All reactions