Update the instruction for debugging#1
Open
piyush-saurabh wants to merge 2 commits intomakercrew:mainfrom
Open
Update the instruction for debugging#1piyush-saurabh wants to merge 2 commits intomakercrew:mainfrom
piyush-saurabh wants to merge 2 commits intomakercrew:mainfrom
Conversation
added instruction to install vscode gdb extension
updated instruction to execute tasks on default vscode installation
sidwarkd
requested changes
Apr 17, 2021
Contributor
sidwarkd
left a comment
There was a problem hiding this comment.
Thanks so much for making the docs better. Just a minor wording change to be explicit on what Ctrl-Shift-P opens and then I'll merge.
| 1. Install the VS Code GDB extension https://marketplace.visualstudio.com/items?itemName=webfreak.debug | ||
| 2. Attach the ESP-Prog to your target device via whatever JTAG cable is required. | ||
| 3. Plug the target device (the one you want to debug) into your computer. | ||
| 4. Press **Ctrl-Shift-P** to open the Task list in VS Code. Type 'Run Task' and press enter. Now select _Flash and Monitor Device_. |
Contributor
There was a problem hiding this comment.
Ctrl-Shift-P opens the Command Palette instead of the Task List. Let's change the wording to say that instead of "Task List" now.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Couple of instructions needs to be updated.