Hi,
No problem, we have added this as an experimental feature to the following build: http://sysprogs.com/files/tmp/VisualGDB-5.3.18.1977.msi
To enable it, please create a file called <name of .vgdbsettings file>.vgdbsettings.<user name>.user with the following contents:
<?xml version="1.0"?>
<VisualGDBUserPreferences xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<UserDefinedVariableValues />
<DebugPreferences xsi:type="com.visualgdb.debug.embedded.preferences">
<OverriddenSettings>
<DebugMethod>
<!-- Contents of the DebugMethod tag from the .vgdbsettings file -->
</DebugMethod>
</OverriddenSettings>
</DebugPreferences>
</VisualGDBUserPreferences>
If you are not sure about the name of the file, try adding a live variable or a visual watch to your project and VisualGDB will automatically create the .user file.
The <DebugMethod> value from the .user file will now override the settings from the .vgdbsettings file (although the GUI may not edit the settings properly).