In VB.NET how to you clear out the text in the immediate (debug) Window?

Nathan

New member
It gets confusing when I make changes to my program and I'm note sure if the text I'm looking at was from before or after I made changes to the program I would like a way to allow the program code to clear out this window. I'm aware you can right-click the debug window but how can I automate this from program code
 
Back
Top