What is LinqPad “Auto Track Execution” and “Jump to Execution Point” ? How to use them, if you can give an detail example would be great appreciate.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is not a detailed example, but it illustrates the feature. If you have an script like
With Auto-track Execution enabled, you will get a yellow arrow pointing to each line as it is being executed.
With Auto-track Execution disabled, you can use the ‘Jump to Execution Point’ menu option or shortkey (Ctrl-Shift-J) to make the cursor jump to the currently executing line.
However Auto-track does not scroll/re-position automatically, so if the current line is not visible you need to use the ‘Jump to Execution Point’ to get it displayed.