Search found 1 match

by maghsood
Fri Jan 31, 2025 8:48 pm
Forum: IDEs for ESP-IDF
Topic: getting the debugger working in VS Code
Replies: 10
Views: 40679

Re: getting the debugger working in VS Code

1️⃣ Setting Up OpenOCD as a VSCode Task This will allow you to start and stop OpenOCD automatically while keeping it minimized. ✅ Task Configuration (tasks.json) Modify or create .vscode/tasks.json in your project: { "version": "2.0.0", "tasks": [ { "label": "Build and Start OpenOCD", "dependsOn": ...