mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-05 14:43:36 +02:00
Explicitly set application id for standalone debugger (#804)
This commit is contained in:
parent
cd0292a4fc
commit
4eb08c8554
1 changed files with 1 additions and 0 deletions
|
@ -100,5 +100,6 @@ esac
|
||||||
# Run eclipse with the Stand-alone Debugger product specified
|
# Run eclipse with the Stand-alone Debugger product specified
|
||||||
"$ECLIPSE_EXEC" -clean \
|
"$ECLIPSE_EXEC" -clean \
|
||||||
-product org.eclipse.cdt.debug.application.product \
|
-product org.eclipse.cdt.debug.application.product \
|
||||||
|
-application org.eclipse.cdt.debug.application.app \
|
||||||
-data "$HOME/workspace-cdtdebug" \
|
-data "$HOME/workspace-cdtdebug" \
|
||||||
"${options[@]}"
|
"${options[@]}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue