I went to the Dabo Wiki under Requirements for Dabo pdb.
the path http://python.org/doc/2.4.1/lib/module-pdb.html is giving me an
ERROR 404: File Not Found.  I will type to find the new location and
update Dabo Wiki.

 I add the code:
   import pdb
   pdb.set_trace()

 to my test code Object:dButton1 Method:*OnHit

        Buttons = 3

 import pdb
 pdb.set_trace()

        self.Form.QuickButton1.Caption ="ORDER"
        self.Form.QuickButton1.FontBold = True
        self.Form.QuickButton1.refresh()
        self.Form.QuickButton2.Caption = "SHIPPING\nTest"
        self.Form.QuickButton2.FontBold = True
        self.Form.QuickButton2.refresh()
        self.Form.QuickButton3.Caption ="INVOICE"
        self.Form.QuickButton3.FontBold = True
        self.Form.QuickButton3.refresh()
        self.Form.QuickButton4.Visible = False
        self.Form.QuickButton5.Visible = False
        self.Form.QuickButton6.Visible = False
        self.Form.QuickButton7.Visible = False

I saved and ran my form and then pressed Button1. Nothing happened and I even 
selected
from my runtime program in the menu I selected the menu File-Debug Output 
Window. I am 
getting nothing from the pdb debugger.

How do I use the debugger?








_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to