Kobzol / memviz

VSCode extension for visualizing address space of C programs
https://marketplace.visualstudio.com/items?itemName=jakub-beranek.memviz
MIT License
1 stars 1 forks source link

TODO list #3

Open Kobzol opened 1 month ago

Kobzol commented 1 month ago

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.

rababR1 commented 3 days 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... :(

Kobzol commented 2 days ago

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.

rababR1 commented 1 day ago

Sadly, no. I don't plan to use WSL, but I have MingGW: image I really wish there was a separate extension for Windows, maybe that can solve rewriting half of the extension