[Pydev-users] Debug Error

2011-02-22 Thread Clayton Keller
When attempting to debug code I receive a dialog box indicating Error setting breakpoints with the following details: Error logged from Pydev Debug: org.eclipse.core.internal.dtree.NoDataDeltaNode cannot be cast to org.eclipse.core.internal.dtree.DataTreeNode I can run files without issue but

Re: [Pydev-users] Debug Error

2011-02-22 Thread Fabio Zadrozny
On Tue, Feb 22, 2011 at 12:14 PM, Clayton Keller inetad...@ruraltel.net wrote: When attempting to debug code I receive a dialog box indicating Error setting breakpoints with the following details: Error logged from Pydev Debug: org.eclipse.core.internal.dtree.NoDataDeltaNode cannot be cast to

Re: [Pydev-users] Debug Error

2011-02-22 Thread Clayton Keller
On 02/22/2011 11:24 AM, Fabio Zadrozny wrote: Hi Clayton, From the traceback, it seems it's a bug in Eclipse. I've reported it at: https://bugs.eclipse.org/bugs/show_bug.cgi?id=337866 (please add your own observations on how to reproduce the bug there). Cheers, Fabio Thanks, I'll create