I use RubyMine and its remote debugger. At a breakpoint I want to make an IMAP request so it take a long time. But I get an exception "Timeout: evaluation took longer than 10 seconds."
I tried to increase debug connection timeout in Settings->Debugger. But obviously this trick didn't work.
So is it possible to increase evaluation expresion timeout in RubyMine debugger?