Skip to content

Commit 2f8cf32

Browse files
Merge branch 'main' into feature/support-string-cp-splitting
2 parents 0ae563c + 799f165 commit 2f8cf32

File tree

3 files changed

+3
-13
lines changed

3 files changed

+3
-13
lines changed

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ All notable changes to the "vscode-java-debugger" extension will be documented i
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## 0.58.5 - 2025-12-17
8-
### Added
9-
- Support custom debug java agent. [#1593](https://github.com/microsoft/vscode-java-debug/pull/1593).
10-
7+
## 0.58.5 - 2026-01-06
118
### Fixed
129
- Fix `lspFrame.source.path` is null. [java-debug#618](https://github.com/microsoft/java-debug/pull/618).
1310

bundled/agents/debug.agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: An expert Java debugging assistant that uses hypothesis-driven debugging to find root causes systematically
3-
tools: ['execute/getTerminalOutput', 'execute/runInTerminal', 'read/problems', 'read/readFile', 'read/terminalLastCommand', 'search', 'runCommands/getTerminalOutput', 'runCommands/runInTerminal', 'problems', 'vscjava.vscode-java-debug/debugJavaApplication', 'vscjava.vscode-java-debug/setJavaBreakpoint', 'vscjava.vscode-java-debug/debugStepOperation', 'vscjava.vscode-java-debug/getDebugVariables', 'vscjava.vscode-java-debug/getDebugStackTrace', 'vscjava.vscode-java-debug/evaluateDebugExpression', 'vscjava.vscode-java-debug/getDebugThreads', 'vscjava.vscode-java-debug/getThreadDump', 'vscjava.vscode-java-debug/removeJavaBreakpoints', 'vscjava.vscode-java-debug/stopDebugSession', 'vscjava.vscode-java-debug/getDebugSessionInfo']
3+
tools: ['execute/getTerminalOutput', 'execute/runInTerminal', 'read/problems', 'read/readFile', 'read/terminalLastCommand', 'search', 'vscjava.vscode-java-debug/debugJavaApplication', 'vscjava.vscode-java-debug/setJavaBreakpoint', 'vscjava.vscode-java-debug/debugStepOperation', 'vscjava.vscode-java-debug/getDebugVariables', 'vscjava.vscode-java-debug/getDebugStackTrace', 'vscjava.vscode-java-debug/evaluateDebugExpression', 'vscjava.vscode-java-debug/getDebugThreads', 'vscjava.vscode-java-debug/removeJavaBreakpoints', 'vscjava.vscode-java-debug/stopDebugSession', 'vscjava.vscode-java-debug/getDebugSessionInfo']
44
---
55

66
# Java Debugging Agent

package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1331,13 +1331,6 @@
13311331
"required": []
13321332
}
13331333
}
1334-
],
1335-
"chatAgents": [
1336-
{
1337-
"name": "JavaDebug",
1338-
"path": "./bundled/agents/debug.agent.md",
1339-
"description": "Custome Agent for debugging Java applications."
1340-
}
13411334
]
13421335
},
13431336
"scripts": {
@@ -1374,4 +1367,4 @@
13741367
"vscode-languageserver-types": "3.16.0",
13751368
"vscode-tas-client": "^0.1.84"
13761369
}
1377-
}
1370+
}

0 commit comments

Comments
 (0)