MB3-700 · Question #37
Which two files are created when using the Dexterity Script Debugger? (Each correct answer presents a complete solution. Choose two)
The correct answer is B. Profile.txt D. Script.log. The Dexterity Script Debugger uses two methods to trace what is occurring in the code: The Script log (Script.log) shows all the scripts that are called. The scripts are shown in their hierarchy and with their parameters. The Script Profile log (Profile.txt) lists all the…
Question
Which two files are created when using the Dexterity Script Debugger? (Each correct answer presents a complete solution. Choose two)
Options
- ADex.ini
- BProfile.txt
- CDexsql.log
- DScript.log
How the community answered
(33 responses)- A15% (5)
- B79% (26)
- C6% (2)
Explanation
The Dexterity Script Debugger uses two methods to trace what is occurring in the code: The Script log (Script.log) shows all the scripts that are called. The scripts are shown in their hierarchy and with their parameters. The Script Profile log (Profile.txt) lists all the scripts that are called and all the tables that are tables were referenced. The Script Profile log also lists the milliseconds each action took.
Topics
Community Discussion
No community discussion yet for this question.