Skip to content

Commit 95efd4b

Browse files
authored
Rename Debug with Bits to Bits Live Debugger (#37649)
Update page title, navigation, and references for the feature rename. Adds an alias from the old URL so existing links keep working.
1 parent 2344dc7 commit 95efd4b

3 files changed

Lines changed: 14 additions & 12 deletions

File tree

config/_default/menus/main.en.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4699,9 +4699,9 @@ menu:
46994699
identifier: live_debugger
47004700
parent: tracing
47014701
weight: 12
4702-
- name: Debug with Bits
4703-
url: tracing/live_debugger/debug-with-bits/
4704-
identifier: live_debugger_debug_with_bits
4702+
- name: Bits Live Debugger
4703+
url: tracing/live_debugger/bits-live-debugger/
4704+
identifier: live_debugger_bits_live_debugger
47054705
parent: live_debugger
47064706
weight: 1
47074707
- name: Error Tracking

content/en/tracing/live_debugger/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ Live Debugger data might contain sensitive information, especially when using th
148148
1. Use the built-in [sensitive data scrubbing][1] mechanisms.
149149
2. Use [Sensitive Data Scanner][17] to identify and redact sensitive information based on regular expressions.
150150

151-
### Debug with Bits
151+
### Bits Live Debugger
152152

153-
[Debug with Bits][23] lets you investigate a running service by describing the issue in plain language. Bits Code handles logpoint placement, captures variable snapshots, and helps interpret the results.
153+
[Bits Live Debugger][23] lets you investigate a running service by describing the issue in plain language. Bits Code handles logpoint placement, captures variable snapshots, and helps interpret the results.
154154

155155
## Impact on performance and billing
156156

@@ -195,4 +195,4 @@ The following constraints apply to Live Debugger usage and configuration:
195195
[20]: /tracing/code_origin
196196
[21]: /account_management/rbac/permissions#apm
197197
[22]: /tracing/trace_collection/automatic_instrumentation/dd_libraries/go
198-
[23]: /tracing/live_debugger/debug-with-bits/
198+
[23]: /tracing/live_debugger/bits-live-debugger/

content/en/tracing/live_debugger/debug-with-bits.md renamed to content/en/tracing/live_debugger/bits-live-debugger.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
2-
title: Debug with Bits
2+
title: Bits Live Debugger
33
description: Use Bits Code to create and manage Live Debugger sessions through a conversational interface.
4+
aliases:
5+
- /tracing/live_debugger/debug-with-bits/
46
further_reading:
57
- link: "/bits_ai/bits_ai_dev_agent/"
68
tag: "Documentation"
@@ -14,22 +16,22 @@ further_reading:
1416
---
1517

1618
{{< beta-callout url="https://www.datadoghq.com/product-preview/debug-with-bits/" >}}
17-
Debug with Bits is in Preview. Request access to join the waiting list.
19+
Bits Live Debugger is in Preview. Request access to join the waiting list.
1820
{{< /beta-callout >}}
1921

2022
## Overview
2123

22-
Debug with Bits brings a conversational interface to Live Debugger for investigating running services through natural language. Describe what you want to investigate, and Bits places logpoints, retrieves variable snapshots, and interprets results. After Bits identifies a root cause, it can suggest code fixes.
24+
Bits Live Debugger brings a conversational interface to Live Debugger for investigating running services through natural language. Describe what you want to investigate, and Bits places logpoints, retrieves variable snapshots, and interprets results. After Bits identifies a root cause, it can suggest code fixes.
2325

2426
All debugging activity runs through [Live Debugger][1], so the same [permissions][2], rate limits, auto-expiry behavior, and [sensitive data scrubbing][3] apply.
2527

2628
<div class="alert alert-info">
27-
Debug with Bits uses <a href="/bits_ai/bits_ai_dev_agent/">Bits Code</a>, which may impact billing.
29+
Bits Live Debugger uses <a href="/bits_ai/bits_ai_dev_agent/">Bits Code</a>, which may impact billing.
2830
</div>
2931

3032
## Prerequisites
3133

32-
Before using Debug with Bits:
34+
Before using Bits Live Debugger:
3335

3436
- [Live Debugger][1] must be enabled for the target service. See [Requirements and setup][7] for details.
3537
- Your account must have the [permissions][2] required to use Live Debugger, including read, write, and variable-capture permissions for the target environment.
@@ -53,7 +55,7 @@ Logpoints created by Bits follow the same rules as manually created logpoints. T
5355
## Start a debugging session
5456

5557
1. Go to [Live Debugger][4] in Datadog.
56-
1. In the Debug with Bits chatbox, describe the issue you want to investigate. Select the target service and environment before submitting the prompt.
58+
1. In the Bits Live Debugger chatbox, describe the issue you want to investigate. Select the target service and environment before submitting the prompt.
5759

5860
Bits then works through the investigation automatically:
5961
- It analyzes relevant code paths in the connected source code repository and may ask follow-up questions to form a hypothesis.

0 commit comments

Comments
 (0)