Révision | 1695ab820e026377df1d6ad72766a6bcb0494d59 (tree) |
---|---|
l'heure | 2018-07-10 05:39:31 |
Auteur | sebastian_bugiu <sebastian_ <bugiu@head...> |
Commiter | sebastian_bugiu <sebastian_ |
Added lldb command list for command line debugging.
@@ -0,0 +1,5 @@ | ||
1 | +add-dsym filepath to add symbols. | |
2 | +b filensme.extension:linenumber for breakpoint | |
3 | +step command to step through code | |
4 | +ctrl^c to break the program execution at any point | |
5 | +ios-deploy --debug --bundle /Users/sebi/BlackholeDarksunOnline6/ios/robovm-build/tmp/RoboVM/ios/arm64/IOSLauncher.app/ --no-wifi --noinstall |