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

Inaccurate showDevDebugOutput hint message #640

Closed
vmedcy opened this issue Apr 19, 2022 · 1 comment
Closed

Inaccurate showDevDebugOutput hint message #640

vmedcy opened this issue Apr 19, 2022 · 1 comment

Comments

@vmedcy
Copy link

vmedcy commented Apr 19, 2022

Message in Debug Console:

Set "showDevDebugOutput": true in your "launch.json" to see verbose GDB transactions here. Helpful to debug issues or report problems

is not accurate, since the option was changed from bool to enum in 31bccb0. Suggest to replace "true" with "raw".

@haneefdm
Copy link
Collaborator

haneefdm commented Jun 7, 2022

Fixed in 1.5.X. It now says

    IMPORTANT: Set "showDevDebugOutput": "raw" in "launch.json" to see verbose GDB transactions here. Very helpful to debug issues or report problems

@haneefdm haneefdm closed this as completed Jun 7, 2022
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

No branches or pull requests

2 participants