如何进入汇编跟踪啊啊,请指教?
void CShareDlg::OnButton1()
{
CButton *pCreatedBtn;
pCreatedBtn=new CButton;
pCreatedBtn->Create("属性 ",WS_CHILD|WS_VISIBLE|BS_PUSHBUTTON,CRect(310,290,380,310),AfxGetApp()->GetMainWnd(),IDC_BUTTON2);
// TODO: Add your control notification handler code here
}
pCreatedBtn->Create("属性 ",WS_CHILD|WS_VISIBLE|BS_PUSHBUTTON,CRect(310,290,380,310),AfxGetApp()->GetMainWnd(),IDC_BUTTON2);
// TODO: Add your control notification handler code here
我在这个Create处设置了断点后,运行到这里按F11根本就不去
请大侠们指教
我该怎么一步一步跟下去