JsDbg
JsDbg copied to clipboard
JsDbg does not support VS2019
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
I saw the same thing on vs2017, I mentioned it to Sanket
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.