How to enable debug mode


 Product(s):Exor Network Manager
 Version(s):All
 Environment:N\A
 Area:Core
 Subarea:N\A

How to enable debug mode

Steps to Accomplish

 

  1. In Exor change the product option ALLOWDEBUG to Y. Save changes.
  2.   Run following command from SQL as Highways owner
       exec nm_debug.debug_on;
  3. delete all records from nm_dbug table if there were any.
     
        delete from  nm_dbug;
        commit;

  

Note: To stop debugging please change the product option ALLOWDEBUG to N and save changes.

See Also

 

 Original Author:NT