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
When trying to load JsDbg in VS2019, I get the following error:
Description: Object reference not set to an instance of an object.
System.NullReferenceException: Object reference not set to an instance of an object.
at JsDbg.VisualStudio.AutoUpdater.CheckForUpdates(String identifier, String updateUrl)
at JsDbg.VisualStudio.JsDbgPackage.Initialize()
at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.Shell.Interop.IVsPackage.SetSite(IServiceProvider sp)
Error: 80004003 - E_POINTER
The text was updated successfully, but these errors were encountered:
Yes, I've been working on a fix for the last couple of days but haven't been able to get to the root cause yet. I'm planning to revert the regressing change today to unblock VS 2017 installs, and then continue investigating the problem.
I have reverted the regressing change and uploaded a fixed vsix. Keeping this issue open and renaming it to track the re-enablement of VS 2019 support.
sanketj
changed the title
JsDbg Fails to launch in VS2019
JsDbg does not support VS2019
May 23, 2019
When trying to load JsDbg in VS2019, I get the following error:
Description: Object reference not set to an instance of an object.
System.NullReferenceException: Object reference not set to an instance of an object.
at JsDbg.VisualStudio.AutoUpdater.CheckForUpdates(String identifier, String updateUrl)
at JsDbg.VisualStudio.JsDbgPackage.Initialize()
at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.Shell.Interop.IVsPackage.SetSite(IServiceProvider sp)
Error: 80004003 - E_POINTER
The text was updated successfully, but these errors were encountered: