Skip to content

To debug action code, developers must deploy the code to Vault and configure a usage for the action. When the configured action is invoked through Vault, execution passes to the debugger to allow developers to step through the code.

If you're developing or debugging an existing deployed action, the code in your debugger will override any deployed code, allowing developers to test changes to a deployed action. The class you're debugging must have the same package, class name, and annotation as the deployed code.