开发者

In the Xcode debugger, is it possible to do "run to current line"?

开发者 https://www.devze.com 2022-12-22 10:47 出处:网络
In Xcode, there doesn\'t seem to be an obvious way to do this.Visual Studio\'s debugger provides a k开发者_开发技巧eyboard shortcut which sets a temporary breakpoint on the line selected in the code w

In Xcode, there doesn't seem to be an obvious way to do this. Visual Studio's debugger provides a k开发者_开发技巧eyboard shortcut which sets a temporary breakpoint on the line selected in the code window, runs the debugger to that point, and then removes the breakpoint. In Xcode, it seems that you have to manually set and remove the breakpoint to accomplish the same thing.

Is there a simpler way?


Right-click on breakpoint border => Continue to Here

0

精彩评论

暂无评论...
验证码 换一张
取 消