Latest Dynatrace
With Live Debugger, you can redirect Live Debugger application output to your own IDE environment. Currently, Dynatrace supports Visual Studio Code and the JetBrains suite.
Open the Dynatrace Session Configuration panel by clicking on the extension’s icon in the left-hand gutter of the IDE.
From the session configuration panel:
Add a Live Debugging breakpoint. Right-click next to a line number to add a Live Debugging breakpoint. The breakpoint will be applied to instances matching the filters you configured in step 5, within the environment selected in step 4.
View data. When your breakpoints are triggered, data will stream into the Snapshots panel. Select a snapshot to see local variables, stack trace, process information, and tracing data.
Session Configuration All session configuration options can be accessed via the Snapshots panel at the bottom of the IDE. Open the panel and hover on the header to see the configuration options.
Breakpoints To add a breakpoint, right-click on the line of code where you'd like to get live debugging data.
You can interact with your breakpoints directly from the code (right-click on the breakpoint icon)
All Live Debugging data for the session will appear in the Dynatrace Snapshots panel.
Session Configuration All session configuration options can be accessed via the header of the Observability for Developers panel at the bottom of the IDE. Open the panel and hover over the header to see the configuration options.
Breakpoints To add a breakpoint, select the line of code where you want to receive live debugging data, and then choose Live Debugging Breakpoint.
You can interact with your breakpoints directly from the code. Select the breakpoint icon to open the Breakpoint editor.
Select More in the Breakpoint editor to access advanced editing options and to view all breakpoints in this session.
All Live Debugging data for the session is displayed in the Observability for Developers panel.