|
|
Difference between Lite, Standard and Professional Version
| Auto Debug Feature |
Lite Version |
Standard Version |
Professional Version |
| API Trace |
Yes |
Yes |
Yes |
| Time stamp |
Yes |
Yes |
Yes |
| Debug Children Application |
No |
Yes |
Yes |
| Show Exception Information |
Yes |
Yes |
Yes |
| Show OutputdebugString |
Yes |
Yes |
Yes |
| Show CallStack |
Yes |
Yes |
Yes |
| Show GetLastError |
Yes |
Yes |
Yes |
| Support Extends MapFile |
No |
No |
Yes |
| Show CPU Register |
No |
No |
Yes |
| Support Remote DebugAgent |
No |
No |
Yes |
| Real-Time Remote DebugAgent Monitor |
No |
No |
Yes |
| Hard-Ware Breakpoint Plugin |
No |
No |
Yes |
| Analysis Standard PDB *1 |
No |
Yes |
Yes |
| Analysis PDB *2 |
No |
No |
Yes |
| Plugin |
Yes |
Yes |
Yes |
| Enhanced Plugin |
No |
No |
Yes |
| Source Code Level Monitor |
No |
No |
Yes |
*1 : Standard PDB means you have the source code and using VC to generate pdb files.
*2 : Analysis PDB means you can generate pdb without the application source code, you can found a sample
from pdbsample\comdlg32 path which can generate the comdlg32.dll's pdb file, and the Professional Version can using
this pdb file to monitor comdlg32.dll's exported APIs. (Standard Version can not using this pdb file) .
|