Our latest


Announcements, Blogs, Releases and much much more...

  • Read our latest news and announcements, hot off the press.

Announcements






Category Blog

Published on 16-Apr-2021

Visual Studio (Windows) timeout
Visual Studio (Windows) timeout
Visual Studio (Windows) timeout

If Visual Studio throws an exception that the debug adapter failed to launch mentioning that the timeout was reached, you can adjust the timeout with a Registry setting:

VsRegEdit.exe set "<VSInstallFolder>" HKCU JSDebugger\Options\Debugging "BlazorTimeoutInMilliseconds" dword {TIMEOUT}


The {TIMEOUT} placeholder in the preceding command is in milliseconds. For example, one minute is assigned as 60000.

Created on 19-Apr-2021 Last updated 03-May-2021

Assigned Tag
  • Blazor
  • Visual Studio
  • debugging
  • netcore