Python Forum
Basic experiment with the bdb module
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Basic experiment with the bdb module
#3
(Sep-09-2022, 10:23 PM)Larz60+ Wrote: and absolutely love the debugger that comes with the IDE
My goal here is to use the debugger to produce output in a special form instead of really debugging code. It is part of a small application where I use pseudo-python code to describe real-life procedures. I hope to specialize the bdb.Bdb class for this use case. I cannot use a IDE's debugger for this task, it is too rigid.
Larz60+ likes this post
Reply


Messages In This Thread
RE: Basic experiment with the bdb module - by Gribouillis - Sep-10-2022, 08:31 AM

Forum Jump:

User Panel Messages

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