|
|
Debug Agent
Debug agent is the Auto Debug Professional's Agent. It's a remote debug agent. Debug Agent is a simple Auto Debug software, it can load a
config file and auto run the target application, auto recorder application trace,
and auto save the trace to file. So that you can debug your application
on your custom PC. You can know what had happened on your customers
PC and fixed your application bugs.
How It's Work
- Step One:
- Run "Auto Debug" On your PC.
Launch your Application with Auto Debug.
Setting your breakpoints by Auto Debug.to c:\a.tcf.
- Step Two:
- Make an ini file as the sample a.ini.
[Env]
; the trace config file which created by Step 1.
TCIFile=c:\a.tcf
; display name
DisplayText=Notepad
; your application on the target PC, must be existed
ExeFile=c:\windows\system32\notepad.exe
; your application running param
Param=
; your application running path
Path=
; trace result save file
LogFile=c:\b.dsf
; auto save time (minute)
AutoSave=2
- Step Three:
-
Copy DebugAgent.exe, a.tcf, a.ini to your customer PC.
Run DebugAgent.exe on your customer PC.
Select File - Load Config File menu to load a.ini file.
Click Run button to launch your Application on customer PC.
DebugAgent will work on your customer PC,
and auto save the trace result as well as Auto Debug.
After your Application's bug appeared. Copy c:\b.dsf which define in a.ini to your PC.
Run Auto Debug On your PC and Select File - Open Log File to select b.dsf.
Analysis the log file, you maybe know what had happened on your customer PC.
Are you fixed your bugs now? if isn't, please re-start Step One now.
|