I am practising IronPython coding in SharpDevelop 4.2 but I have problems with debugging. In the Locals Window I can't find my variables. In a simple script like this...
a=5
b=3
c=8
print c
raw_input('')
where in the Locals window can I find the values of a, b and c? Because Locals window is full of information, can I make it presenting only my variables and objects?