Ask a Question

Local Panel isn't showing me the local variables available

SOLVED
rdsfernanda
Occasional Contributor

Local Panel isn't showing me the local variables available

Hi,

 

Please, does anybody can help me?

 

I need that my local panel show me the local variables available, but when start the execution of my code the panel doesn't show me anything.

 

I have a file in attachments, my code is Delphi... but I have tryed with VBScript and doesn't work too.

 

thanks 🙂

 

 

2 REPLIES 2
HKosova
SmartBear Alumni (Retired)

Hi Fernanda,

 

Your InicialTelnet procedure uses global variables and doesn't have any local variables. Local variables are defined like this:

 

procedure Test;
var LocalVar1, LocalVar2; // <------
begin
...
end;

The Locals list shows just the locals and not globals, that's why it's empty. To watch global variables, add them to the Watch List instead, or evaluate them in the "calculator" (Ctrl + F12).


Helen Kosova
SmartBear Documentation Team Lead
________________________
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
rdsfernanda
Occasional Contributor

Hi Helen, 

 

Thank you soo much for helping. My problem was solved.


Fernanda R.

cancel
Showing results for 
Search instead for 
Did you mean: