When trying to use rpdb2 directly, the debugger stops execution at:

Source lines for thread 2248 from file
'C:\Python24\Lib\site-packages\wx-2.6-msw
-unicode\wx\_core.py':

       7146      def MainLoop(*args, **kwargs):
       7147          """
       7148          MainLoop(self) -> int
       7149
       7150          Execute the main GUI loop, the function doesn't
n...
       7151          all top level windows have been closed and
destro...
       7152          """
 *>    7153          return _core_.PyApp_MainLoop(*args, **kwargs)

And if I try to continue it breaks:

> n
Exception in thread Thread-1:
Traceback (most recent call last):
  File "C:\Python24\lib\threading.py", line 442, in __bootstrap
    self.run()
  File "C:\Python24\Lib\site-packages\rpdb2.py", line 5723, in run
    self.cmdloop()
  File "C:\Python24\lib\cmd.py", line 142, in cmdloop
    stop = self.onecmd(line)
  File "C:\Python24\lib\cmd.py", line 219, in onecmd
    return func(arg)
  File "C:\Python24\Lib\site-packages\rpdb2.py", line 5986, in do_next
    self.m_session_manager.request_next()
  File "C:\Python24\Lib\site-packages\rpdb2.py", line 555, in
request_next
    return self.__smi.request_next()
  File "C:\Python24\Lib\site-packages\rpdb2.py", line 5371, in
request_next
    self.getSession().getProxy().request_next()
  File "C:\Python24\lib\xmlrpclib.py", line 1096, in __call__
    return self.__send(self.__name, args)
  File "C:\Python24\Lib\site-packages\rpdb2.py", line 4539, in __request
    raise e
DebuggerNotBroken

No windows gets shown.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Ed Leafe
Sent: 19. juni 2006 14:28
To: Dabo Users list
Subject: Re: [dabo-users] Winpdb not showing local variables

On Jun 19, 2006, at 7:43 AM, Simen Haugen wrote:

> I have tried both running from launch, and launching from the cli.
>
> Are there other debuggers I can use with dabo? I've tried using  
> eclipse
> with pydev, but that just crashes the dabo application.

        Which version of Winpdb are you using? I have 1.0.6 installed on
my  
Mac, and it shows the AppWizard-generated app's local variable names  
just fine.

        As far as other debuggers, I don't know too much. We incorporate
the  
regular Python pdb module into our dabo.trace() call, so if you're  
comfortable with pdb, you can use that. But as far as visual  
debuggers, Winpdb is the only one I've played with.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to