ios-jsc icon indicating copy to clipboard operation
ios-jsc copied to clipboard

Change communication channel for debugging to use XPC services

Open ivanbuhov opened this issue 9 years ago • 0 comments

This way we can remove the complex handshaking between the CLI and the app. XPC requires using some private APIs, but since debugging is disabled in release we can safely use it in debug. This requires a debug build of the runtime.

ivanbuhov avatar Feb 12 '16 13:02 ivanbuhov