Sysprogs forums › Forums › VisualGDB › Can't Launch VisualGDB Debugger Anymore: Null Reference Excpetion
- This topic has 11 replies, 2 voices, and was last updated 6 years, 11 months ago by CurtisHx.
-
AuthorPosts
-
December 5, 2017 at 17:09 #13157CurtisHxParticipant
I have no idea what happened, but I can’t launch the VisualGDB Debugger anymore. When I hit F5 to download / run / debug, I get the following exception:
VisualGDB version: 5.3.14.1886
—————— System.NullReferenceException ——————
System.NullReferenceException: Object reference not set to an instance of an object.
at qf1.Dispose()
at ec1.a(xm b, VisualGDBProjectSettings2 a)
at tv.a(bw1 b, Project a)
at bw1.a6(String a, String c, String& b)And then Visual Studio pops up a dialog box with “Unable to start program … -Debug.vgdbsettings is not a valid Win32 application”
I tried uninstalling and reinstalling VisualGDB multiple times.
December 5, 2017 at 18:24 #13161supportKeymasterHi,
Please update to the latest VisualGDB 5.3R7. The problem is fixed in that version.
December 5, 2017 at 19:51 #13166CurtisHxParticipantNow I’m getting a new error. “Attaching the GDB debugger to process ‘[0] <project name>’ on machine ‘<machine name>’ failed. General Exception”
December 5, 2017 at 20:05 #13167supportKeymasterThanks, this looks like a corrupt installation. Reinstalling VisualGDB/Visual Studio should normally help.
Please also note that your technical support has expired. In order to keep on receiving support, please renew your license (or update your profile email so that it matches the new license email).
December 5, 2017 at 20:34 #13168CurtisHxParticipantReinstalling VisualGDB and Visual Studio did not resolve the problem. I tried going back to a known, good restore point, and I still get the same error.
December 5, 2017 at 22:01 #13169CurtisHxParticipantThere is something about updating VS2017 with VisualGDB installed that kills both products. I just remember I ran the VS2017 installer then went to lunch. When I came back, VisualGDB would not start the debugger and the VS2017 installer would not launch. I’m in the process of wiping and reinstalling Windows. I never had this problem with VS2015, which leads me to believe that Microsoft is playing it fast and loose with their VS2017 updates (no surprise there).
December 6, 2017 at 02:07 #13170supportKeymasterHi,
It looks like Microsoft is trying to add many new features in VS2017 and that indeed sometimes compromises stability. It’s hard to say whether anything could be done on VisualGDB side to fix this – we regularly test VisualGDB with the latest VS updates (that includes updating existing VS installation with VisualGDB), however have never encountered any problems on any of our test machines. Reinstalling VS/Windows could be indeed the fastest way around this, sorry.
December 6, 2017 at 18:03 #13176CurtisHxParticipantIt looks like Microsoft completely hosed being able to debug in VS 15.5.0. After a clean install of windows, VS2017, everything, I’m still getting the “Attaching the GDB debugger to process ‘[0] <project name>’ on machine ‘<machine name>’ failed. General Exception” dialog box when trying to start the debugger.
December 6, 2017 at 18:37 #13177supportKeymasterHi,
Strange. Just to double-check: does this happen before installing VisualGDB, or after?
December 6, 2017 at 19:38 #13178CurtisHxParticipantI should have been a little bit more clear: the GDB debugger no longer functions in 15.5. I was able to start debugging a .NET application without any trouble.
December 6, 2017 at 20:53 #13180supportKeymasterHi,
We have just double-checked the latest VisualGDB build with the VS 15.5.0 and could not reproduce any issues. We will be happy to help you diagnose why this isn’t working on your machine, but please renew your technical support first.
December 7, 2017 at 14:56 #13190CurtisHxParticipantI think I figured out what the problem was. I installed the .NET 3.5 dev tools after installing VS 2017 and VisualGDB. I repaired Visual Studio by running the VS 2017 Launcher and selecting More->Repair. This fixed the issue.
-
AuthorPosts
- You must be logged in to reply to this topic.