This website may use cookies. More info. That's Fine x
Welcome Login

Difference between design time, run time and break time


In software development:

Design time: prior to compile

Run time: after compile, while program is running

Break time: pausing the execution of code during the debugging process

 

 

Development modes:

In visual studio, the current mode is specified at the title bar.

In visual studio, the toolbar provides three buttons that let you change quickly from one mode to another.

vs-designrunbreak1

 

The availablity of these buttons is dependent on whether Visual Basic is in run-time mode, design-time mode, or break mode.

Lists the buttons available for different modes.

Mode             Toolbar buttons available

Design time Start
Run time Break, End
Break Continue, End (in break mode, the Start button becomes the Continue button)

 

For more information, see here.


Created on: Monday, October 15, 2012 by Andrew Sin