Thonny Tips - Using the Debugger

แชร์
ฝัง

ความคิดเห็น • 9

  • @1cookgs
    @1cookgs 4 หลายเดือนก่อน +1

    Excellent! Just what I needed. Thank you very much Chris.

  • @skf957
    @skf957 ปีที่แล้ว

    Thanks Chris, another good one!

  • @vladimirastrelin1719
    @vladimirastrelin1719 3 หลายเดือนก่อน

    Thanks! Great idea!

  • @jyvben1520
    @jyvben1520 ปีที่แล้ว +1

    Good to know, so a pc python webclient can get live data from picoW webserver,
    so all the variables ( with values retrieved from the picoW ) can then be seen in Thonny variables sidebar while debugging
    or having a long sleep/dummy input to let us look at the variables at the moment where it might be going wrong.
    and the webclient can do that for many picoW ...

  • @quaternion-pi
    @quaternion-pi ปีที่แล้ว

    Very helpful. If you are going to debug the code on the computer, VSCode seems to offer more robust debugging options than Thonny - but maybe I just like VSCode better. Thanks for the tips.

    • @MakingStuffwithChrisDeHut
      @MakingStuffwithChrisDeHut  ปีที่แล้ว +1

      I am sure VSCode is far more capable, but these nice features surprised me in Thonny which is promoted as a basic IDE. Cheers! Chris