How to start a project with command line arguments (switches) after creation in Monodevelop?

How to start a project with command line arguments (switches) after creation in Monodevelop?

+4
source share
2 answers

Go to Project -> Options -> General -> Custom Commands, as here

Mondevelop run with command line argument

+3
source

Run the project using the menu item "Run → Run from → User Parameters" or set the parameters in the project parameters (section "Run").

+3
source

Source: https://habr.com/ru/post/1301435/


All Articles