12-20-2023, 09:56 PM
`$Console` and `_Dest _Console` just causes your program to write to standard-out and read from standard-in, it doesn't launch a terminal emulator. If you want to see the output of the process then you have to start a terminal and run the executable in it.
If you're running the program via the IDE and hitting F5, we don't launch your program inside of a terminal so you won't see the console output without running the executable yourself. Potentially we could give that as an option since it would be a bit handy, but currently it's not there.
If you're running the program via the IDE and hitting F5, we don't launch your program inside of a terminal so you won't see the console output without running the executable yourself. Potentially we could give that as an option since it would be a bit handy, but currently it's not there.