I'm using netbeans, and I can not get GDB to work with it correctly. I can get the call-stack, but the infernal thing only wants to show crap from assembly language and I can not figure out how to get it to work with C++.
It appears to be grabbing an assembly version of my program from somwhere. I do not want assembly, I want to debug C++, and it will not let me. I am trying to get it to show variables and function calls but I can not find anything online.