
This post is the first of a new style of blog post. The idea is to publish the response to a question that I have been asked as a “Quick Tip” so that others can benefit from the information. Over time we should end up with a few real gems of information… You never know, I could present 50 of them in a 50 minute session at a conference…. No wait … Mark already did that.
How can I change the Script Debugger Context to work on my dictionary?
The Dexterity Script Debugger is enabled using the ScriptDebugger=TRUE Dex.ini setting. Once Microsoft Dynamics GP is restarted, the Debug menu will be displayed. By default the Script Debugger runs in the context of the core Dynamics.dic (Product 0). This means when selecting scripts using the Open Script window, it will show the resources and scripts from the Dynamics.dic dictionary (assuming the dictionary was compiled with the Compile with Debug Information enabled and includes source code).
I hope you find this Quick Tip handy.
David

Read the original here:
Quick Tip: Changing Dexterity Script Debugger Context