2012/1/17 Steve <[email protected]>: > I'd like to get some clarification on what specific issues will be
Me too ;) Actually this matter has not yet been discussed within the "development team". Regarding v2.2, the next step is to freeze the v2.1 repository and really switch to maintenance mode (we have introduced more features than we should have done since v2.1.0: this is not improving stability...). Then we may begin to work on v2.2. So we will have to discuss the priorities depending on what we can do (availability/skills) and on what we want to do. Anyway, I think that our motivation is always a combination of what we like to do and of what we need individually. So we'll see if someone will take care of debugging features or not. > addressed with regards to debugging in 2.2. Will there be a break > point widget? Execution Stack widget? What will debugging look like > when 2.2 is done? > > I was looking through some spyder code the other day and saw the > function open_in_spyder() that extracts the __file__ variable from a > module. Is there any chance that under some circumstances __file__ > could be all lower case? Maybe that's somehow the cause of issues > #612 and #634? Just a random idea I thought I would throw out there. No, this function is only used for a Spyder console (InternalShell) embedded into a Qt application:. Thanks to this function, we can link the console to the Spyder main window from which it was executed. More precisely, when clicking on a traceback link within an embedded Spyder's console, it opens the corresponding file at the right line number within Spyder's editor. -Pierre > -- > You received this message because you are subscribed to the Google Groups > "spyder" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/spyderlib?hl=en. > -- You received this message because you are subscribed to the Google Groups "spyder" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/spyderlib?hl=en.
