Open Kobzol opened 1 month ago
How about support for Windows? I came across this and I found it very useful so I can visualize C/C++ programs, but its for Linux... :(
I'm doing a few Linux specific things, but these could be skipped. I'm also doing a lot of GDB specific things though, that's not possible to remove without rewriting half of the extension. Could you use the extension with GDB, e.g. through mingw?
Btw, the extension already works on WSL.
Sadly, no. I don't plan to use WSL, but I have MingGW: I really wish there was a separate extension for Windows, maybe that can solve rewriting half of the extension
Below are a few things (in no particular order of importance) that should be improved in the extension, I plan to work on these over the upcoming weeks. I'm lazy, so I put them all inside one issue :) I will separate them into sub-issues as needed.
continue
,step over
,step in
,step out
,pause
etc.int
Value
).FILE*
) (https://github.com/Kobzol/memviz/pull/12)