从eclipse内部运行的RCP应用程序的.log文件在哪里?

时间:2023-01-19 23:30:47

During development of an RCP application (running from inside eclipse) I came across a Widget Disposed error for a table part, the stack trace was quickly swamped by debug output on the console and I cannot re-produce the error so I've been trying to find the .log file for the application, where would this be?

在开发RCP应用程序(从eclipse内部运行)期间,我遇到了一个表部件的Widget Disposed错误,堆栈跟踪很快被控制台上的调试输出淹没,我无法重新产生错误,所以我一直在尝试找到应用程序的.log文件,这将是什么?

2 个解决方案

#1


5  

Check your launch config to find the workspace of your launched RCP (see picture). In this folder there is a .metadata/.log file

检查启动配置以查找已启动RCP的工作区(参见图片)。在此文件夹中有一个.metadata / .log文件

从eclipse内部运行的RCP应用程序的.log文件在哪里?

#2


0  

Eclipse logs normal applications at

Eclipse记录正常的应用程序

<Your Workspace>/.metadata/.log
<Your Workspace>/.metadata/.bak_n.log

RCP application logs go at

RCP应用程序日志进入

<Your Workspace>/../runtime-<LaunchConfigurationName>/.metadata/.log

You can check your launch configuration names at

您可以在以下位置检查启动配置名称

Run As > Run Configurations

#1


5  

Check your launch config to find the workspace of your launched RCP (see picture). In this folder there is a .metadata/.log file

检查启动配置以查找已启动RCP的工作区(参见图片)。在此文件夹中有一个.metadata / .log文件

从eclipse内部运行的RCP应用程序的.log文件在哪里?

#2


0  

Eclipse logs normal applications at

Eclipse记录正常的应用程序

<Your Workspace>/.metadata/.log
<Your Workspace>/.metadata/.bak_n.log

RCP application logs go at

RCP应用程序日志进入

<Your Workspace>/../runtime-<LaunchConfigurationName>/.metadata/.log

You can check your launch configuration names at

您可以在以下位置检查启动配置名称

Run As > Run Configurations