Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JsDbg does not support VS2019 #136

Open
SamFort-MSFT opened this issue May 23, 2019 · 3 comments
Open

JsDbg does not support VS2019 #136

SamFort-MSFT opened this issue May 23, 2019 · 3 comments
Labels
bug Something isn't working

Comments

@SamFort-MSFT
Copy link
Member

SamFort-MSFT commented 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

@cbiesinger
Copy link
Collaborator

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

@sanketj sanketj added the bug Something isn't working label May 23, 2019
@sanketj
Copy link
Member

sanketj commented May 23, 2019

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
Copy link
Member

sanketj commented May 23, 2019

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 sanketj changed the title JsDbg Fails to launch in VS2019 JsDbg does not support VS2019 May 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants