Search found 3 matches

by kacper2612
Fri Jul 29, 2022 12:08 pm
Forum: IDEs for ESP-IDF
Topic: ESP-IDF Segger SystemView
Replies: 0
Views: 1439

ESP-IDF Segger SystemView

Hello, I am testing heap tracing functionality (https://github.com/espressif/vscode-esp-idf-extension/blob/master/docs/tutorial/heap_tracing.md). Everything works fine when using VSCode, but I would like to open the *.svdat file in Segger SystemView tool. Unfortunately, I can't load the file. System...
by kacper2612
Wed Jul 27, 2022 6:52 pm
Forum: IDEs for ESP-IDF
Topic: ESP-IDF Debug Adapter - VSCode
Replies: 2
Views: 3238

Re: ESP-IDF Debug Adapter - VSCode

Thank you so much for your assistance. I have tried the fibonacci template, now I can see local variables but I don't have all options like "Break on Value Read" etc. I only have "Set Value" and "Copy Value" ones.
by kacper2612
Tue Jul 26, 2022 5:28 pm
Forum: IDEs for ESP-IDF
Topic: ESP-IDF Debug Adapter - VSCode
Replies: 2
Views: 3238

ESP-IDF Debug Adapter - VSCode

Hello, I have started my adventure with ESP32C3 (ESP32-C3-DevKitM-1). I am getting to know the platform with a tutorial (https://github.com/espressif/vscode-esp-idf-extension/blob/master/docs/tutorial/toc.md). Currently, I'm testing the debug (https://github.com/espressif/vscode-esp-idf-extension/bl...