Turner, George
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Turner, George created a post, AnsweredAdd -D command line options to Maven "Build module"
I am working with microprofile Quarkus, which by default, builds using native mode. To disable that so I can debug in IDEA, I need to add a -Dno-native option -
Turner, George created a post, AnsweredEdit Configuration dialog does not save setting upon Java version change for Remote debug
Pretty simple: I hit Apply/Close and re-open, and it is back to original: -
Turner, George created a post, Debug renderer not working
I have created a debug rendererfor a Calendar using the following expression: DateFormat.getDateTimeInstance().format(this.getTime())this works fine on my home system (64 bit JVM, Windows 7) but gi...