Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python debuggers
#7
Visual Studio Code is certainly very powerful, thanks for recommending it. There certainly are deeper layers of variables, both locals and globals, and then variables within variables. One can easily get bogged down. Will it be easier to drive if I simply watch a few variables ? Probably. For example I get the message:

Error:
'NavigableString' object has no attribute 'children'
caused by

print(tag.children.name)
so I need to inspect "tag". Is it an object, a class, a variable ??
Reply


Messages In This Thread
Python debuggers - by jehoshua - Jul-04-2023, 10:51 PM
RE: Python debuggers - by snippsat - Jul-05-2023, 04:30 PM
RE: Python debuggers - by jehoshua - Jul-07-2023, 12:40 AM
RE: Python debuggers - by deanhystad - Jul-07-2023, 03:37 AM
RE: Python debuggers - by jehoshua - Jul-07-2023, 04:38 AM
RE: Python debuggers - by deanhystad - Jul-07-2023, 11:48 AM
RE: Python debuggers - by jehoshua - Jul-10-2023, 10:57 PM
RE: Python debuggers - by snippsat - Jul-11-2023, 02:16 PM
RE: Python debuggers - by jehoshua - Jul-20-2023, 07:48 AM

Forum Jump:

User Panel Messages

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