หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
can't set breakpoint on bound virtual member function
Example
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.