Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The development plugin must The development tools component must be installed before you can use the development debug bar. This bar is located at the top of your page once a project is started and can be used to debug / inspect the running session.The debug bar contains a number of menu items which are described in the follow paragraphs.

...

Expand
titleRetrieve JSON Response In Chrome

When a flow is started, press F12 to start DevTools. Click Network, XHR. Press F5 to reload the current page. You will see something similar as below. Look for an entry that does a POST, and has a GUID as name. By clicking on it you get the JSON response.

 


Expand
titleRetrieve JSON Response in Firefox

Install the Firebug extension for Firefox. When a flow is started, press F12 to start FireBug. Click Network, XHR. To start clean, press Clear. Press F5 to reload the current page. You will see something similar as below. Look for an entry that does a POST, and has a GUID as name. By clicking on it you get the JSON response.

...


Recompose page

This menu will recompose the page. Combined with reload current project this will allow you to quickly test small changes to your model.

...

The profile explorer allows you to view and edit all current session data. By clicking on an entity, the values of all attributes are shown. Clicking on the  in the utmost right column will bring up a screen where the decision requirements graph is shown.

Profile Import/Export

...

This menu displays a live preview of the runtime log. After the pop-up for the live log is opened it will start displaying its log. The clear button will clear the live log

 


Info

This is the log file for the server that runs the project, when multiple users are logged in it contains the log for actions for all these users.

...

This menu will remove the debug bar.