This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Why does debugging "pure virtual method called" have to be so hard?
- To: egcs at cygnus dot com, jafl at alice dot wonderland dot caltech dot edu
- Subject: Re: Why does debugging "pure virtual method called" have to be so hard?
- From: mrs at wrs dot com (Mike Stump)
- Date: Thu, 15 Oct 1998 18:57:50 -0700
- Cc: jafl at cheshire-cat dot wonderland dot caltech dot edu
> Date: Thu, 15 Oct 1998 16:16:21 -0700
> From: John Lindal <jafl@alice.wonderland.caltech.edu>
> Why does debugging "pure virtual method called" have to be so hard?
The rest of us just set a breakpoint on __pure_virtual, and then run
the program in the debugger. We evidently don't find it hard enough
to do something else.
How to others feel about calling abort instead of _exit? abort might
be more useful.