03-28-2024, 01:20 AM
Can a command line input box similar to the one in LinqPad's output pane be added? This would be very convenient for general debugging purposes.
Command Line Input Box
|
03-28-2024, 01:20 AM
Can a command line input box similar to the one in LinqPad's output pane be added? This would be very convenient for general debugging purposes.
04-30-2024, 09:08 PM
I don't know if this helps but you can set the /*/ console true; /*/ to run it as a console app and it accepts Console.ReadLine().
04-30-2024, 10:11 PM
Thank you for your help. I'm doing it this way now,
but it's not intuitive enough and can be confusing for beginners. |
« Next Oldest | Next Newest »
|