Thank you. I wasn't aware but Eclipse does allow you to specify a current working directory. And that worked.
I was also confused about running the env together with Eclipse, but they can all work together quite well. For others with similar interest: Simply go into project properties in Eclipse. Add your virtualenv to Pydev interpreters list and select that one as the default interpreter. In my case selecting all libraries available simply worked with RBTools development. On Wed, Mar 20, 2013 at 12:11 PM, Matthew Woehlke <[email protected]>wrote: > On 2013-03-20 10:13, Kudrettin Güleryüz wrote: > >> I may be wrong but I feel like both suggestions are kind of inconvenient >> in >> my case. I was hoping to debug the script in eclipse where I make changes >> in pydev. I am open to suggestions as to how to debug the changed code. >> I'd like to be able to use all major debug features such as stepping, >> watching, etc. I am new in Python. >> > > Does eclipse not allow you to specify the working directory when you run > the program for debugging? > > > -- > Matthew > > -- > Want to help the Review Board project? Donate today at > http://www.reviewboard.org/**donate/ <http://www.reviewboard.org/donate/> > Happy user? Let us know at > http://www.reviewboard.org/**users/<http://www.reviewboard.org/users/> > -~----------~----~----~----~--**----~----~------~--~--- > To unsubscribe from this group, send email to reviewboard+unsubscribe@** > googlegroups.com <reviewboard%[email protected]> > For more options, visit this group at http://groups.google.com/** > group/reviewboard?hl=en <http://groups.google.com/group/reviewboard?hl=en> > --- You received this message because you are subscribed to the Google > Groups "reviewboard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to > reviewboard+unsubscribe@**googlegroups.com<reviewboard%[email protected]> > . > For more options, visit > https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> > . > > > -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users/ -~----------~----~----~----~------~----~------~--~--- To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/reviewboard?hl=en --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
