Eclipse RCP开发 - 调试期间缓慢



我一直在使用Eclipse(氧或4.7)在MacOS Sierra中构建Eclipse RCP应用程序。

当我用断点停止执行时,IDE确实很慢。瞬间后,它将以下语句记录到错误控制台。

你们看过这个吗?有任何解决方法可以克服这一点吗?

    2017-09-18 15:39:49.814 java[5621:1677726] IMKClient Stall detected, *please Report* your user scenario attaching a spindump (or sysdiagnose) that captures the problem - (imkxpc_presentFunctionRowItemTextInputViewWithEndpoint:reply:) block performed very slowly (19.02 secs).
    2017-09-18 15:39:49.817 java[5621:1677726] *** Assertion failure in -[NSRemoteView informAuxServiceOfSelf], /Library/Caches/com.apple.xbs/Sources/ViewBridge/ViewBridge-283/NSRemoteView.m:3207
    2017-09-18 15:39:49.827 java[5621:1677726] IMKInputSession presentFunctionRowItemTextInputViewWithEndpoint:completionHandler: : [self textInputContext]=0x7ff8de18e840 *NO* NSRemoteViewController to client, NSError=Error Domain=com.apple.ViewBridge Code=8 "(null)" UserInfo={com.apple.ViewBridge.error.hint=__38-[NSRemoteView _advanceToConfigPhase:]_block_invoke.2466 caught NSInternalInconsistencyException '<NSRemoteView: 0x7ff8ddebe6f0> failed to rendezvous via aux service' with backtrace (
        0   CoreFoundation                      0x00007fff9ebc92cb __exceptionPreprocess + 171
        1   libobjc.A.dylib                     0x00007fffb39d448d objc_exception_throw + 48
        2   CoreFoundation                      0x00007fff9ebce042 +[NSException raise:format:arguments:] + 98
        3   Foundation                          0x00007fffa0616c80 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
        4   ViewBridge                          0x00007fffb242ab34 -[NSRemoteView informAuxServiceOfSelf] + 345
        5   ViewBridge                          0x00007fffb242b47e -[NSRemoteView _finishAdvanceToConfigPhaseWithContextID:andServiceViewSize:andOffset:] + 685

我也遇到了同样的问题,然后我碰到了Macos High Sierra的10.13.1(17B48)。现在,性能像以前一样流畅。我希望这也能解决您的问题。

最新更新