vscode-java-debug icon indicating copy to clipboard operation
vscode-java-debug copied to clipboard

Java Debugger for Visual Studio Code.

Results 181 vscode-java-debug issues
Sort by recently updated
recently updated
newest added

Whenever I try to run the spring application, VSCodium complains about org/eclipse/m2e/core/embedder/IMavenExecutionContextFactory and don't run, the application runs normally through java -jar applicationName ##### Environment - Operating System: Debian GNU/Linux...

needs more info

Ok, I boiled it down to this: ```java package vscode_bugged; public class VSCode_Bugged_Example_3 { public static void main(String[] args) { foo(tree_builder); } static public class Node { public T parent;...

bug
evaluation

Issue Type: Bug In a Maven project, creating a TableRowSorter breaks the Debug Console evaluator. Set a breakpoint at the indicated line in the source file. At the breakpoint, type...

evaluation

Hi, I have a similar problem with internal field initializer. ``` import java.util.*; public class RomanToInteger { public int romanToInt(String s) { var ri = new HashMap() {{ put('I', 1);...

bug
evaluation

Hi, It seems currently vscode-java-debug doesn't support a way to have different representations of a type during debug in inline view, "variables" and "watch" windows. ##### Environment - Operating System:...

feature request
variables

##### Environment - Operating System: Any - JDK version: Java8+ - Visual Studio Code version: 1.66.2 - Java extension version: v1.5.0 - Java Debugger extension version: v0.40.1 ##### Steps To...

feature request
breakpoint

[provide a description of the issue] ##### Environment 版本: 1.66.2 提交: dfd34e8260c270da74b5c2d86d61aee4b6d56977 日期: 2022-04-11T07:47:29.396Z Electron: 17.2.0 Chromium: 98.0.4758.109 Node.js: 16.13.0 V8: 9.8.177.11-electron.0 OS: Darwin arm64 21.3.0 JDK:11 ##### Steps To...

Issue Type: Bug Running latest version of VS CODE on a Win10 64bit platform, latest version of debugger extension. Extension version: 0.40.0 VS Code version: Code 1.66.1 (8dfae7a5cd50421d10cd99cb873990460525a898, 2022-04-06T14:50:12.141Z) OS...

needs more info

See https://github.com/redhat-developer/vscode-java/issues/2392 and https://github.com/redhat-developer/vscode-java/issues/2392#issuecomment-1090066575

bug
encoding

I am using Java to create a Tibco Rendezvous application, the event name used can have an asterisk (*) or a greater than (>) to indicate multicast. However whenever I...

bug
launch