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.
On Tue, Mar 19, 2013 at 7:25 PM, Christian Hammond <[email protected]>wrote: > You can also run "sudo setup.py develop" to get your custom tree's > versions to be in your path, and then cd to where you want to actually post > the review request. > > Christian > > -- > Christian Hammond - [email protected] > Review Board - http://www.reviewboard.org > Beanbag, Inc. - http://www.beanbaginc.com > > On Mar 19, 2013, at 4:24 PM, Matthew Woehlke <[email protected]> > wrote: > > On 2013-03-19 10:16, Kudrettin Güleryüz wrote: > > I have cloned the latest RBTools from github. After I make changes to > postreview.py regarding perforce, I'd like to test my changes but > postreview.py assumes I'll be submitting reviews regarding RBTools itself. > Can I override this behavior? If not please suggest your development > workflows. > > > Probably not, but why can you not just cd to the repository from which you > actually want to push changes, and then specify the path to your modified > post-review.py? > > -- > Matthew > > -- > 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. > > > > -- > 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. > > > -- 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.
