主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Egor Ushakov
活动总数
347
最后的活动
2023年12月06日 08:22
成员加入日期
2014年04月08日 09:02
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
128
活动概览
文章(0)
帖子(0)
评论(219)
按最近的活动排序
最近的活动
投票数
已编辑于
2016年05月18日 09:26
This is strange, I opened your sources in 2016.1.2, compiled it and run it in debug mode. In the opened IDEA I created a simple Lua project and debug it with with Corona SDK. (With installed Lua pl...
社区
IntelliJ IDEA Open API and Plugin Development
Debugger Console View
0 票
创建于
2016年05月19日 12:26
What's changed?
社区
IntelliJ IDEA Open API and Plugin Development
Debugger Console View
0 票
创建于
2016年04月11日 12:17
Fine if it works :) Also e.getData(XDebugSessionTab.TAB_KEY) may give you the XDebugSessionTab more quickly (if it is opened). Once you have it, you can getUI and do find/select Content as before
社区
IntelliJ IDEA Open API and Plugin Development
How to get "Watches" ContentImpl without anActionEvent.getData?
0 票
创建于
2016年05月11日 10:48
Hi, you need to use XDebuggerManager.startSessionAndShowTab, this will initialize debugger tabs. And override your debug process createConsole to return your own console.
社区
IntelliJ IDEA Open API and Plugin Development
Debugger Console View
0 票
创建于
2016年05月11日 12:40
RunContentBuilder does not depend on doGetProcessHandler, make sure that doGetProcessHandler returns executionResult.getProcessHandler() To clarify where we are, you can see that ConsoleViewImpl.pr...
社区
IntelliJ IDEA Open API and Plugin Development
Debugger Console View
0 票
创建于
2016年05月11日 13:48
try to debug inside ConsoleViewImpl.flushDeferredText, if the console document text is updated, then probably console in the debugger tab is not the same in the end...
社区
IntelliJ IDEA Open API and Plugin Development
Debugger Console View
0 票
创建于
2016年05月13日 12:24
This button:
社区
IntelliJ IDEA Open API and Plugin Development
Debugger Console View
0 票
创建于
2016年05月13日 13:50
As a last resort, try to set a breakpoint at Java.awt.Container.remove(int) with a class filter "com.intellij.execution.ui.layout.impl.GridCellImpl$ProviderWrapper", do you stop there? If so then y...
社区
IntelliJ IDEA Open API and Plugin Development
Debugger Console View
0 票
已编辑于
2016年05月13日 14:59
yes, this is correct... and is it hit in case you leave that "new RunContentBuilder(executionResult, environment).showRunContent(session.getRunContentDescriptor())" code before returning in doExecu...
社区
IntelliJ IDEA Open API and Plugin Development
Debugger Console View
0 票
已编辑于
2016年05月16日 13:29
Unfortunately, I'm out of ideas. If I could reproduce it here, I'd definitely help you, sorry. Please let me know when you know what it was.
社区
IntelliJ IDEA Open API and Plugin Development
Debugger Console View
0 票
«
第一页
‹
上一页
下一页
›
最后
»