I am currently evaluating VisualGDB for an exsisting project so I can switch to use VS as the IDE.
But I got stuck after setting up the Project. My build environment needs the .bashrc to be executed.
This needs the “–login” parameter for bash which is called from inside VisualGDB.
How do I do this, or are there workarounds for this ?
When you select your toolchain, please click the “customize” button to the right from the selector and then choose “Run Cygwin Commands: In an interactive bash session”. It will automatically wrap build and debug-related commands the proper invocation of “bash –login”.