Eclipse RCP开发 - 调试期间的缓慢

时间:2017-09-18 22:45:19

标签: debugging eclipse-rcp macos-sierra

我一直在使用Eclipse(Oxygen或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

1 个答案:

答案 0 :(得分:1)

我遇到了同样的问题,然后我遇到了10.13.1(17B48),MacOS High Sierra。现在表现如前一样顺利。我希望这也能解决你的问题。