Jinbo Wang

Results 334 comments of Jinbo Wang
trafficstars

> Instead it is breaking in the platform Executor class where no breakpoints are defined This seems to be a problem with the source mapping rather than the breakpoint. The...

@LeducNic I cannot reproduce it. See the screenshot below: https://github.com/microsoft/vscode-java-debug/assets/14052197/e4d4139d-f996-47df-b32a-c7b2551c7f45

> I don't use any project manager (like Maven) for my Java code. @LeducNic thanks for the information. The screenshot I shared is based on a gradle project, which delegates...

> Thanks. Do you know if it is possible to use javac to compile the source when running/debugging with no build tools? This requires a change in the infrastructure to...

@jcrben Thanks for bringing up the concern. The original features in this Lombok extension, such as Lombok annotation compilation support, have been moved to the RedHat Java extension. In that...

You can take a look at "Run to Cursor" feature, which is very similar to your want.

Do you install Microsoft "Gradle for Java" extension? And what's the setting for "java.gradle.buildServer.enabled"?

> So I think the documentation should more clearly state that you need a JRE, not a JDK, for java 8. That's not true. It supports using a JDK 1.8...

This fix is fine for me, but I have one concern. It would result in a fresh import and affect the project import speed. Before we determine to apply this...