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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: