mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-06-18 07:29:20 +08:00
1. not forward SIGINT to lldb. Because if forward SIGINT, lldb will terminate 2. remove "process.Continue()\n" if lauch the app with "process.Continue()\n", it can't invoke lldb command. weird.