Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test: Debug jump to cursor #76008

Closed
1 of 2 tasks
isidorn opened this issue Jun 24, 2019 · 0 comments
Closed
1 of 2 tasks

Test: Debug jump to cursor #76008

isidorn opened this issue Jun 24, 2019 · 0 comments
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item
Milestone

Comments

@isidorn
Copy link
Contributor

isidorn commented Jun 24, 2019

Refs: #25653

Complexity: 3

Install the C# extension, and have a simple C# program which you can debug. Docs for setting up here. Debug a C# program, you can use a simple console application, or even better if you have something complex. After hitting a breakpoint verify:

  • Jump to cursor command appears in the command palette and in the context menu
  • Jump to cursor works as expected - moving the execution point to the cursor while not executing the lines in between.
  • Try to Jump to cursor to some invalid locations - a warning should be shown and no change to the debuggee

fyi @weinand

@isidorn isidorn added this to the June 2019 milestone Jun 24, 2019
@isidorn isidorn added the debug Debug viewlet, configurations, breakpoints, adapter issues label Jun 24, 2019
@dbaeumer dbaeumer removed their assignment Jun 25, 2019
@Tyriar Tyriar removed their assignment Jun 25, 2019
@Tyriar Tyriar closed this as completed Jun 25, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Aug 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item
Projects
None yet
Development

No branches or pull requests

3 participants