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

Added customDescriptionGenerator feature to customize the descriptions of the debugger #666

Merged
merged 12 commits into from
Aug 27, 2020

Conversation

digeff
Copy link
Contributor

@digeff digeff commented Jul 28, 2020

The customDescriptionGenerator feature lets you customize the textural representation that the debugger uses for objects/variables. This is a simple example of how a Fraction object could look (taken from the tsNodeApp demo):
image

@digeff digeff requested a review from connor4312 July 28, 2020 23:57
@rbuckton
Copy link
Member

rbuckton commented Aug 7, 2020

🎉 I was just asking for something like this a few weeks ago: microsoft/vscode#102181

src/build/strings.ts Outdated Show resolved Hide resolved
src/adapter/something.js Outdated Show resolved Hide resolved
src/adapter/variables.ts Outdated Show resolved Hide resolved
src/common/sourceCodeManipulations.ts Outdated Show resolved Hide resolved
testWorkspace/tsNodeApp/.vscode/launch.json Outdated Show resolved Hide resolved
@connor4312 connor4312 merged commit a04cff2 into master Aug 27, 2020
@connor4312 connor4312 deleted the customDescriptionGenerator branch August 27, 2020 23:41
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.

3 participants