Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] TimeoutException in Step Debugging

Hi Igal,
It depends - you haven't provided much context to your problem, and the exception is way to generic to conclude the root cause from it.
 
It can be that you hit bug 94452 [1], where there is actually no timeout but debugger was interrupted.
Try 4.6 nightly build (or 4.6 M4) where this particular cause was eliminated.
 
But it can also be something with the application/environment itself, and you see real timeouts.
If this is still there please open a bug with steps to reproduce.
 
[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=94452
 
Kind regards,
Andrey Loskutov

http://google.com/+AndreyLoskutov
 
 
Gesendet: Freitag, 29. Januar 2016 um 06:42 Uhr
Von: "Igal @ Lucee.org" <igal@xxxxxxxxx>
An: eclipse-dev@xxxxxxxxxxx
Betreff: [eclipse-dev] TimeoutException in Step Debugging
Hi,

I consistently get an error while step debugging.  A modal message box pops up and says:

    org.eclipse.jdi.TimeoutException: Timeout occurred while waiting for packet NNNN.
    occurred creating step request.

Where NNNN is an integer that changes each time the error occurs.

A google search brings similar reports from 2005 (that's not a typo).

How can I resolve this?

Running Eclipse IDE for Java Developers version Kepler SR1 Build id: 20130919-0819
on Windows 7 Ultimate 64bit



Thank you,
 
--

Igal Sapir
Lucee Core Developer
Lucee.org

_______________________________________________ eclipse-dev mailing list eclipse-dev@xxxxxxxxxxx To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/eclipse-dev

Back to the top