[Tutor] Visual studio Code -Python

2019-02-17 Thread Asad
Hi All , I am using Visual Studio Code for Python . However I was using the debug option F5 i see it list the variables in my program neatly ,I set breakpoints it stops there but I am unable to preview each line of the execution of the code . Thanks, -- _

Re: [Tutor] Visual studio Code -Python

2019-02-17 Thread Mats Wichmann
On 2/17/19 1:50 AM, Asad wrote: > Hi All , > > I am using Visual Studio Code for Python . However I was using > the debug option F5 i see it list the variables in my program neatly ,I set > breakpoints it stops there but I am unable to preview each line of the > execution of the code