DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/)
-   Visual Basic 4 / 5 / 6 (http://www.daniweb.com/forums/forum4.html)
-   -   Debug & Code Window (http://www.daniweb.com/forums/thread117461.html)

Yogesh Sharma Apr 4th, 2008 2:25 pm
Debug & Code Window
 
Is Debug Window same as Code Window??

Code window--where we write the code.
Debug window--????

techtix Apr 4th, 2008 7:18 pm
Re: Debug & Code Window
 
No. The debug window is technically called the Immediate Window. Open it by pressing CTRL-G or you can find it in the menus as well.

choudhuryshouvi Apr 5th, 2008 1:03 am
Re: Debug & Code Window
 
you can use the debug window to check whether an expression or any operation for which you have written code is working or not.

whether you are getting correct result which supposed to be or not. make sure you have created some breakpoints in your code before trying this.

regards
Shouvik

Jx_Man Apr 5th, 2008 1:43 am
Re: Debug & Code Window
 
debug window will be useful when u get some error in your program.

cometburn Apr 5th, 2008 3:43 am
Re: Debug & Code Window
 
You will know a variables value on the immediate window simply by typing...

?myVariable

after pressing enter, the value of the variable will appear below


All times are GMT -4. The time now is 7:29 pm.

Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC