Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Variable Explorer in spyder
#1
Hello,

I don't know if there are many spyder users here: but i want to ask :
I have made a small program in python, but i don't understand, why the variable explorer does not
show my variables in the explorer .
(is it because they are in a function, but are the variables then not viewable in a function ???)

Is this not possible, or is there something wrong with this ?

Please do let me know you ideas ...

Many thanks in advance

Attached Files

Thumbnail(s)
   
Reply
#2
Because all your variables are local ones (which are removed outside the function).

Use debug mode + breakpoints to verify it (ctrl + f5)
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Rename files in a folder named using windows explorer hitoxman 3 766 Aug-02-2023, 04:08 PM
Last Post: deanhystad
  File explorer DPaul 9 2,199 Aug-05-2022, 06:00 AM
Last Post: DPaul
  Spyder Quirk? global variable does not increment when function called in console rrace001 1 2,243 Sep-18-2020, 02:50 PM
Last Post: deanhystad
  Odd behavior when starting Explorer.exe malonn 2 2,089 Sep-14-2020, 07:45 PM
Last Post: malonn
  Renaming explorer files in order? stroudie2 2 2,907 Mar-03-2019, 12:41 AM
Last Post: stroudie2
  Looking through files in explorer in order? stroudie2 0 1,726 Mar-02-2019, 11:06 AM
Last Post: stroudie2
  Spyder hides middle array values in variable explorer window davidqvist 0 2,404 Aug-03-2018, 11:04 AM
Last Post: davidqvist
  python variable issues - using spyder and opencv Afrodizzyjack 5 5,836 Jun-19-2018, 09:46 AM
Last Post: gontajones
  Spyder IDE - make variable explorer to follow the color scheme of the Editor Antonio 0 5,464 May-05-2018, 10:20 PM
Last Post: Antonio

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020