Profiler not support in debug mode

USERGUEST

Member
How to run report profiler ?
I try to run a procedure with the option of report to profiler, but
the system says "profiler not supported in begud mode".
 
The profiler gathers timing information, which is not possible in debug mode. You will have to run your Test Script in normal mode (F8) instead of debug mode (F9).
 
Back
Top