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.
我正在尝试在 Jetbrains MPS 中调试我的 java 类,但它正在调用一个 jar 文件,因此我无法看到代码实现。我有它的源 jar 文件,如果有人可以帮助我如何附加它以便我可以调试 jar 文件代码,那就太好了。
恐怕您必须使用 IntelliJ IDEA(或其他 IDE)并配置 t 以查看生成的源、jar 文件以及源 jar 并启动 MPS 进程的远程调试。
您可以使用另一个 Java IDE,或者在您的模块属性中配置以附加在调试期间可以看到的源文件。