Thread
:
gdb , setting break point for c++ methods ?
View Single Post
pamadio
2009-12-12 , 17:06
Posts: 111 | Thanked: 31 times | Joined on May 2007
#
3
Actually, i still have a problem, the leading single quote trick did not work for ICalConverter::importEventDateEnd
(gdb) b ICalConverter::importEventDateEnd
Can't find member of namespace, class, struct, or union named "ICalConverter::importEventDateEnd"
Hint: try 'ICalConverter::importEventDateEnd<TAB> or 'ICalConverter::importEventDateEnd<ESC-?>
(Note leading single quote.)
(gdb) b 'ICalConverter::importEventDateEnd
here, tabs show nothing.
any help is appreciated.
Quote & Reply
|
pamadio
View Public Profile
Send a private message to pamadio
Find all posts by pamadio