Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Desktop Recording

Status
Not open for further replies.
Nov 15, 2000
322
US
This isn't really a security question, but of all the Tek-Tips forums, I suspect that this is my best shot at finding someone with some information.

I have a user who is reporting an error to our Help Desk. I need to know the exact steps she's taking to get this error, but she doesn't know each click/button she's pressing.

What I'm looking for is a desktop recording tool that keeps a rolling time of recordings. So it always has the most recent 15 minutes (or whatever). Then if she gets the error, she can stop the recording, and I'll be able to replay her last activities.

Monkeylizard
Sometimes just a few hours of trial and error debugging can save minutes of reading manuals.
 
It's an Object or With Block variable error in a VB6 application. I'm completely unable to duplicate the error and I can't see what's wrong with the code. It all looks good to me.

The app gives the users the ability to switch between files. I suspect that this user is doing something in File B that is clearing a variable, then switching back to File A and doing something there that is expecting said variable. I know what she's doing in A, but I can't find what she's doing in File B.

Monkeylizard
Sometimes just a few hours of trial and error debugging can save minutes of reading manuals.
 
Can she reproduce the error at will? Have you tried standing behind her watching over her shoulder while she does it? There are also small key loggers that can go between the keyboard and computer (assuming it's not a laptop). That only catches keystrokes, but it may be better than nothing.


And there are programs to capture the whole session, mouse clicks and everything, but just watching her do it might be the easiest.
 
Is it too late in the development process to advise you to put error-handling in your code?
 
She can't reproduce it at will. It usually takes days or a couple of weeks before she stumbles on the error, so watching her is not an option.

It's not my code. It's a purchased app that I have parts of the source code for. I can read most of the app, but can't make any changes. The vendor can't help if I can't duplicate the error.

I thought about a key logger, but most of the app is mouse driven.


Monkeylizard
Sometimes just a few hours of trial and error debugging can save minutes of reading manuals.
 
If when the error occurs why doesn't she simply stop and then call you? Or take screen shots even? Recording all of her actions for weeks or days on end to troubleshoot a code issue seems a little fishy.
 
She does call me. I know exactly when the error is occuring, but I don't know what has occured prior to this to cause the error.

I suspect that some variables are being cleared by earlier steps and then are NULL when needed later during the action that is generating the error.

I need to replicate her steps in order to replicate the error. Once I can do that, the vendor will debug their code. But they can't fix what I can't make break.



Monkeylizard
Sometimes just a few hours of trial and error debugging can save minutes of reading manuals.
 
gotomeeting.com has a screen record capability. I use a ridiculously low priced tool ($40) called Screen Recorder Gold to record training videos.

Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports

"What version of URGENT!!! are you using?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top