I tried to start a quick debug session to handle a core dump. I need to set the path mapping to jump to the source files. After adding them and clicking on OK I get the following exception:
Object reference not set to an instance of an object.
Details:
VisualGDB version: 5.5.105.4124
—————— System.NullReferenceException ——————
System.NullReferenceException: Object reference not set to an instance of an object.
at BSPEngine.XmlTools.GetFileNameUnderLocalAppData(String appdataSubdir, String nameBase, String extension)
at BSPEngine.XmlTools.SaveUnderLocalAppData[_Ty](_Ty obj, String appdataSubdir, String nameBase, String extension)
at VisualGDB.Add_In.QuickDebugPreset.Save()
trace=[BSPEngine.XmlTools.GetFileNameUnderLocalAppData:23, BSPEngine.XmlTools.SaveUnderLocalAppData:0, VisualGDB.Add_In.QuickDebugPreset.Save:11]
Is there anything that I can to to resolve that problem?