'Local' panel is not visible

Hi all,
I am using ‘Read Range’ activity in my project. On debugging ‘Local’ panel is not visible. Please help.

@musmanq,

`Locals’ panel gets activated while you are debugging the project. Press F11 key to start debugging and then you will be able to see the panel.

Hi @musmanq

From your screenshot, seems like debugging is ended, that’s why you can not see locals panel as it gets activated only during debug.

Follow below steps to see it:

  1. enable a breakpoint at any activity in your workflow by right clicking on that activity and selecting toggle breakpoint.

  2. start the debug

  3. now you will see that process has paused at breakpoint in debug mode, and in the left panel, you will see locals, watch, immediate panels showing up.

Hope this helps.

First of all thanks for your reply.
I am reading an excel sheet using ‘read range’ activity and want to see that ‘read range’ activity is working as desired by looking into ‘Local’ panel.
I have set a break point as suggested and started debugging. Please see screenshot attached herewith.


But I am not getting ‘Local’ panel as shown in the tutorial video screenshot as shown below-

@ashokkarale
Not visible even in debug mode. Is it due to Studio version difference?

@musmanq

On left side click on {x} then you would see local..similarly other icons will show immediate watch etc panels as well..

The names are replaced with symbols

Hope this helps

Cheers

1 Like

Hi @Anil_G ,
{x} worked. Thanks a lot to all of you for support.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.