Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要有关我的 Solr8 项目的运行/调试配置的帮助。从终端我使用命令“bin/solr start”但是我无法调试我的变压器。为此,我需要在 Intellij 中添加运行配置。任何帮助表示赞赏。谢谢!!!
尝试这个
SOLR start-p 8988-f-a "-xdebug-xrunjdwp:transport=dt_socket,server=y, suspend=y,address=8988
以上答案帮助我想出了这个解决方案。我添加了运行配置,如下所示。首先,我使用 /opt/solr/bin/solr start -a "-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005" 从命令行启动 Solr 然后从 Intellij 中选择运行配置我添加并单击调试