Search found 5 matches

by AndreiGramakov
Wed Sep 23, 2020 1:15 pm
Forum: IDEs for ESP-IDF
Topic: VSCODE ESP-IDF Plugin Debug Problem
Replies: 5
Views: 7294

Re: VSCODE ESP-IDF Plugin Debug Problem

su-Koch, could it be that you forgot to flash the rom after the modification? If it is not the case, please provide some extra info: in which situation it is happening and with which setup (idf version, esp32 board, used debugger, etc.). I will try to reproduce it.

Thank you
by AndreiGramakov
Wed Sep 23, 2020 1:00 pm
Forum: IDEs for ESP-IDF
Topic: Unable to manually pause execution while debugging in VS Code
Replies: 3
Views: 4573

Re: Unable to manually pause execution while debugging in VS Code

Hello! Thank you for reporting the problem.

It is a bug and regression; I'll take the task to fix this and then return to you with the results.
by AndreiGramakov
Tue Sep 15, 2020 10:37 am
Forum: IDEs for ESP-IDF
Topic: VSCODE ESP-IDF Plugin Debug Problem
Replies: 5
Views: 7294

Re: VSCODE ESP-IDF Plugin Debug Problem

Hi! It seems, it is because of breaking changes in pygdbmi package that used by our debugging system. You can check it running from PowerShell at you IDF folder (it is C:\Users\YOUR_USER_NAME\esp-idf if you installed it with the extension's defaults): . ./export.ps1 pip list -l I expect to see there...
by AndreiGramakov
Tue Sep 15, 2020 9:20 am
Forum: IDEs for ESP-IDF
Topic: Cannot debug in VSCode
Replies: 1
Views: 5390

Re: Cannot debug in VSCode

Hello!

Have you installed the driver for JTAG debugging?

If not, please take a look at the instruction:

https://docs.espressif.com/projects/esp ... sb-drivers
by AndreiGramakov
Fri Apr 03, 2020 8:39 am
Forum: General Discussion
Topic: Windows Powershell to build, configure, flash etc.
Replies: 1
Views: 8529

Re: Windows Powershell to build, configure, flash etc.

Hi! While you are using 4.0 which has no pwsh support (I recommend to update, really) probably the simplest solution would be make it in the Inception style. in PowerShell go to your IDF directory and run only once cmd /c install.bat and then cmd /c "export.bat && powershell" if you have IDF_PATH in...