JoshuaWierenga / EfiSharp

An Attempt at building at least some of C# corelib for EFI applications. Inspired by https://github.com/MichalStrehovsky/zerosharp to see if this possible.
MIT License
18 stars 4 forks source link

Improving Windows Debugging Experience #30

Open JoshuaWierenga opened 2 years ago

JoshuaWierenga commented 2 years ago

While debugging does work now, it is definitely not ideal as producing a debug build currently opens a second visual studio window which sometimes stays in the background and then starts debugging on it. Ideally, this would be moved into the main instance and should only occur when the start button is pressed, just like the release build. Given this is largely the current debugging method for nativeaot programs, there may not be much I can do. Perhaps replace the vbs debugging script with a vs plugin? Is dte available then?