Thundra APM
Search
⌃K

IntelliJ IDEA Plugin

This page is deprecated. You can check the active version from here.
Thundra Debugger on IntelliJ

Installation

  1. 1.
    Install the extension from the marketplace.
  2. 2.
    Sign up for Thundra and select the Thundra Debugger option to receive your authentication key. If you’ve already signed up, you can get your key from the Settings page. Learn how to get your authentication key.
  3. 3.
    Click on “Run - Edit Configurations” and then click the “Add” button to create a new configuration.
  4. 4.
    Select “Thundra Debugger” for the new configuration.
  5. 5.
    Set your authentication key to the variable “Authentication Token” on the configuration modal. Enter a name for this new profile and then save.
Thundra Debugger Configurations

How to use

  1. 1.
    Set a debugging point on your AWS Lambda function.
  2. 2.
    Select a profile from the Run Configurations drop-down menu.
  3. 3.
    Click on the “Debug” button to start a debugging session with the selected profile.
  4. 4.
    Now invoke your AWS Lambda function to hit on the debugging point.
  5. 5.
    The session ends when your AWS Lambda function times out. You can change the timeout value of your function to perform longer debugging sessions.

To manage your Thundra Debugger profiles:

  • Select “Run - Edit Configurations.”
  • Select a profile from the Run Configurations drop-down menu.
  • Click on “Thundra Debugger” and add a new configuration.
  • Enter a new name for the profile and save it.
  • Your saved profiles will be listed under “Run Configurations.”