<br><br><div><span class="gmail_quote">On 8/13/07, <b class="gmail_sendername">king kikapu</b> <<a href="mailto:aboudouvas@panafonet.gr">aboudouvas@panafonet.gr</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>i am using Eclipse (Platform Runtime binary) with PyDev and i was<br>wondering if someone can help me with this:<br><br>1. I set breakpoints to a .py file and i have told Eclipse to open the<br>Debug perspective when it sees that some .py file(s) of my project
<br>indeed contains breakpoints. So, i press F9, Eclipse starts, Debug<br>perspective opens and i can use the debugger just fine. But when the<br>app terminates, how can i tell Eclipse to switch automatically to the<br>PyDev perspective and not remain in the Debug one ?
</blockquote><div><br>There's no currently no automatic' way to do this (but you can use Ctrl+F8 to iterate your perspectives, Ctrl+F7 for your views and Ctrl+F6 for your editors, so, it should be easy to go to wherever you want in the interface).
<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">2. Let's say we have a project that consists of some .py files. I want<br>
to press F9 when the editor displays anyone of these files but make<br>Eclipse to run the whole project (that has another .py as "default")<br>and not the script that i am currently working on, is that possible ??
</blockquote></div><br>You should do F9 in you current editor and then Ctrl+F11 to re-run the last run -- so, if you have a main file that you just ran in your project, you can probably just keep to Ctrl+F11 -- note that this behavior changed with Eclipse
3.3, but you can restore it: window > preferences > run/debug > launching > always launch the previously launched application.<br><br>Cheers,<br><br>Fabio<br>