Trouble setting a conditional breakpoint (original) (raw)
First of all, I would like to express my gratitude for this amazing project. Finally a good GDB frontend for Linux.
I have just one issue, where I have some trouble setting a conditional breakpoint. With GDB on terminal, I would use something like:
(gdb) b main.cpp:6 if $_streq(my_cpp_string.c_str(), "expected_value")
However, when I try this with seer, I get "Problem parsing arguments" in the Messages list. If someone could provide some insight on how to do this, I would highly appreciate it.