Skip to content

Commit 6d61b7c

Browse files
committed
Fixes #83 - Enhancement to --justlaunch (implicit --debug)
1 parent 590da67 commit 6d61b7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ios-deploy.c

+1
Original file line numberDiff line numberDiff line change
@@ -1848,6 +1848,7 @@ int main(int argc, char *argv[]) {
18481848
case 'L':
18491849
interactive = false;
18501850
justlaunch = true;
1851+
debug = 1;
18511852
break;
18521853
case 'c':
18531854
detect_only = true;

0 commit comments

Comments
 (0)