1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-03-28 14:56:28 +01:00

Explicitly set application id for standalone debugger (#804)

This commit is contained in:
Jonah Graham 2024-05-29 14:31:45 -04:00 committed by GitHub
parent cd0292a4fc
commit 4eb08c8554
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -100,5 +100,6 @@ esac
# Run eclipse with the Stand-alone Debugger product specified
"$ECLIPSE_EXEC" -clean \
-product org.eclipse.cdt.debug.application.product \
-application org.eclipse.cdt.debug.application.app \
-data "$HOME/workspace-cdtdebug" \
"${options[@]}"