VisualGDB Environment Syntax

VisualGDB Environment Syntax

VisualGDB allows customizing the environment of the command-line tools it starts. The general environment line syntax is the following:

E.g. setting CC to arm-gcc and LD to arm-ld would require the following environment line:

You can also include the old variable value in the environment line. E.g.:

Note that the path separator for Linux/MacOS environments is different:

Please use the %VAR% syntax rather than $VAR for both local and remote commands.