IntelliJ Idea JavaFX调试问题 [英] IntelliJ Idea JavaFX debugging issue

查看:629
本文介绍了IntelliJ Idea JavaFX调试问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在JavaFX的IntelliJ构思中进行调试对我来说很痛苦。主要是因为当我设置断点时,IntelliJ只会向我显示我不关心的所有后端类文件。



有没有办法阻止它发生?我试过踩过去但这不起作用。



以下是调试 getText()方法时会发生什么的示例。



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



任何帮助?

解决方案

您可以添加方法之后的断点并使用f9(恢复程序)所以intellij跳过你不想看的方法!



这不是一个修复,只是一个解决方法。 / p>

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?

解决方案

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.

这篇关于IntelliJ Idea JavaFX调试问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆