Timeout period for debugger in Intelij Idea (OC4J) - intellij-idea

The problem is when debugging an application, the debugger stop after 30 second approx.
How can i configure this time out?
using Intellij Idea 12.0.1 and OC4J 101330

Have you tried a newer version of idea? Idea had some debugging problems http://youtrack.jetbrains.com/issue/IDEA-97389

Related

IntelliJ Remote Debug does not work at times

I am using IntelliJ for development and remote debugging of my OSGI code. Most of the time it works. However, at times I am facing the below issue.
IntelliJ connects and the code stops when running; however, I do not see any values at my breakpoint.
Once I could resolve this problem by removing a swap file. Another possibility is a slow resync between my memory and file values.
I restarted my OSGI service and it seems to have resolved the issue. Any details on the internals will be useful.

Runtime in console in Intellij IDEA

Is there anyway ti show the execution time in Intellij IDEA in the run console such as NetBeans?. I tried many options but didn`t get anything.
Thanks in advance

IDEA is using JRebel Debug, which is very confusing

The program collects data about 3-5s when it gets the parameter values
But using idea's own debug startup is fast
My IDEA version is 2020.1, and my JREBEL version is 2020.2.2
I searched for the cause of the problem, and someone said jdk version 1.8 localhost, and I tried to fix it, but that's not the problem I had
If you have any experience to help me, please feel free to say thank you

Garbled Intellij window in Windows 10

My Intellij IDEA window gets garbled from time to time (see attached) I'm running the program 64-bit on a new Windows 10 laptop. The Intellij IDEA is version 2016.1.3 and build #IU-145.1617.
Can someone point me towards a fix? Many thanks
It may be that some exception is thrown internally in IntelliJ IDEA or a plugin. You can check the log to see if that is the case. Use the menu item Help > Show Log in Explorer to locate it.

Application exits without notice/error when triggering a breakpoint

I just upgraded to the latest version of both MonoDevelop and MonoTouch and now whenever I try to hit a break point the simulator just exits. Nothing to the application output either. Anyone else seeing this?
You have a breakpoing in your startup path. iOS has a watchdog, and if you do not return from FinishedLaunching within 10 seconds it will kill your applicaiton.
I am seeing the same issue, using MonoTouch 5.3.6 (Alpha release) along with monodevelop 3.0.4.5. I am going to try and revert to a older version. My problem occurs if I have a breakpoint anywhere in the application.
Update
I tracked down the issue to TestFlight. I would experience very odd behavior debugging in the simulator, for instance any breakpoint in the application would cause the application to exit. Also timers and other things didn't work right. However doing a release in the simulator worked fine. I hope this information helps someone.