2

I saw this answer that was given two years ago, but all I'm seeing now in the Options window is this

Where would the "Run on external console" option be located?

Community
  • 1
  • 1
wrongusername
  • 18,564
  • 40
  • 130
  • 214

2 Answers2

4

The window you posted is the MonoDevelop preferences window.

What you need to do is right-click your project in the Solution Explorer (I believe that's what it's called), and select Options.

There, you'll see Run, with General underneath. On that page is the Run on external console option.

rossipedia
  • 56,800
  • 10
  • 90
  • 93
0

I am using MonoDevelop 7.1 build 1291 on Linux and I noticed that there are changes in menus. So if you want to disable Run on External console, first you need to open project options. right-click your project and click options. then you need to click Run -> Configurations -> Default. Run on External console option is in that page.

utarid
  • 1,642
  • 4
  • 24
  • 38