debug.writeline() output

  • Thread starter Thread starter John A Grandy
  • Start date Start date
J

John A Grandy

while stepping through code i'd like to dynamically see the output of my
debug.writeline() statements as they are executed ...

but the debug > windows > immediate doesn't show it
 
hi Rob, and thanks for the response.

but the Output window is only available during Debug mode, correct?

isn't there a way to just do immediate evaluation of code, line-by-line ?
similar to what we had in VB6 ?
 
when u r stepping through the code u press Ctrl+Alt+I and write the
expressions on the immeditae window starting with question marks and press
enter will display results. Doesnt this help ?
 
i'd prefer not to have to go into debug mode, which sometimes is incredibly
slow to startup.
 
Back
Top