Jinbo Wang

Results 326 comments of Jinbo Wang
trafficstars

This is involved with the vscode experience, oops. I'd suggest to move it to vscode repository for further discussion.

In current behavior, the run/debug button on editor bar is supposed to context aware. It will try to resolve main method from current active file. If it doesn't exist, then...

Cannot reproduce it with spring-petclinic on my machine, and switch between browser and vscode, the breakpoint is hit immediately. Hard to tell what's the problem from the short screencast, could...

@Tospaa Thanks for the additional information. macOS works fine, but I was able to reproduce it on Windows. I maximized my VS Code window, then switched to the browser and...

The upstream issue is https://github.com/microsoft/vscode/issues/137772

The latest VS Code 1.67 version introduces a new setting [`debug.autoExpandLazyVariables`](https://code.visualstudio.com/updates/v1_67#_autoexpand-lazy-variables) to allow you to expand the variable toString value by default. Could you have a try to see if...

From this error, i cannot tell what's wrong. Would you mind sharing some sample project to reproduce the issue? Also it helps if there is some video to show how...

does it still reproduce in the latest VS Code?

@roblourens thanks to triage the issue to Java debugger side. I will take a look at this new capability.

@brunoborges could you provide a sample project to help reproduce this issue? i'm trying to understand the purpose of the fix...