[Pydev-users] [pydev - Users] RE: Extending pydev launch configuration
Brought to you by:
fabioz
|
From: SourceForge.net <no...@so...> - 2006-11-08 09:41:02
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4001480 By: fabioz It should not be difficult... take a look at the org.python.pydev.debug plugin (it is where the run configurations are defined). Basically, you should declare a org.eclipse.debug.core.launchConfigurationTypes and create a org.eclipse.debug.ui.launchShortcuts (take a look at the plugin.xml for an example on how to declare those... and then follow to the classes that make the actual launch... which are defined on those extension points). Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |