You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
To make it simpler to see the program output, the debug process must be not closed automatically after the program ends
Describe the solution you'd like
There must be an option to close the console automatically after the program ends (e.g. similar to Visual Studio) and it must be on by default
The text was updated successfully, but these errors were encountered:
* #590 : implementing functional test
* #620 : introducing out ref variable
* refactoring code - using out ref parameters
* warn if out variable is not assigned in the method
* [FIXED] ?. operator
* working on ide for linux
* [ADDED] #655 : new option to keep output terminal after the program ends
* [FIXED] retrieving a source for the reference modules
* [ADDED] auto-recompile option
* [FIXED] MTA : critical exception handler
* [FIXED] recent list - only 9 elements must be in the list
* [ADDED]#69 : GC statistics
* [ADDED] support project collection file
* [FIXED] nil cannot be returned for nil object - use default instead
* #650 : Calling a named constructor from an implicit default one
---------
Co-authored-by: Alex <[email protected]>
Is your feature request related to a problem? Please describe.
To make it simpler to see the program output, the debug process must be not closed automatically after the program ends
Describe the solution you'd like
There must be an option to close the console automatically after the program ends (e.g. similar to Visual Studio) and it must be on by default
The text was updated successfully, but these errors were encountered: