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

Add support for native debugging #2766

Merged
merged 1 commit into from
Aug 29, 2017

Conversation

BillHiebert
Copy link
Contributor

Addresses issue: #1125

Native debugging is enabled by adding "nativeDebugging" : true to the launch profile as follows

{
  "profiles": {
    "ConsoleApp3": {
      "commandName": "Project",
      "nativeDebugging": true
    }
  }
}

This property will automatically be picked up by the LaunchSettingsManager and added to the OtherProperties property bag. This change does not add any UI support.

@tmat tmat closed this Aug 29, 2017
@tmat tmat reopened this Aug 29, 2017
@tmat
Copy link
Member

tmat commented Aug 29, 2017

Closing and reopening in attempt to abandon old builds.

@BillHiebert BillHiebert merged commit 42113e4 into dotnet:master Aug 29, 2017
@clairernovotny
Copy link
Member

Keep in mind @gregg-miskelly's comment here:
#2696 (comment)

The debugger bug is https://devdiv.visualstudio.com/DefaultCollection/DevDiv/_queries?id=446401 (note: you must be a Microsoft employee to access this).

There is something needed before .NET Core native debugging works

@davkean
Copy link
Member

davkean commented Aug 29, 2017

That bug will be fixed in the same build as this fix (15.5).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants