Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] CDT Debug in Win32, How to continue when i want to reach the next breakpoint?

For example:

for(int i=0;i<10;i++)
{
printf(buf,"%d\n",i);//when i breaked here,i want to continue to run,and stop again.
}

Who can tell me,how to contiune the gdb in CDT?

Thanks a lot.





已有1.1亿用户选择了网易邮箱,你呢
网易163免费邮已全面升级至2000兆超大空间,支持收发超大附件!


Back to the top