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
Use $executablePath = "$(where.exe $toolName)" to simplify the code of windbg.vm by executing WinDbg directly instead as a consoleApp. This fixes the icon too.
The text was updated successfully, but these errors were encountered:
As mentioned in #1040 we could use https://windbg.download.prss.microsoft.com/dbazure/prod/1-2402-24001-0/windbg.msixbundle to download Windbg as a msi which is handle more easily instead of using AppxPackage that will download the installer. Moreover, this allow versioning of Windbg.
Details
Use
$executablePath = "$(where.exe $toolName)"
to simplify the code of windbg.vm by executing WinDbg directly instead as a consoleApp. This fixes the icon too.The text was updated successfully, but these errors were encountered: