Re: [Pydev-code] Contribution: Launching from Run->Run... menu
Brought to you by:
fabioz
From: Aleks T. <a...@to...> - 2004-03-29 17:59:43
|
Sounds good. I've had that running when I started working on the debugger, but for the release I turned it off because I did not have a real framework yet. Then I wanted to turn it back on, and I forgot how. Thanks for doing this. I've been doing some more work on the debugger. I've checked in my latest round of changes. Right now, the "Run..." option works as it used to. The "Debug..." option launches the program under jpydbg and you can't do anything with it. I hope to have some better communication between jpydbg & pydev this week. I think that the context of the 2 panes can be unified, since I started off that way. I'll look at your classes after the checkin to see how it can be done. I'll add you to the developers. What's your slashdot id? Aleks Bill Wright wrote: > Hi Pydev guys. > > As I think Dana mentioned elsewhere, I've been working on running python > apps using the Run entry under the Eclipse Run menu. This supplements the > current Run action and behaves more like a Java configuration. CTRL-F11 > runs the last config, etc. I've attached a picture of the config type to > give you an idea what I'm talking about. On the left, there is a new run > configuration called "Python" and I've made one run config called "Hello > config" The tabbed pane looks a lot like the one on the Python->Run context > menu, but is different code because it doesn't have the location context. > There is probably some refactoring that could unify the panels, but I wanted > to do this initial cut without modifying other code. > > The code consists of two new java files and some additions to the debug > plugin's plugin.xml. What's the procedure for contributing? I'd also like > to be added as a developer to pydev. |