Forum Discussion

rushikesh's avatar
rushikesh
Contributor
7 years ago
Solved

Reading debug Info message is seen while running the script.

Hi,   I am getting "Reading debug Info" message when running the script.   However the message is not observed always.  Why such message comes.   any help appreciated. 
  • tristaanogre's avatar
    7 years ago

    Debug information is what TestComplete uses to gain visibility into certain objects, methods, and properties of your application.  I'm assuming your application is compiled in Delphi or similar language.  This, in other words, is normal.  It doesn't always show the dialog because you might not need to access the debug info for everything you do.  But once it has been loaded/read, it doesn't need to do so for that current test run.  If you close the application undertest and reopen it, TC may need to read the debug info again if required.

     

    See https://support.smartbear.com/testcomplete/docs/app-testing/open-apps/debug-info-agent.html