Questions tagged [run-configuration]

Run configurations enable a user of an IDE such as IntelliJ or Eclipse to save repeatable actions performed within the IDE. They can be viewed as a macro, but with the limitation of only using functionality recognized by the specific IDE it is created in.

158 questions
0
votes
1 answer

Run configuration start external program in rider

I am new to using Rider. Currently, I am working with JetBrains Rider 2020.3.2 (osx). Until recently I was using Visual Studio for Mac and there I had the possibility as run configuration to have for example the following setup (see image): Project…
0
votes
0 answers

Eclipse keybindings. Setting up a shortcut for executing a specific run configuration

I'm trying to setup a key binding in Eclipse to directly execute a background Java file. My file is called CodeChecker.java and it's sufficient for my purposes to run the main method without any arguments. I need to run it repeatedly and so I'm…
Robb Hoff
  • 1,719
  • 2
  • 17
  • 32
0
votes
0 answers

Xdebug - PhpStorm breaks on other process, but not the original run configuration

I've had Xdebug set up and working properly in the past, but seem to have a real problem getting it to work consistently. This is a WordPress/WooCommerce install and I'm simply trying to load the homepage with some search query parameters so that I…
fudge
  • 189
  • 1
  • 6
  • 18
0
votes
1 answer

Using path variable in intellij maven run configuration

I'm trying to set up and share maven run configurations in my team and I have this problem. Every team member has different project path. I would like to use path variable in order to define working directory for maven run config. Looks like…
0
votes
1 answer

PyCharm Run/Debug configuration, do I really need one per file/tab?

I just got started with python and Im using PyCharm Build #PC-201.8743.11. I have 2 files in my project and Im using the Pipenv interpreter. Each file has its own working Run/Debug configuration. Whats driving me mad is that if I switch file/tab I…
Sahand
  • 3
  • 2
0
votes
1 answer

Cplex find infeasible solution

I am doing an MIP code in Cplex. The problem has feasible solution but CPLEX solution is not feasible. And, it does not show any relaxation but it relaxes capacity constraints 1 and 2. I think it relates to run configuration but I do not know what…
0
votes
0 answers

IntelliJ prevent two run configurations to run at the same time

I have two run configurations that start the same spring application. The difference is that one start some other run configurations and then start spring app and the other start only spring app. Now I can start both of them but I would like to stop…
Matjaz
  • 468
  • 5
  • 21
0
votes
0 answers

An issue with the run configuration

I have an issue with the Eclipse. When I choose Generic MPICH2.... and local the option to choose connection is unclickable.
Chen
  • 35
  • 5
0
votes
1 answer

IntelliJ - Spring Boot Runconfiguration with Angular Frontend

I'm trying to cofigure a runconfiguration with IntelliJ where I can build my Angular application to the src/main/resources/public folder and then start the Spring Boot application serving the frontend and backend in one click. I used a Spring Boot…
mrdlink
  • 266
  • 4
  • 15
0
votes
0 answers

Scala Play Framework: Disable Browser Launch on localhost:9000 for Run Configuration

I feel like this should be simple but I can't find the answer anywhere. I'm trying to disable Play Framework from launching a browser window on localhost:9000 when using a run configuration in Intellij when using sbt Task for the run…
0
votes
2 answers

File content as PyCharm run configuration parameters

I'm trying to launch may main Python script with some arguments listed in a txt file (config.txt). Because parameters change almost every launch and I dont want to type them every time. They are not literally a "config" but I didn't find the…
Jérémy
  • 1,790
  • 1
  • 24
  • 40
0
votes
0 answers

Add external configuration in "Run As" menu

I have created an external configuration to run my program, and now to run it I have to click on "Run" menu on the top ->External Tools -> my configuration. I was wondering if there's a way to avoid this and run this configuration directly from the…
Usr
  • 2,628
  • 10
  • 51
  • 91
0
votes
2 answers

Eclipse How to create new run configuration with commands

I'm working on an Eclipse microprofile application, and I would like to create a run configuration that executes these 3 commands in order: mvn clean package mvn package java -jar target/myApp.jar How can I do this? I have this: Where and how can…
Usr
  • 2,628
  • 10
  • 51
  • 91
0
votes
1 answer

Can I use QBS for creating user defined run configuration files?

I am building a program in QT that is going to need a user definable run configuration file, similar to .vimrc. In short, it will need to define what keypresses are responsible for basic commands in a curses like interface. I have not quite decided…
Anon
  • 2,267
  • 3
  • 34
  • 51
0
votes
2 answers

Phone doesnt show up in eclipse eventhough adb is working

ive got a slight problem with Eclipse. For some reason i cant find my device in the run configurations. USB Debugging is enabled on the phone and even the logcat output when the phone is attached in eclipse works, however i cant find the phone. If i…
robs
  • 649
  • 4
  • 13
  • 28