

Select Debug, and then select Log Scripts.To stop the analysis, follow these steps: Select Debug, and then select Clear Profile.Select Debug, and then select Profile Scripts.Select Debug, select Log Scripts, and then specify a path for the Script.log file.
SCRIPT DEBUGGER SELECTION TO CLIPPINGS CODE
In the application, move to a location just before the section of code that you want to analyze. Start Microsoft Dynamics GP or Microsoft Business Solutions - Great Plains, and then sign in to the application. The product ID is typically set to zero for Microsoft Business Solutions - Great Plains, but the product ID can be the product ID of any product in the t file.

To enable the Dexterity Script Debugger in a live run-time environment, and to generate the Script log and the Script Profile log, follow these steps:Ĭhange the Dex.ini file by adding the following lines to the section.
SCRIPT DEBUGGER SELECTION TO CLIPPINGS HOW TO
How to enable the Dexterity Script Debugger The Script Profile log also lists the milliseconds each action took. The Script Profile log also lists the times the scripts were called and the times the tables were referenced. The Script Profile log (Profile.txt) lists all the scripts that are called and all the tables that are referenced.The scripts are shown in their hierarchy and with their parameters. The Script log (Script.log) shows all the scripts that are called.The Dexterity Script Debugger uses two methods to trace what is occurring in the code:

Additionally, the Dexsql.log file doesn't show access to the tables that aren't based on SQL Server, such as local temporary tables. However, the Dexsql.log file doesn't show the internal processing that occurs in the application. The Dexsql.log file shows all the communication between the application and the computer that is running Microsoft SQL Server. When you try to identify the cause of a bug or understand why some functions have slow performance, support teams typically request a Dexsql.log file. This article describes how to use the Dexterity Script Debugger to trace bugs and performance issues in Microsoft Dynamics GP and in Microsoft Business Solutions - Great Plains.Īpplies to: Microsoft Dynamics GP Original KB number: 910982 About the Dexterity Script Debugger
