Remote debugging connection optionsWhen the target of the package is apk-debug, the connection options can be used to specify whether the app will attempt to connect to a remote debugger. The connection options use the following syntax: -connect hostString -connect If present, the app will attempt to connect to a remote debugger. hostString A string identifying the computer running the Flash debugging tool FDB. If not specified, the app will attempt to connect to a debugger running on the computer on which the package is created. The host string can be a fully qualified computer domain name: machinename.subgroup.example.com, or an IP address: 192.168.4.122. If the specified (or default) machine cannot be found, then the runtime will display a dialog requesting a valid host name. |
|