IntelliJ IDEA不会以bebug模式拦截JLine代码完成 [英] IntelliJ IDEA doesn't intercept JLine code completion in bebug mode

查看:336
本文介绍了IntelliJ IDEA不会以bebug模式拦截JLine代码完成的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图运行使用代码完成的简单Java应用程序。当我在独立的控制台中运行它的作用就像一个魅力。但是,当我尝试通过IntelliJ IDEA时,我的IDE不会在调试模式下拦截代码完成操作。



我尝试添加到我的VM选项

  -Djline.terminal = jline.UnsupportedTerminal 

但这并没有帮助我。



也许有人面对这个问题?

解决方案

  jline.TerminalFactory.registerFlavor(TerminalFactory.Flavor.WINDOWS,jline.UnsupportedTerminal.class); 


I tried to run simple Java application wich is used code completion. When I run it in separate console it works like a charm. But when I try to it via IntelliJ IDEA, then my IDE doesn't intercept code completion actions in debug mode.

I tried to add to my VM options

-Djline.terminal=jline.UnsupportedTerminal

But it doesn't help me.

Maybe there is someone who faced with this problem?

解决方案

 jline.TerminalFactory.registerFlavor(TerminalFactory.Flavor.WINDOWS, jline.UnsupportedTerminal.class);

这篇关于IntelliJ IDEA不会以bebug模式拦截JLine代码完成的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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