Tags: /超级猛料/IDE.集成开发环境/编译、调试/
Date Created: Wed Aug 15 2001 04:00:23 GMT+0000 (Coordinated Universal Time)
for i:=1 to n do begin .. x=i;//break here when x=100 .. end; 如果我希望当x=100时程序中断,如何做? 在该处设置断点, 然后在那个红点上点击右键,选择BreakPoint Properties... 在弹出的对话框中的Condition输入x=100 。