Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
Several CeDebugX commands generate files containing information from the debugging session. These files can be useful for investigation and analysis after a debugging session has ended.
Files generated by CeDebugX are stored in its working directory. By default, this is a subfolder in the System\Temp directory.
To view the working directory path, use the !getworkingpath command.
To change the working directory, use the !setworkingpath command.
To save all files in the working directory to a different location use the !save command.
The following table describes the commands that generate files.
Command |
File |
Description |
|---|---|---|
!xml |
<Session name>.xml |
Generates an XML file containing any positive diagnosis that has been made during the session; detailed information about all threads, processes, and modules running or loaded at break time; a list of sync objects currently blocking threads; and the current list of threads able to be run. |
!‍screenshot |
Screenshot.bmp |
Generates a .bmp with a screenshot of the device at break time. |