Turner, George
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created Add -D command line options to Maven "Build module"
AnsweredI 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 -
Created Edit Configuration dialog does not save setting upon Java version change for Remote debug
AnsweredPretty simple: I hit Apply/Close and re-open, and it is back to original: -
Created 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...