You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dotnet --info output:
Runtime Environment:
OS Name: Ubuntu16.10
SDK: 1.0.4
VS Code version: 1.13.1
C# Extension version: v1.12.0-beta1
Steps to reproduce
Create a new project in Command with 'dotnet new console' ->'dotnet restore'.
Open project with VSCode.
Move cursor to line 9
Hit F9 to set a breakpoint
Right-Click the breakpoint to edit it.
Expected behavior
Actual behavior
Work around
Move the cursor to another line
The text was updated successfully, but these errors were encountered:
gregg-miskelly
changed the title
Debugger: Only display 'Extract Method' when Right-Click on breakpoint that set with 'F9'.
'Extract Method' right click action takes precedence over breakpoint's context menu
Jul 3, 2017
Environment data
dotnet --info output:
Runtime Environment:
OS Name: Ubuntu16.10
SDK: 1.0.4
VS Code version: 1.13.1
C# Extension version: v1.12.0-beta1
Steps to reproduce
Expected behavior
Actual behavior
Work around
Move the cursor to another line
The text was updated successfully, but these errors were encountered: