I’m using VisualGDB 5.5.1.3327 and when I attempt to import an existing CMake project (via right click on solution>Add New Project>Linux Project Wizard>Import a Project or via Project>Add VisualGDB Configuration>Add Linux Configuration) I get the following error:
VisualGDB version: 5.5.1.3327
------------------ System.NullReferenceException ------------------
System.NullReferenceException: Object reference not set to an instance of an object.
at pp1.c(c91 c, IVCProject b, String a)
at pp1.a_2(c91 b, IProjectEditContext c, dx1 a, String d)
at u31.NewLinuxConfiguration.Execute()
This occurred with version 5.4r12 as well, thus I was trying the 5.5 preview to see if it resolved it. It appears that this is a VisualGDB issue as opposed to a Visual Studio error because it is a VisualGDB error window that pops up, but I may be incorrect.
I attempted to research it myself but have not been able to come across anything. Is this something that has been encountered before in VisualGDB or am I looking in the wrong area?
-
This topic was modified 5 years, 1 month ago by nOlander.