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

Enable pretty printing for GDB. #498

Merged
merged 4 commits into from
Jul 13, 2021

Conversation

ooeygui
Copy link
Member

@ooeygui ooeygui commented Jul 13, 2021

Fixes #388

@ooeygui ooeygui requested a review from a team as a code owner July 13, 2021 17:52
@@ -144,7 +144,7 @@ export class LaunchResolver implements vscode.DebugConfigurationProvider {
args: request.arguments,
environment: envConfigs,
stopAtEntry: stopOnEntry,
};

Choose a reason for hiding this comment

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

[nit] fix brace indent

@ooeygui ooeygui merged commit 7d43d12 into ms-iot:master Jul 13, 2021
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.

[bug] Unable to see variable values while debugging C++ node
3 participants