Jinbo Wang

Results 61 issues of Jinbo Wang

When using "import static" syntax to explicitly import static members, it should provide intellisense for static members. ![image](https://user-images.githubusercontent.com/14052197/185863874-19c620f0-88fc-40eb-8d42-80379ad7444a.png)

This issue is originally created by @alx1024 at https://github.com/microsoft/vscode-java-debug/issues/1071 > [provide a description of the issue] > > ##### Environment > * Operating System: Win 10 > * JDK version:...

### Discussed in https://github.com/microsoft/vscode-java-debug/discussions/1218 Originally posted by **fravemel-upvnet** September 12, 2022 First of all thanks, I use the debugger on daily bases, and I like it. It would be nice...

feature request
ux
stream

**Customer verbatim:** "the java debugger extentions sometimes gives errors but there is not any errors" "Sometimes it gets debugger errors" "Everything is good but when we run the code it...

"Ability to set exception breakpoint by name would be great. Caught / uncaught exception is not enough."

feature request
breakpoint

Current: ![image](https://user-images.githubusercontent.com/14052197/177711767-38043a3c-4854-49d0-be24-01e98f44988b.png) Expected: List `Thread [main]` only in the thread list.

feature request
ux

For example, allow to enable function breakpoint from the position where the function is defined.

ux
breakpoint

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

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