Thread overview | ||||||||
---|---|---|---|---|---|---|---|---|
|
February 02, 2015 Visual D prematurely closes the console | ||||
---|---|---|---|---|
| ||||
Hi. Visual D are settings in the project parameter Subsystem mode Console and command line with output still closes prematurely. How to make the command line was not closed prematurely without using system("pause")? |
February 02, 2015 Re: Visual D prematurely closes the console | ||||
---|---|---|---|---|
| ||||
Posted in reply to Dennis Ritchie | On 02/02/2015 01:51 PM, Dennis Ritchie wrote: > Hi. > > Visual D are settings in the project parameter Subsystem mode > Console and command line with output still closes prematurely. > > How to make the command line was not closed prematurely without > using system("pause")? I think the answer is the same as Visual C++: http://stackoverflow.com/questions/454681/how-to-keep-the-console-window-open-in-visual-c Ali |
February 02, 2015 Re: Visual D prematurely closes the console | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ali Çehreli | On Monday, 2 February 2015 at 22:14:36 UTC, Ali Çehreli wrote: > http://stackoverflow.com/questions/454681/how-to-keep-the-console-window-open-in-visual-c Not helped: http://i.imgur.com/4EG84YK.png |
February 02, 2015 Re: Visual D prematurely closes the console | ||||
---|---|---|---|---|
| ||||
Posted in reply to Dennis Ritchie | On Monday, 2 February 2015 at 22:58:06 UTC, Dennis Ritchie wrote:
> On Monday, 2 February 2015 at 22:14:36 UTC, Ali Çehreli wrote:
>> http://stackoverflow.com/questions/454681/how-to-keep-the-console-window-open-in-visual-c
>
> Not helped:
> http://i.imgur.com/4EG84YK.png
Use monoD do a hello world ,you will get the answer.
|
February 02, 2015 Re: Visual D prematurely closes the console | ||||
---|---|---|---|---|
| ||||
Posted in reply to FrankLike | On Monday, 2 February 2015 at 23:08:13 UTC, FrankLike wrote:
> Use monoD do a hello world ,you will get the answer.
And Mono-D good debugger?
|
February 03, 2015 Re: Visual D prematurely closes the console | ||||
---|---|---|---|---|
| ||||
Posted in reply to Dennis Ritchie | I found the right option! http://imgur.com/KfkuBZi |
Copyright © 1999-2021 by the D Language Foundation