Skip to content

Commit e8ffd94

Browse files
committed
Fixed an issue "Failed to load symbols from executable file" when debugging native/desktop application
1 parent adb0d56 commit e8ffd94

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- Added a new setting ``platformio-ide.activateProjectOnTextEditorChange`` to enable automatic project activation depending on an active opened text editor (issue [#2410](https://github.com/platformio/platformio-vscode-ide/issues/2410))
77
- Automatically activate project environment opened via "PIO Home > New Project / Open Project" (issue [#2414](https://github.com/platformio/platformio-vscode-ide/issues/2414))
88
- Do not show "Default" environment when a project does not have any build environments (issue [#2450](https://github.com/platformio/platformio-vscode-ide/issues/2450))
9+
- Fixed an issue "Failed to load symbols from executable file" when debugging native/desktop application
910
- PlatformIO IDE Installer
1011
* Updated PlatformIO Core installer to v1.0.1
1112
* Rebuild project index only when the environment changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@
634634
"dependencies": {
635635
"fs-plus": "~3.1.1",
636636
"platformio-node-helpers": "~9.1.2",
637-
"platformio-vscode-debug": "~1.3.0"
637+
"platformio-vscode-debug": "~1.3.1"
638638
},
639639
"extensionDependencies": [
640640
"ms-vscode.cpptools"

0 commit comments

Comments
 (0)