Conversation
Contributor
timsee
commented
Sep 18, 2026
| - `loops`: The route parameter hardcoded to `5` | ||
| - `myString`: A string `"Hello, world!"` | ||
| - `mySequence`: An array of integers `[1, 2, 3]` | ||
| - `mySequence`: An array of integers `[1, 2, 3, 4]` |
Contributor
Author
There was a problem hiding this comment.
such a small nit, but the agents are annoyed: we reference mySequence[3] but then give a len == 3 sequence so thats an out of bounds.
timsee
commented
Sep 18, 2026
| | `@duration` | Provides access to the method call execution duration, as a floating-point value in milliseconds. | | ||
| | `@exception`| Provides access to the exception thrown within the method (only available if an uncaught exception exists). | | ||
| | `@it` | Provides access to the current element during collection iteration. Used in predicates for list operations. | | ||
| | `@key` | Provides access to the current key during dictionary iteration. Used in predicates for dictionary operations. | |
Contributor
Author
There was a problem hiding this comment.
this was never fully completed, so we currently reject them in all [maybe most?] cases
timsee
commented
Sep 18, 2026
| After a logpoint is created, modified, or re-activated, it can take a couple of minutes to instrument the code and begin capturing log events. **Note**: If the selected code is not executed or the logpoint condition(s) are not met, then no log events are generated. | ||
| After a logpoint is created, modified, or re-activated, it can take a couple of minutes to instrument the code and begin capturing log events. If no useful data appears, check that: | ||
|
|
||
| - The selected service and environment are receiving traffic that executes the instrumented code. |
Contributor
Author
There was a problem hiding this comment.
is this too much? i kind of think it is... but also think nothing is too little?
tylfin
reviewed
Sep 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do? What is the motivation?
We've had a lot of product decisions around live debugger and dynamic instrumentation, but havent formalized them in external docs. Changes in here are mainly around:
Five English documentation pages only. The scrubbing page moves under Live Debugger with redirects from its old URLs. Simulator code and test changes are deferred.
Merge readiness
AI assistance
AI-assisted drafting, implementation checks, and automated validation.
Additional notes