[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-xnee] Query while using Cnee
From: |
Henrik Sandklef |
Subject: |
Re: [Bug-xnee] Query while using Cnee |
Date: |
Fri, 26 Jul 2019 12:39:20 +0200 |
User-agent: |
Roundcube Webmail/1.2.3 |
Hello
Thanks for your email. I do not have time to maintain Xnee anymore but
will do my best.
On 2019-07-25 05:54, Gupta05, Megha wrote:
In the above case, there is a possibility that my application might
crash at some point. Is it possible using my replay to understand
which mouse or keyboard event could not be performed.
Interesting but no. Pause/resume is not implemented during replay -
which might have been useful in your case.
I will think about this.
Or is it possible to include some print statements in my '.xnl' files
so that I get to know till where was the script executed.
A cumbersome solution for you would be to:
1. replay half the file
2. if no errors, add half of the remaining file, goto 1
3. if errors, remove half the file, goto 1
.... Sort of :) .. you get the idea.