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:
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
|
||||
"$ECLIPSE_EXEC" -clean \
|
||||
-product org.eclipse.cdt.debug.application.product \
|
||||
-application org.eclipse.cdt.debug.application.app \
|
||||
-data "$HOME/workspace-cdtdebug" \
|
||||
"${options[@]}"
|
||||
|
|
Loading…
Add table
Reference in a new issue