是否需要修改脚本才能使用CommaIDE的时间线可视化

问题描述:

我正在从 CommaIDE 运行一个并发脚本,它只显示等待时间线数据",而状态行显示时间线连接错误:无法获取时间线数据:java.net.ConnectException:拒绝连接"我需要在某处做任何额外的配置吗?这是事件日志中的错误:

I am running a concurrent script from CommaIDE, and it shows only "Waiting for timeline data" while the status line shows "Timeline connection error: Could not get timeline data: java.net.ConnectException: refused connection" Is there any additional configuration I need to do somewhere? Here's the error in the Event Log:

11:05   Timeline connection error: Could not get timeline data: java.net.ConnectException: Conexión rehusada

我需要在某处做任何额外的配置吗?

Is there any additional configuration I need to do somewhere?

如果网络没有问题,您仍然需要根据 Log::Timeline 模块自述文件(https://github.com/jnthn/p6-log-timeline) 以便 Comma 能够收集您提供的用于记录的数据.

If there are no issues with networking, you still need to setup your project according to the Log::Timeline module readme (https://github.com/jnthn/p6-log-timeline) for Comma to be able to gather the data you provide for logging.