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.
我需要使用 intelliJ IDEA 调试在使用嵌入式 rhino 引擎的远程服务器上运行的脚本。有没有我可以遵循的程序来编写一个插件来支持这个?我需要一个如何做到这一点的想法。如果您能给我一些想法或向我指出一些资源,那将非常有帮助。
IDEA 有xdebugger API来支持调试。您可以使用xslt 调试器插件源作为示例。