Debugging test scripts
I am in the process writing a test script, and I have some errors in my code. Is there a way of getting the script to run in debug mode so I can step through the code,
The alternative I guess is writing out to the log file, but seems a bit long winded.
Cheers
Ian
The alternative I guess is writing out to the log file, but seems a bit long winded.
Cheers
Ian
This discussion has been closed.
Comments
Unfortunately you can't step through code - you need to write to the log file like you suggest.
- Neil
Red Gate Software Ltd
Cheers
Ian