First of all I’d like to say this is an excellent tool.
Is it possible to break on this line of code in VisualGDB?
throw std::invalid_argument("Invalid!");
In Visual Studio I would expect that I could do this from the Debug menu -> Exceptions -> check on std::exception. That doesn’t seem to work. Is there a GDB startup command I can use to replicate this feature?