Intellij社区版中的调试骆驼
我正在使用Intellij Community Edition的Apache Camel。
我
它也适用于社区版吗?它要求创建A Camel Springboot应用程序运行配置,我如何做?
实际上,当我检查此应用程序时,我什么也找不到。我已经安装了推荐的插件。
I am using Apache Camel with IntelliJ Community Edition.
I've seen on the official site some kind of debugger for XML DSL, but is not very clear how to use it...
Does it works for the Community edition also? It asks to create a Camel SpringBoot Application run configuration, how I do it?
In fact, when I check for this application, I can't find nothing. I have installed the recommended plugin.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Apache Camel插件与Intellij Idea 2022.1不兼容。尝试使用2021.3。
Apache Camel plugin is not compatible with IntelliJ IDEA 2022.1. Try using 2021.3 instead.
首先,确保插件已安装和启用。检查您的偏好 - >插件 - >已安装并确保安装,启用Apache Camel插件,其版本为0.8.5。
如前所述,如果您的版本晚于2021.3.2,则可能不支持该插件,请尝试降级至2021.3.2。
另外,检查偏好 - >语言&框架 - > Apache骆驼 - >杂项,并确保选中复选框“启用骆驼调试器”。
First, make sure the plugin is installed and enabled. Check your Preferences -> Plugins -> Installed and make sure the Apache Camel plugin is installed, enabled and its version is 0.8.5.
As previously suggested, if you are running version later than 2021.3.2, the plugin may not be supported, try downgrading to 2021.3.2.
Also, check Preferences -> Languages & Frameworks -> Apache Camel -> Miscellaneous and make sure the checkbox "Enable Camel Debugger" is selected.