Anypoint Studio 7.11.1 共享流未显示在调试器中

发布于 2025-01-12 14:22:22 字数 413 浏览 0 评论 0原文

调试视图我正在尝试调试 mule 应用程序中的共享流。 (Mac Monetrey,Anypoint 7.11.1)。当调用从 mule 应用程序流到共享流时,我无法看到调试器显示共享流的 Flow Ref,但它会打开共享流 xml 文件。共享流程参考根本没有改变。

在附图中,Authentication_FR 是主 Mule 应用程序中的流引用,它调用共享流(使用导入标签导入)。 Flow Ref 永远不会改变(始终显示 Authentication_FR),但当我单步执行调试器时,共享流 xml 会打开。

预先感谢您的所有帮助。

debug view
I am trying to debug shared flows within a mule app. (Mac Monetrey,Anypoint 7.11.1). I am unable to see debugger showing Flow Ref of shared flows as the call goes from mule app flows to shared flows, but instead it opens up shared flow xml files. The Share Flow Ref's does not change at all.

In the attached image Authentication_FR is a flow reference in the main mule app which call the shared flow (imported using import tag). The Flow Ref never changes (always showing Authentication_FR) but share flow xml gets opened as i step thru the debugger.

Thanks in advance for all the help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

—━☆沉默づ 2025-01-19 14:22:22

不幸的是,您面临当前的产品限制。为了将其实施到未来的 Anypoint Studio 版本中,已提交想法

作为解决方法,您可以删除 XML 导入标签,并将包含共享流的 XML 文件直接添加到您正在调试的项目的 src/main/mule 文件夹中。完成调试活动后,您需要将项目恢复到原始状态。

Unfortunately you are facing a current product limitation. There is a submitted idea in order to implement this into future Anypoint Studio releases.

As a workaround you could remove the XML import tags and directly add the XML file(s) containing the shared flow(s) into the src/main/mule folder of the project you are debugging. Once you complete the debugging activities you will need to bring your project back to its original state.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文