Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
Dev style is launching when running eclipse plugin junits
I’m trying to debug as junit plugin and and dev style is popping up like if I just started eclipse.
Is there a way that I can disable this for junits? I would even disable devStyle plugin but I can’t do that without getting rid of darkest dark theme. Please help
Hello @villaa19. There’s a System property you can use to disable the DevStyle Startup. You can try adding -Dgenuitec.disable.devstyle.startup=true to your VM Arguments.
Let us know any concern.
I tried both way and the only way it works is in the vm arguments once the junit has been run. I tried using it in the eclipse.ini and that doesn’t inhibit it like you said it would
Looks like using JUnit’s run configuration is the best way in this case (see screenshot). Looks like JUnit won’t read the arguments from eclipse.ini file, apologies.