stoppable timers?

Hello.

Sorry, this is a cross-post from the jpda forum, but as i had no anwser in weeks i had to try here too.

Here is the description of my problematic:

For one of my projects, swash, ( https://swash.dev.java.net ) which is an animation package for swing, i am confronted to problems during debugging.

Animations are time dependent and any breakpoint makes the debugging harder due to time flying continuously.

I went to jdk irc channels and Dalibor pointed me to the forward and backward capability of timers that can be probed within jvmti. None of us could find a way to set timers at certain time, stop them during breakpoints.

Is that possible?

Thank you for any idea.

[723 byte] By [frederic-pepe-barachanta] at [2007-11-27 2:55:22]
# 1
I do not think this is possible with jvmti or jpda. Because it uses the system clock and jvmti orjpda has no control to stop the clock.If you are java.millisec then you may be possible by setting the system time.
swamyva at 2007-7-12 3:32:04 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...