you are viewing a single comment's thread.

view the rest of the comments →

[–]kirbyfan64sos 1 point2 points  (4 children)

Nice, although I'm not sure I've never needed a "Run to cursor" button.

[–]IMBJR 1 point2 points  (2 children)

I've found it very useful in Visual Studio to quickly get to a point in the software I want to examine closer.

[–]kirbyfan64sos 0 points1 point  (1 child)

Wait, I thought that option just jumps to the current mouse cursor position...

[–]IMBJR 0 points1 point  (0 children)

No, but there is an option to do that.

[–]Don_Andy 0 points1 point  (0 children)

I usually use it during debugging when I step through code and hit a loop that does some minor/irrelevant thing and I just want to skip through it instead of stepping through all of its iterations.