Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions config/_default/menus/main.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6407,11 +6407,6 @@ menu:
parent: ide_plugins_idea
identifier: ide_plugins_idea_logs
weight: 103
- name: Live Debugger
url: ide_plugins/idea/live_debugger/
parent: ide_plugins_idea
identifier: ide_plugins_idea_debugger
weight: 104
- name: VS Code & Cursor
url: ide_plugins/vscode/
parent: ide_plugins
Expand All @@ -6437,11 +6432,6 @@ menu:
parent: ide_plugins_vscode
identifier: ide_plugins_vscode_exception_replay
weight: 104
- name: Live Debugger
url: ide_plugins/vscode/live_debugger/
parent: ide_plugins_vscode
identifier: ide_plugins_vscode_live_debugger
weight: 105
- name: Observability Pipelines
url: observability_pipelines/
pre: pipelines
Expand Down
17 changes: 1 addition & 16 deletions content/en/ide_plugins/idea/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ further_reading:
- link: "/logs/explorer/"
tag: "Documentation"
text: "Learn more about Logs"
- link: "/tracing/live_debugger/"
tag: "Documentation"
text: "Learn more about Live Debugger"
- link: "/security/code_security/"
tag: "Documentation"
text: "Learn more about Code Security"
Expand All @@ -28,7 +25,7 @@ cascade:

## Overview

The Datadog plugin for JetBrains IDEs helps improve software performance by providing code insights in the IDE based on real-time observability data. The plugin is for developers that use Datadog products including [Code Security][24], [Error Tracking][25], [Logs][23], and [Live Debugger][20] to monitor their services. It is available for IntelliJ IDEA, GoLand, PyCharm, RubyMine, WebStorm, and PhpStorm.
The Datadog plugin for JetBrains IDEs helps improve software performance by providing code insights in the IDE based on real-time observability data. The plugin is for developers that use Datadog products including [Code Security][24], [Error Tracking][25], and [Logs][23] to monitor their services. It is available for IntelliJ IDEA, GoLand, PyCharm, RubyMine, WebStorm, and PhpStorm.

{{< img src="/ide_plugins/idea/overview1.png" alt="The Datadog tool window open in IDEA" style="width:100%;" >}}

Expand Down Expand Up @@ -109,16 +106,6 @@ The [**Logs**][23] integration detects log lines in your source code, displays l

Find out more in the [Logs][23] sub-section.

### Live Debugger

<div class="alert alert-info">This feature is in limited support.</div>

The [**Live Debugger**][20] enables you to add logpoints—auto-expiring, non-breaking breakpoints—to your runtime code to collect information for debugging.

{{< img src="/ide_plugins/idea/live_debugger/tool-window-tab-v2.png" alt="The Live Debugger tab" style="width:100%;" >}}

Find out more in the [Live Debugger][20] sub-section.

### Code Origin for Spans

<div class="alert alert-info">This feature is in limited support.</div>
Expand Down Expand Up @@ -186,8 +173,6 @@ You can give feedback in the [discussion forum][1], or send an e-mail to [team-i
[17]: https://www.datadoghq.com/legal/eula/
[18]: /tests/
[19]: /continuous_integration/
[20]: /ide_plugins/idea/live_debugger/
[21]: /tracing/live_debugger/
[22]: /tracing/code_origin?tab=java
[23]: /ide_plugins/idea/logs/
[24]: /ide_plugins/idea/code_security/
Expand Down
121 changes: 0 additions & 121 deletions content/en/ide_plugins/idea/live_debugger.md

This file was deleted.

13 changes: 0 additions & 13 deletions content/en/ide_plugins/vscode/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ The extension includes these features:

- [**Exception Replay**](#exception-replay): Debug your production code.

- [**Live Debugger**](#live-debugger): Add non-breaking logpoints to running services to capture runtime data without redeploying.

<div class="alert alert-info">Unless stated otherwise, all extension features are available for both VS Code and any other IDEs based on VS Code forks, such as Cursor.</div>

## Requirements
Expand Down Expand Up @@ -168,16 +166,6 @@ Find out more in the [Logs][20] sub-section.

Find out more in the [Exception Replay][22] sub-section.

### Live Debugger

<div class="alert alert-info">This feature is in limited support.</div>

The **Live Debugger** lets you add logpoints—auto-expiring, non-breaking breakpoints—to your running services to capture runtime data for debugging without redeploying your code.

{{< img src="/ide_plugins/vscode/live_debugger_overview.mp4" alt="Overview of the Datadog Live Debugger activity" style="width:100%" video=true >}}

Find out more in the [Live Debugger][23] sub-section.

## Data and telemetry

Datadog collects certain information about your usage of this IDE, including how you interact with it, whether errors occurred while using it, what caused those errors, and user identifiers in accordance with the [Datadog Privacy Policy][13] and Datadog's [VS Code extension EULA][12]. This data is used to help improve the extension's performance and features, including transitions to and from the extension and the applicable Datadog login page for accessing the Services.
Expand Down Expand Up @@ -217,4 +205,3 @@ Read the [End-User License Agreement][12] carefully before downloading or using
[20]: /ide_plugins/vscode/logs/
[21]: /ide_plugins/vscode/code_insights/
[22]: /ide_plugins/vscode/exception_replay/
[23]: /ide_plugins/vscode/live_debugger/
Loading
Loading