Skip to main content

All Questions

0 votes
1 answer
48 views

Win10 + CodeBlocks + GDB ignores tabs

I discovered today that on my machine, CodeBlocks + GDB ignores the tab characters in my input during debugging. This seems arbitrary, not to mention it's going to make many K&R exercises ...
Nathaniel Lindsey's user avatar
0 votes
0 answers
589 views

No symbol table info available + segmentation fault

I'm trying to run a simple graphics program with Code::Blocks. I am able to build it without errors but when I run it I get an error message, No symbol table info available and segmentation fault. ...
herosz's user avatar
  • 19