Hi, How to set breakpoint at a particular line in cpp? I tried (gdb) break HTMLParser.cpp:208 But I get: No symbol table is loaded. Use the "file" command. Thanks for your help.