Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add support for ShowReturnValue Debugger setting #2852

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

Merged
merged 3 commits into from
Oct 11, 2018

Conversation

karthiknadig
Copy link
Member

For #2463

  • Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR)
  • Title summarizes what is changing
  • Has a news entry file (remember to thank yourself!)
  • Unit tests & system/integration tests are added/updated
  • Any new/changed dependencies in package.json are pinned (e.g. "1.2.3", not "^1.2.3" for the specified version)
  • package-lock.json has been regenerated by running npm install (if dependencies have changed)

Result of setting showReturnValue: true
image

Copy link

@d3r3kk d3r3kk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine to me, any concerns @DonJayamanne?

Also, please fix the merge conflicts before committing.

.gitignore Outdated
@@ -22,3 +22,4 @@ obj/**
.pytest_cache
tmp/**
.python-version
**/.vs/**
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think simply putting this to:

.vs/

would suffice?

@@ -490,6 +490,11 @@
"description": "Automatically stop after launch.",
"default": false
},
"showReturnValue": {
"type": "boolean",
"description": "Show return value of functions when stepping.",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fantastic!

@DonJayamanne DonJayamanne merged commit 618f6d7 into microsoft:master Oct 11, 2018
@karthiknadig karthiknadig deleted the retval branch July 29, 2019 18:00
@lock lock bot locked as resolved and limited conversation to collaborators Aug 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants