Gdb didnot step into the break point in class constructor in RH 8.0

Serge Fukanchik fuxx@mail.ru
Fri Dec 17 17:31:00 GMT 2004


Have you tried to explicitly put breakpoint at your constructor
instead of just single-stepping into it?

b 'TranMessage::TranMessage(int age)'

This helps sometimes... :-(

kaiduan xie wrote:

> Many thanks for your help. But with this method, the
> gdb still did not step into the constructor. 
---
Serge




More information about the Gcc-help mailing list