Debugging your app

During the development of your app, you will probably experience multiple issues with your app and/or API. Therefore, you will need to use Integromat DevTool and/or console in order to debug your app. Continue below in order to learn how!

Basics of debugging

You can easily debug your app using Integromat DevTool or Chrome DevTool's console. Learn how to use Integromat DevTool or Chrome DevTool's console below.

pageIntegromat DevTool

Debugging of pagination in list/search module

When the GET endpoint, which you are using, supports pagination, you need to make sure the module uses it correctly. Learn how you can test if your pagination works correctly below.

pageDebugging of pagination in list/search modules

Debugging RPC

Make apps platform has a tool for testing the behavior of your RPCs. Thanks to this tool, testing of RPCs is easy. Learn, how to test your RPCs below.

pageDebugging RPC

Debugging of custom IML functions

Implementing a custom IML function might get complicated, therefore, you will need to learn, how to effectively debug your custom IML functions. Learn how below.

pageDebugging of Custom IML Functions

Last updated