Python Forum
[split] Debugging scripts basics
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[split] Debugging scripts basics
#5
It looks to me like you set a breakpoint for line 134 in ADS1x15.py. But your traceback shows an error was thrown from line 133 of that file. So I suspect that line 134 was never reached.

Try setting a breakpoint before line 133.
Reply


Messages In This Thread
[split] Debugging scripts basics - by tultalk - Apr-24-2020, 03:03 PM
RE: [split] Debugging scripts basics - by Larz60+ - Apr-24-2020, 10:05 PM
RE: [split] Debugging scripts basics - by bowlofred - Apr-24-2020, 10:24 PM
RE: [split] Debugging scripts basics - by menator01 - Apr-25-2020, 01:02 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Learned Python Basics, what now? muzikman 20 6,419 Oct-11-2021, 01:34 AM
Last Post: Underscore
  PYserial basics? bako 10 5,389 Apr-26-2020, 09:15 PM
Last Post: bowlofred
  Debugging scripts basics bako 8 3,763 Apr-24-2020, 06:18 AM
Last Post: Larz60+
  Problem with basics Wraith2102 2 2,106 Jun-17-2019, 06:51 PM
Last Post: perfringo
  Dictionary Basics pythonjm 5 3,646 Nov-26-2018, 11:11 PM
Last Post: pythonjm
  What to do after learning python basics xyzabc12310000 1 2,913 May-20-2018, 11:43 PM
Last Post: micseydel

Forum Jump:

User Panel Messages

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