awulkiew / graphical-debugging

Graphical Debugging extension for Visual Studio
MIT License
150 stars 24 forks source link

Support for VS pre 2022 #62

Closed Murkas94 closed 1 week ago

Murkas94 commented 1 week ago

Hi there,

First of all: Thanks for this awesome project, it works great and is realy helpful!

Unfortunatly i am still stuck with VS2019 but needed features which were introduced with v0.5+. Since i am not experienced enaugh with VS project files and compatibilty between pre-VS2022 and VS2022, i don't see a way to get both working at the same time. Still, i wanted those features, so i forked your repo and backported each tag/release to pre-VS2022.

I don't want to claim anything for me, but as this could be helpful for others, maybe it could be mentioned somewhere on the Readme?

Best regards, Markus

awulkiew commented 1 week ago

Hi Markus, Thanks for taking the time and sharing the backported extension with others. I added the info to the readme in "Supported Versions" section. I hope it's fine.

Murkas94 commented 1 week ago

Sure, it is fine. Thanks!