Anypoint Studio 7.11.1 共享流未显示在调试器中
我正在尝试调试 mule 应用程序中的共享流。 (Mac Monetrey,Anypoint 7.11.1)。当调用从 mule 应用程序流到共享流时,我无法看到调试器显示共享流的 Flow Ref,但它会打开共享流 xml 文件。共享流程参考根本没有改变。
在附图中,Authentication_FR 是主 Mule 应用程序中的流引用,它调用共享流(使用导入标签导入)。 Flow Ref 永远不会改变(始终显示 Authentication_FR),但当我单步执行调试器时,共享流 xml 会打开。
预先感谢您的所有帮助。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,您面临当前的产品限制。为了将其实施到未来的 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.