Re: [Pydev-code] Contribution: Launching from Run->Run... menu
Brought to you by:
fabioz
From: Aleks T. <a...@to...> - 2004-03-29 18:52:46
|
Bill Wright wrote: > 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 just simplified the command-line generation in the new code. It is all being done inside the PythonRunnerConfig. I think I understand what you are doing. You are probably doing another interpretation of PythonRunActionDelegate that works from inside the debugger context. That sounds like the right thing to do. > I'm interested to see what you're doing with the debugger. This seems to be > coming together nicely. The debugger is a big pain. Eclipse docs are very vague (their usage of getAdaptable drives me nuts), jpydbg is in release 0.5 and lacks documentation/features I need. The good news is that jpydbg author is pretty responsive. Right now I realized I'll need to have a deep understanding of bdb.py/pdb.py to get this stuff going properly. Aleks |