mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-01 09:31:20 +08:00
print to stderr
This commit is contained in:
@@ -453,7 +453,7 @@ start_debugger(am_device_t dev)
|
||||
// If we need to attach an external debugger, we can stop here.
|
||||
|
||||
if (getenv("no_start")) {
|
||||
printf("device_support_path: %s\nremote_app_path: %s\n"\
|
||||
fprintf(stderr, "device_support_path: %s\nremote_app_path: %s\n"\
|
||||
"debug_server_socket_path: %s\n",
|
||||
[device_support_path fileSystemRepresentation],
|
||||
[app_remote_path fileSystemRepresentation],
|
||||
|
||||
Reference in New Issue
Block a user