I've never seen this not work. Are you sure that constructor is the one
being used?
Larry
>Hello,
>
> I've got some red debugger dots placed in a class constructor, and the
>program isn't stopping when it runs over them. Is that a bug, or is there
>something special about constructors where this sometimes won't work? Just
>wondering if others have had the same problem.
It may be using a default constructor or copy constructor and not hiting
yours. It also could be that this is inlined and not being hit or
other optimizations. Be sure optimizations and inlining are off. But
most likely is it uses a default constructor.
Ron

Signature
Metrowerks Community Forum is a free online resource for developers
to discuss CodeWarrior topics with other users and Metrowerks' staff
-- http://www.metrowerks.com/community --
Ron Liechty - MWRon@metrowerks.com - http://www.metrowerks.com