I'm using Visual Studio 2010 Express
. The problem is that Syntax Highlighting is very weak and intellisense
(a feature that shows the attributes of the objects as you type) also leaves something to be desired (I do not know if it's just in the express version).
I've been using COde::Blocks
and I really enjoyed it, but with Mingw
, with VS 2010
I was able to compile in Release
but could not debug, because the debugger does not show exactly where the segmentation failure occurred , it does not even mark the line in the code.
I have always used Mingw
, I do not know how to set Code::Blocks
to debug with VS 2010 Express
, if possible.