Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Egor Ushakov
Total activity
350
Last activity
December 06, 2023 08:22
Member since
April 08, 2014 09:02
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
128
Activity overview
Articles (0)
Posts (0)
Comments (222)
Sort by recent activity
Recent activity
Votes
Edited
May 18, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Debugger Console View
0 votes
Created
May 19, 2016 12:26
What's changed?
Community
IntelliJ IDEA Open API and Plugin Development
Debugger Console View
0 votes
Created
April 11, 2016 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
Community
IntelliJ IDEA Open API and Plugin Development
How to get "Watches" ContentImpl without anActionEvent.getData?
0 votes
Created
May 11, 2016 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.
Community
IntelliJ IDEA Open API and Plugin Development
Debugger Console View
0 votes
Created
May 11, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Debugger Console View
0 votes
Created
May 11, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Debugger Console View
0 votes
Created
May 13, 2016 12:24
This button:
Community
IntelliJ IDEA Open API and Plugin Development
Debugger Console View
0 votes
Created
May 13, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Debugger Console View
0 votes
Edited
May 13, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Debugger Console View
0 votes
Edited
May 16, 2016 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.
Community
IntelliJ IDEA Open API and Plugin Development
Debugger Console View
0 votes
«
First
‹
Previous
Next
›
Last
»