Skip to content

Commit 8e52faa

Browse files
committed
starthawaii: Pass the -d switch when QML debugging is requested
Issue: #120
1 parent be5f5e7 commit 8e52faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/starthawaii.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,6 @@ fi
118118
# Start the right shell
119119
args=""
120120
if test -n "$HAWAII_SHELL_DEBUG_PORT"; then
121-
args="-qmljsdebugger=port:${HAWAII_SHELL_DEBUG_PORT},block"
121+
args="-qmljsdebugger=port:${HAWAII_SHELL_DEBUG_PORT},block -d"
122122
fi
123123
exec $executable $args

0 commit comments

Comments
 (0)