JsDbg icon indicating copy to clipboard operation
JsDbg copied to clipboard

JsDbg does not support VS2019

Open sfortiner opened this issue 6 years ago • 3 comments

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

sfortiner avatar May 23 '19 01:05 sfortiner

I saw the same thing on vs2017, I mentioned it to Sanket

cbiesinger avatar May 23 '19 01:05 cbiesinger

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.

sanketj avatar May 23 '19 07:05 sanketj

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 avatar May 23 '19 20:05 sanketj