IntelliJ Idea JavaFX debugging issue

谁说胖子不能爱 提交于 2019-12-24 15:08:34

问题


Debugging in IntelliJ idea for JavaFX has been a pain for me. Mainly because when I setup a breakpoint, IntelliJ will just show me all the backend class files that I don't care about.

Is there a way to stop it from happening? I've tried stepping over but that doesn't work.

Here's an example of what happens when I debug a getText() method.

http://i.stack.imgur.com/9zSoX.png

Any help?


回答1:


You can add a breakpoint after the method and use f9 (resume program) so intellij skips the method you dont wan't to see!

It's not a fix, just a workaround.



来源:https://stackoverflow.com/questions/29329938/intellij-idea-javafx-debugging-issue

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!