从 "Record & Analyze" 中的记录断点查看记录(企业架构师)

View Recordings from Recording Breakpoint in "Record & Analyze" (Enterprise Architect)

我正在调试我的 java 应用程序并添加了一个 "Start Recording Marker" {1} 和一个 "End Recording Marker" {2}(在源代码中右键单击 -> 断点 -> 添加 .. . 标记).

我还必须添加一个普通的断点 {3},因为如果我不这样做,应用程序会在启动时卡在某个地方。 (显示了StartingFrame,所以执行了部分代码,但不是全部。)

然后,当我在 "Record & Analyze" Window 和 select 正确的录音集中按下播放按钮 {4} 时,我在调试控制台中看到录音已开始并且后来结束了{5}。被调试的应用程序本身成功启动。

但是,在 "Record & Analyze" Window 中它仍然显示 "There are no items to show in this view." {6}

如何让记录的方法调用显示在那里?

最后,我想从这些录音中生成序列图。 (喜欢 here





图片(对于 { } 中的数字):

询问 Sparx 支持:

The debugger is failing to resolve UNC paths for source files. So, the only workaround is to build it locally, or set up a symbolic link on the laptop to the UNC path and use that.

我的源文件位于: //chca6021.eur.beluni.net/a469627$/Documents/workspace/HelloWorld

将项目移动到本地目录(在 C:/ 下)解决了问题。