Does WL6 support Console.WriteLine() and Console.Readline() in its native environment? I am able to insert these functions in my code and compile without error, but these commands are not being executed when I run the program.
I'm looking for a simple way to pause the program to assist with debugging, without setting up in Visual C# IDE. Any other suggestions put a break in code that can be continued from keyboard.
Size:
Color:
No, they are not. You can pause with
Input but I wonder how would that pausing help you with debugging?
Size:
Color:
Trying to see if I can figure out where I can pause before I get a run-time error.
Size:
Color:
Size:
Color: