If you need to insert a hard breakpoint in your code (perhaps because you need to attach to a process), simply add the following line to your code.
__asm int 3; F5调试运行效果:点击 Continue继续