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

Debugging Eclipse RCP开发-调试期间的缓慢,debugging,eclipse-rcp,macos-sierra,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

我一直在使用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
2017-09-18 15:39:49.814 java[5621:1677726]检测到IMKClient暂停,*请报告*您的用户场景附加一个spindump(或sysdiagnose)以捕获问题-(imkxpc_presentFunctionRowItemTextInputViewWithEndpoint:reply:)块执行得非常慢(19.02秒)。
2017-09-18 15:39:49.817 java[5621:1677726]***-[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*否*NSRemoteViewController到客户端,NSError=Error Domain=com.apple.ViewBridge Code=8“(null)”UserInfo={.apple.ViewBridge.Error.hint=\u38-[NSRemoteView\u advanceToConfigPhase:]_block_invoke.2466捕获到带有回溯的NSInternalInconsistencyException“无法通过辅助服务进行会合”(
0 CoreFoundation 0x00007fff9ebc92cb例外预处理+171
1 libobjc.A.dylib 0x00007fffb39d448d objc_异常_抛出+48
2 CoreFoundation 0x00007fff9ebce042+[N异常提升:格式:参数:][98
3基金会0x09007FFA0616C80-[ NSRealStutsHuffer-HooRealRuleIn方法:对象:文件:文件号:描述:] + 195
4视图桥0x00007fffb242ab34-[NSRemoteView informAuxServiceOfSelf]+345
5 ViewBridge 0x00007fffb242b47e-[NSRemoteView\u finishAdvanceToConfigPhaseWithContextID:和serviceViewSize:和offset:+685

我也遇到了同样的问题,然后我升级到了10.13.1(17B48),MacOS High Sierra。现在的性能和以前一样平稳。我希望这也能解决您的问题。

谢谢。我将尝试升级到High Sierra,看看如何进行。