Console for Debug

Console for Debug

Use the console to monitor the variables and status of your script. You can see any error or text generated by “console.log”. This console is a very good debug tool.


  1. Console Screen: Any error or response to a “context.log” will show up here;
  2. Clear Console: it will clear everything that is showed in your console screen

Learn more about Analysis.


    • Related Articles

    • Payload Parser - Context & global variables

      If you are going to create your own parser, you need to understand how context works. When you start writing your own Payload Parser, you can use certain globals variables in your code. Think of these global variables as variables that you can access ...
    • Everynet LoRaWAN

      This tutorial provides a step-by-step guide to integrate Everynet LoRaWAN with the TagoIO Platform. By following these instructions, you will enable uplink and downlink operations, allowing data exchange between your LoRaWAN devices and the TagoIO ...
    • Compose Widget

      The compose widget allows you to add pins to images and videos. You can change the colors, values, and icons for each pin. This widget also accepts features like metadata and groups, that can be set in your variable data. Creating your own To add the ...
    • Devices

      Device is the link between your external things and the data in your account. To allow anything to send or receive data from TagoIO, you need to create a device. The communication between external devices and TagoIO is done via HTTP or MQTT methods ...
    • Defining Actions

      Actions are initiated based on specific conditions and can execute a variety of tasks. The first step in configuring an Action is to specify the desired action. Below are the different types of actions available: Push Notification to myself This ...