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 ...
    • 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 ...
    • Live Inspector

      The live inspector is a useful tool for developers to debug parser scripts and monitor traffic to and from devices. To access the live inspector, go to the Device section, select the device, and then click on the Live Inspector tab. Start the live ...
    • Everynet LoRaWAN

      Learn here how to integrate the Everynet LoRaWANTM provider with TagoIO. Connecting the platforms 1. Generating an Authorization at TagoIO You will need to generate an Authorization at TagoIO so that it can be added into the Everynet integration ...
    • Using the Device Emulator

      If you want a quick way to send data to your applications, but you don't have your hardware device available at the moment, or you simply need to send data to debug your applications, you can do that very easily using the Device Emulator. To access ...