RE: [Pydev-code] Contribution: Launching from Run->Run... menu
Brought to you by:
fabioz
From: Bill W. <ww...@bb...> - 2004-03-29 18:27:24
|
The main difference between what I wrote and the context-menu run is in how it handles passing the name of the script to the interpreter. I do some trickery to build a command line like the interpreter wants and undo it to display on the config tab so I can use the standard launcher. I'm interested to see what you're doing with the debugger. This seems to be coming together nicely. My sourceforge ID is wrwright. Thanks, Bill -----Original Message----- From: pyd...@li... [mailto:pyd...@li...]On Behalf Of Aleks Totic Sent: Monday, March 29, 2004 12:57 PM To: pyd...@li... Cc: ww...@bb...; Dana Moore Subject: Re: [Pydev-code] Contribution: Launching from Run->Run... menu 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. ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Pydev-code mailing list Pyd...@li... https://lists.sourceforge.net/lists/listinfo/pydev-code |