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
Search found 5 matches
- Wed Sep 23, 2020 1:15 pm
- Forum: IDEs for ESP-IDF
- Topic: VSCODE ESP-IDF Plugin Debug Problem
- Replies: 5
- Views: 8695
- 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: 5478
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.
It is a bug and regression; I'll take the task to fix this and then return to you with the results.
- Tue Sep 15, 2020 10:37 am
- Forum: IDEs for ESP-IDF
- Topic: VSCODE ESP-IDF Plugin Debug Problem
- Replies: 5
- Views: 8695
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 ...
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 ...
- Tue Sep 15, 2020 9:20 am
- Forum: IDEs for ESP-IDF
- Topic: Cannot debug in VSCode
- Replies: 1
- Views: 6307
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
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
- Fri Apr 03, 2020 8:39 am
- Forum: General Discussion
- Topic: Windows Powershell to build, configure, flash etc.
- Replies: 1
- Views: 9466
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 ...
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 ...