diff --git a/ios-deploy.c b/ios-deploy.c index e6d24a94..9966ccde 100644 --- a/ios-deploy.c +++ b/ios-deploy.c @@ -1848,6 +1848,7 @@ int main(int argc, char *argv[]) { case 'L': interactive = false; justlaunch = true; + debug = 1; break; case 'c': detect_only = true;