Make DevTool
With Make DevTool you can debug your Make scenarios by adding an extra pane to the Chrome Developer Tools. Using this new debugger pane, you can check all the manual runs of your scenarios, review all the performed operations, and see the details of every API call performed. Additionally, with Make DevTools you can see which module, operation, or response caused an error in your scenario. This helps you debug your scenario and get your scenario back on track.
Install Make DevTool
To install Make DevTool:
Open the Chrome Web Store and search for Make DevTool to install the extension.
Click the Add to Chrome button. Confirm in the pop-up window that opens.
Make DevTool is now installed in the Chrome Developer Tools pane.
Use Make DevTool
To start using Make DevTool, open a scenario in Make, press Control+Shift+I or F12 (Windows) or Command+Option+I (Mac) on your keyboard to open Chrome Developer Tools, and switch to the Make tab.
We recommend docking the Chrome Developer Console to the bottom to maintain a better view of your modules.

There are three main modules accessible in the left side of the docked console - Live Stream, Scenario Debugger, and Tools.

Last updated