mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-24 04:46:05 +08:00
fix an error in remote debugging if use UTF-8 as app name
http://hipbyte.myjetbrains.com/youtrack/issue/RM-452
This commit is contained in:
@@ -838,6 +838,7 @@ start_debug_server(am_device_t dev)
|
||||
|
||||
// Prepare lldb commands file.
|
||||
NSString *py_cmds = [NSString stringWithFormat:@""\
|
||||
"# -*- coding: utf-8 -*-\n"\
|
||||
"import socket\n"\
|
||||
"import sys\n"\
|
||||
"import lldb\n"\
|
||||
|
||||
Reference in New Issue
Block a user