Threads debugging

  Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic! Mail us feedback on this topic!  

Threads debugging can be turned on by adding the following key to the appSettings section of your web.config file:

 

<add key="CMSDebugThreads" value="true"/>

 

When the key is added, the Threads Debug tab is displayed in Site Manager -> Administration -> System. Here you can see a table listing threads currently running in the background.

 

The following information is displayed for each thread:

 

Calling context / URL - displays the name of the class, method and URL of the page from where the thread was raised
Thread ID - ID of the thread
Status - status of the thread
Start time - date and time when the thread was started
Duration - time period for how long the thread has been running

 

You can use the Run testing thread button to launch a testing thread in order to verify that threads debugging works correctly.

 

devguide_clip0006

 

Page url: http://devnet.kentico.com/docs/5_0/devguide/index.html?threads_debugging.htm