can't set breakpoint on bound virtual member function
A breakpoint was set on a virtual member function through a pointer to an object, such as:
pClass->vfunc( int );
A breakpoint can be set on a virtual function by entering the class, such as:
Class::vfunc( int );
This error is identical to CAN0064.