RE: VBScript debugger



Yes, I understand that the debugger must be running to show the variables. I
have set a break point but it does not stop there. F8 does not work. I
cannot add anything to the watch window.

i think what might be happening is that when I go to the "display the page
on the web" a pop-up window comes up about the information bar and it blocks
the execution of the rest of the page. I have tried and tried through the
help given with these windows/bars and through all of my internet security
settings to make that pop up window stop happening but nothing I do stops it.
i have completely turned off my norton anti-virus progam and the internet
security program and still the pop-up window comes. When the debugger brings
up the web page, it doesn't show the pop-up window so I cannot close it at
that point and I cannot proceed with the debugging to get to my break point.

Can you help me?

KarenLouise
--
KarenLouise


"jl5000" wrote:

> The watch window shows variable values only when you are running the
> function/sub where that variable is used, to trace a function/sub use F8, or
> you could place a breakpoint, next time that function is called it will stop
> there and you can go step by step (F8) and the values in the watch window
> will display
>
> "KarenLouise" wrote:
>
> > I can't get anything to appear in the various windows (running, watch, auto,
> > breaks, etc) when running the vbscript debugger in my Access page I am trying
> > to create. I want to watch variables like you do in the VB Code debugger
> > window, but when I highlight a variable and right click to add it to the
> > watch list the watch is dim (not available). Help tells me there should be a
> > programs option in the debug drop down menu, but there is not.
> > --
> > KarenLouise
.



Relevant Pages

  • RE: debugger IDE hangs when stepping with properties in watch wind
    ... Thanks - but as I'm typically changing context with each step (from one ... adding and then removing items from the watch ... window before each step isn't really very helpful - basically, ... > watch window, it will cost debugger much time to resolve these variables, ...
    (microsoft.public.vsnet.debugging)
  • Re: boost::variant and VC debugger
    ... As Jeff wrote, casting in the watch ... This solution seems to work ok-ish from the command window, ... One more question about the debugger ... ... (this is the reason why i declare a static string in SV() ...
    (microsoft.public.vc.language)
  • Re: Is it possible to see the vtable from within VC6?
    ... > In the debugger you can see it in the Watch window... ... What is the proper name? ...
    (microsoft.public.vc.mfc)
  • Re: AppleWin Debugger & AppleWin Ports
    ... I found the single-screen debugger constraining at first ... do what I needed within the window. ... the command line/docs are a little too obtuse for it ... debugger and set a breakpoint at $300, switch back to the emulator and CALL ...
    (comp.emulators.apple2)
  • Re: Application.screenupdating always True?
    ... Application.Screenupdating can have no effect while single stepping - each step releases control to the OS, which will refresh every application window - and it is, in effect, True at every breakpoint. ... It seems possible that the Watch Window might be reflecting this - if you set a break on change it does break, and then breaks again after the next statement so it seems as though it might be getting a little confused. ... I wrote a test routine that set Screenupdating to false and then retested it then back to true 100 times - no break occurred; the question is essentially: if someone else has code that sets screenupdating to false and looks at the value in the watch pane while single stepping, do they see the value become false? ... Instead I try to use the Range object ...
    (microsoft.public.word.vba.general)