Toolbar
The toolbar in the Policy Modeling Debugger has various commands.
Debug unsubmitted interview values checkbox
The Debug unsubmitted interview values checkbox, when selected, allows you to debug behavior that occurs on an interview screen before the screen is submitted. For more information, see Debug Unsubmitted Interview Values.
Language drop-down list
The language drop-down list is used to change the language used for the debug session. By default, this is set to the project language for the project, for example, English (American). For more information, see Test the Interview In Different Languages.
Reset button
The Reset button is used to restart the Debugger and clear all existing session data and the interview state. By default, all session data is retained when the Debugger is closed and then reopened. For more information, see Clear Data In a Debug Session.
Menu button
The menu button accesses the following options:
- Import - Used to import saved data from:
- A data set (.xds or .xml) file. For more information, see Reload a Debug Session.
- A batch REST request (.json) file. For more information, see Import Batch REST Cases Into the Debugger.
- A checkpoint (.cpz) file. For more information, see Load Checkpoints Into a Debug Session.
- Export as Batch REST request - Used to export a debug session as a JSON file which contains the body of a request that can be sent to the Batch Assess REST API. For more information, see Export Debug Session as Batch Assess REST API Request.
- Export as Test Case - Used to export the input data directly into a new testing document. For more information, seeCreate Input Data In the Debugger.
- Export as XML - Used to save the baseline data so that it can be reloaded in future testing. For more information, see Save a Debug Session.
- Export Form Data For <name of form> - Used to export the data in the session so that it can be loaded into the form template and the form can be previewed with that data. If the form is an entity-level form and data exists for multiple entity instances, you will need to select which entity instance to export the form data for. For more information, see Generate the real data.
- Developer tools - Used to open the Chrome DevTools browser window for the debugging of the web page. For more information, see Test an interview.