run-configuration

how do I map a key in eclipse to run the project run configuration?

这一生的挚爱 提交于 2019-12-04 16:40:12
I created a new eclipse project with a new run configuration. This configuration is visible on the drop down menu for run configurations and has a 1 on it. How do I assign a Key to run exacty this configuration? The problem I have is, that I use eclipse to write scala, and the hotkey "Run as Scala" does only work if my editor has the file with the main class opened (WTF). On all other files I get the error message "Editor does not contain a main type" without any further information. So I created a run configuration, where I specified the Main file, but now I don't know how to start this

Breakpoints in WebStorm not hitting for JavaScript debugging

不羁的心 提交于 2019-12-04 02:02:41
I have the following configuration setup in WebStorm: When I click debug, it launches Chrome fine and navigates to the page, but my breakpoints never get hit. It's connected somehow though because I see all of the console.log() output in WebStorm. I'm trying to navigate to the URL specified in the screenshot and have breakpoints in main.js get hit, but it doesn't work as expected (see: at all). I'm not exactly sure what I'm missing. I've tried setting a remote URL for the specific main.js file in the Remote URLs section, but that didn't help either. For reference I run the application via bra

IntelliJ Tomcat Server plugin fails to auto-populate my empty external Tomcat `base` folder

蹲街弑〆低调 提交于 2019-12-01 11:41:23
When I point the Tomcat and TomEE Integration plugin in IntelliJ Ultimate 2017.2 via menu item Run > Edit Configurations to a fresh download of Tomcat 8.5.16, my Vaadin 8.1 app runs successfully. Good. But when I optionally point the configuration’s Server > Application Server > Configure button > Tomcat base directory to an empty folder, I get a message: Cant find directory 'Users/basilbourque/apache-tomcat-base-dev/conf' ➠ Must I create this conf folder? In contrast to IntelliJ, when I point NetBeans IDE to an empty folder when running Tomcat externally, it automatically populates the empty

Shortcut for selecting run configuration in Eclipse IDE

天涯浪子 提交于 2019-11-28 07:37:11
I have an Eclipse workspace with a bunch of projects. I manually created some run configurations for each project (it's necessary to pass some arguments to VM, so I can't just run it directly, e.g. using shortcut ALT + SHIFT + X , T in the specific file). Most of the time, I just use one run configuration (whereas for the first time I manually launch it using Run -> Run configurations -> (name) -> Run ). Since I configured Eclipse to always run the last run configuration (on F11 or CTRL + F11 ), it's usually enough. However, sometimes I need to switch to a different run configuration and then

Running multiple launch configurations at once

坚强是说给别人听的谎言 提交于 2019-11-26 16:36:54
I have several launch configurations in Eclipse each launching the same Java program but with different parameters. Now is it possible to run all of these at once (with one mouse click) instead of selecting each of it separately and launching it? anirvan I found this post on the Eclipse trackers: Start multiple debug configurations at once While it talks about multi-launching debug configurations, I think it is just as applicable to run configurations. You may want to right click a run configuration in group launch and configure it. Just install "C/C++ Development Tools" from the CDT (see

Running multiple launch configurations at once

允我心安 提交于 2019-11-26 04:52:07
问题 I have several launch configurations in Eclipse each launching the same Java program but with different parameters. Now is it possible to run all of these at once (with one mouse click) instead of selecting each of it separately and launching it? 回答1: I found this post on the Eclipse trackers: Start multiple debug configurations at once While it talks about multi-launching debug configurations, I think it is just as applicable to run configurations. You may want to right click a run