| Product(s): | Exor Network Manager | |
| Version(s): | All | |
| Environment: | N\A | |
| Area: | Core | |
| Subarea: | N\A | |
How to enable debug mode
Steps to Accomplish
-
In Exor change the product option ALLOWDEBUG to Y. Save changes.
-
Run following command from SQL as Highways owner
exec nm_debug.debug_on;
-
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
