Skip to content

Commit 3ba4b85

Browse files
authored
Add Live Debugger IDE page reference (#30076)
* Add Live Debugger IDE page reference * Add further reading page link
1 parent 22ce77d commit 3ba4b85

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

content/en/tracing/live_debugger/_index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ further_reading:
77
- link: "/dynamic_instrumentation/expression-language/"
88
tag: "Documentation"
99
text: "Dynamic Instrumentation Expression Language"
10+
- link: "/developers/ide_plugins/idea/live_debugger/"
11+
tag: "Documentation"
12+
text: "Live Debugger for JetBrains IDEs"
1013
- link: "/dynamic_instrumentation/sensitive-data-scrubbing/"
1114
tag: "Documentation"
1215
text: "Sensitive Data Scrubbing"
@@ -82,6 +85,8 @@ When you enable or disable Live Debugger, the same action applies to Dynamic Ins
8285

8386
## Using Live Debugger
8487

88+
<div class="alert alert-info">Try using Live Debugger from your JetBrains IDE! <a href="/developers/ide_plugins/idea/live_debugger/">Click here</a> to learn more.</div>
89+
8590
### Creating and using a Debug Session
8691

8792
Debug Sessions let you inspect your code at runtime with auto-expiring logpoints. To create and use a Debug Session:
@@ -158,4 +163,4 @@ The following constraints apply to Live Debugger usage and configuration:
158163
[19]: /dynamic_instrumentation/#create-a-logs-index
159164
[20]: /integrations/guide/source-code-integration/
160165
[21]: https://app.datadoghq.com/account/billing
161-
[22]: https://app.datadoghq.com/apm/traces
166+
[22]: https://app.datadoghq.com/apm/traces

0 commit comments

Comments
 (0)