![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am debugging some code that is a loop. I would like to display a browse at one point if singlestepping is on. How can I do this? Checking set("step") does not do it. The output of set step on ? set("step") is "OFF"! Sincerely, Gene Wirchenko |
#3
| |||
| |||
|
|
The only thing that jumps right to mind is setting a public variable when in debug mode and checking for that. <shrug |
#4
| |||
| |||
|
|
Dan Freeman wrote: The only thing that jumps right to mind is setting a public variable when in debug mode and checking for that. <shrug how about looking for the window name "debug"? |
#5
| |||
| |||
|
|
Oooh. Good idea! Hey Gene: WEXIST("TRACE") seems to work! |
#6
| |||
| |||
|
|
On Mon, 12 Sep 2005 16:01:03 GMT, "Dan Freeman" <spam (AT) microsoft (DOT) com wrote: Oooh. Good idea! Hey Gene: WEXIST("TRACE") seems to work! Yup, after set step on to turn on the debugger. Oddly, set debug on does not work. I thought it would. |
#7
| |||
| |||
|
|
On Mon, 12 Sep 2005 16:01:03 GMT, "Dan Freeman" <spam (AT) microsoft (DOT) com wrote: Oooh. Good idea! Hey Gene: WEXIST("TRACE") seems to work! Yup, after set step on to turn on the debugger. Oddly, set debug on does not work. I thought it would. [snip] Sincerely, Gene Wirchenko |
#8
| |||
| |||
|
|
On Mon, 12 Sep 2005 16:01:03 GMT, "Dan Freeman" <spam (AT) microsoft (DOT) com wrote: Oooh. Good idea! Hey Gene: WEXIST("TRACE") seems to work! Yup, after set step on to turn on the debugger. Oddly, set debug on does not work. I thought it would. [snip] Sincerely, Gene Wirchenko |
#9
| |||
| |||
|
|
Just "DEBUG" will open the window. |
![]() |
| Thread Tools | |
| Display Modes | |
| |