On 4/27/2012 3:36 PM, The_Rhythm wrote:
> can any one tell me ? What is Debugging in none break mode?
I guess it would be using Debug.Writes() to debug. It can send a message
to be outputted to the Output Windows of the IDE.
It's old-school debugging, which was being done well before MS VS came
along.
One would debug a program by writing text messages to a logfile to show
data, execution paths and just where in the program execution was
occurring, because there were no visual debuggers in the old days. You
would open the logfile with a text editor and view the messages.