Debug Pylons application through eclipse

0 votes
I have Eclipse setup with PyDev and it is very easy to debug my scripts/apps. I've just started playing around with Pylons. Can anyone tell if there is a way to start up the paster server through Eclipse so that I can debug my webapp?
Feb 27, 2019 in Python by ana1504.k
• 7,910 points
487 views

1 answer to this question.

0 votes

First you can create a new launch configuration 

Main tab

Use paster-script.py as main module 

Don't forget to add the root folder of your application in the PYTHONPATH zone

Arguments Set the base directory to the root folder also.

As Program Arguments use "serve development.ini" (or whatever you use to debug your app")

Common Tab

Check allocate console and launch in background

answered Feb 27, 2019 by SDeb
• 13,300 points

Related Questions In Python

0 votes
1 answer

How can I iterate through two lists in Parallel

You have to use the zip function ...READ MORE

answered Apr 17, 2018 in Python by anonymous
1,213 views
+1 vote
1 answer

How to estimate number of clusters through EM in scikit-learn

For future reference, the fixed function looks ...READ MORE

answered Sep 26, 2018 in Python by Priyaj
• 58,090 points
1,000 views
+5 votes
0 answers

How to send sms to users from Django application?

I'm looking for an option to send ...READ MORE

Nov 13, 2018 in Python by Manu
• 170 points
7,752 views
0 votes
1 answer

Limit max RAM consumption for a application

Using Job Objects. First you need to ...READ MORE

answered Nov 15, 2018 in Python by findingbugs
• 3,260 points
428 views
0 votes
0 answers

I want to extract particular field from nested streaming json that is published through kafka bus.

I have created my kafka consumer. Now ...READ MORE

Apr 17, 2019 in Python by Ash
569 views
0 votes
1 answer

Access to development version of python through Git

Follow these steps; Install Git and other dependencies Fork the ...READ MORE

answered Jun 6, 2019 in Python by Lina
358 views
0 votes
1 answer

Application asks for internet connection

It's not Python itself. I've traced it ...READ MORE

answered Jun 11, 2019 in Python by SDeb
• 13,300 points
371 views
0 votes
1 answer
0 votes
1 answer

How do you configure Django to send mail through Postfix?

You can do this by adding  settings.py ...READ MORE

answered Feb 25, 2019 in Python by SDeb
• 13,300 points
4,576 views
0 votes
1 answer

Exiting a multiprocessed python application safely

I ended up creating a Pipe for ...READ MORE

answered May 6, 2019 in Python by SDeb
• 13,300 points
1,508 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP