Skip to content

Commit 29cb3c2

Browse files
committed
Add Live Debugger page to nav, move file
1 parent 266727c commit 29cb3c2

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

config/_default/menus/main.en.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -1062,6 +1062,11 @@ menu:
10621062
parent: ide_plugins
10631063
identifier: ide_plugins_visual_studio
10641064
weight: 703
1065+
- name: Live Debugger
1066+
url: developers/ide_plugins/live_debugger/
1067+
parent: ide_plugins
1068+
identifier: ide_plugins_debugger
1069+
weight: 704
10651070
- name: Community
10661071
url: developers/community/
10671072
parent: dev_tools

content/en/developers/ide_plugins/idea/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,4 +232,4 @@ If you don't wish to send this data to Datadog, you can opt out at any time in t
232232
[17]: https://www.datadoghq.com/legal/eula/
233233
[18]: /tests/
234234
[19]: /continuous_integration/
235-
[20]: /developers/ide_plugins/idea/live_debugger/
235+
[20]: /developers/ide_plugins/live_debugger/

content/en/developers/ide_plugins/idea/live_debugger.md renamed to content/en/developers/ide_plugins/live_debugger.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
---
2+
title: Live Debugger
3+
type: documentation
4+
products:
5+
- name: JetBrains IDEs
6+
url: /developers/ide_plugins/idea/
7+
icon: ide
28
further_reading:
39
- link: /dynamic_instrumentation/
410
tag: Documentation
511
text: Learn more about Dynamic Instrumentation
612
- link: "/integrations/guide/source-code-integration/"
713
tag: "Documentation"
814
text: "Learn about Source Code Integration."
9-
title: Live Debugger
10-
type: documentation
1115
---
16+
{{< product-availability >}}
17+
1218
## Overview
1319
The Live Debugger enables you to add temporary log statements to your runtime code to collect information for debugging. The log statements (also referred to as "log probes") are added dynamically, so there is no need to redeploy your code, allowing you to quickly resolve issues in a running system. The log probes can be edited or deleted at any time, and automatically expire after 60 minutes.
1420

0 commit comments

Comments
 (0)