jr348
4 years agoContributor
Is it possible to check whether debug mode is enabled while running a test?
We're having problems with particular applications and would like to take additional desktop screenshots if debug mode is active.
Is it possible to find out the state of the debug button while running a test?
The Runner object seemed the obvious place but it does not have any properties related to this.
Actually, you can access Debug status this way
https://support.smartbear.com/testcomplete/docs/reference/program-objects/dbgservices/options.html
You can also enable or disable Visualizer inside a test
https://support.smartbear.com/testcomplete/docs/testing-with/visualizer/enabling-and-disabling.html