![]() |
| ||
| Debug & Code Window Is Debug Window same as Code Window?? Code window--where we write the code. Debug window--???? |
| ||
| 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. |
| ||
| 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 |
| ||
| Re: Debug & Code Window debug window will be useful when u get some error in your program. |
| ||
| 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