I just installed VisualGDB and am trying to follow the procedure found in http://visualgdb.com/tutorials/linux/.
However I am stuck when debugging as nothing happens when I use “start debugging with GDB”. I can build the program correctly and it runs when I test it on the Linux machine.
The only thing I have noticed is VS2012 is telling me “intelliTrace is not supported when attaching to a process already running”. Ive tried disabling intelliTrace and still nothing. Any ideas?
Everything working on 2010. Ill stick to it for now. I did notice that if you happen to install VS2012, VisualGDB, then VS2010 in that order, nothing will work in both VS2012 and VS2010. However a clean install of VISUALGDB after VS2010 installation fixes the debugging problem for VS2010. (Tested this twice using Win7 and Ubuntu PCs over LAN)