breakpoint
呀,出错误了!再试下吧。
暂时没有您的查询历史
不再显示查询历史
触头为单断点,拍合瞬时动作;
Single breaking point contact, shoot freestyle instantaneous action;
代码在断点处停止运行。
The code stops running at the breakpoint.
移除断点使程序顺利运行。
Removing the breakpoint allowed the program to run smoothly.
你可以在任何地方设置断点。
You can set a breakpoint anywhere.
这个断点帮助我们找到了错误。
This breakpoint helped us find the error.
断点
《断点》是一首华语流行歌曲,由张敬轩作词、作曲并演唱,于2008年8月28日发行,收录在专辑《我的梦想我的路》中。 《断点》2003年获得音乐先锋榜2003年第一季金曲;2004年获得音乐先锋榜2003年度十大金曲、最佳作词2个奖项。
断点,调试器的功能之一,可以让程序中断在需要的地方,从而方便其分析。也可以在一次调试中设置断点,下一次只需让程序自动运行到设置断点位置,便可在上次设置断点的位置中断下来,极大的方便了操作,同时节省了时间。