but to help you, we'd need to know what settings you've set, and what error you're seeing
bibek_
pythonpath? is that another binary i have to install?
FunkyBob
no
avnee joined the channel
it points to the root of your project so Python knows where to find your code
dogarrhea
anyone use pycharm for debugging django apps? apparently biostars (an opensource q&a application on django) is undebuggable. They specifically say to run source commands to import environment and then run a .sh file with some paraemeters to start the server.
this is all fine and good except when i want to debug something.
space-wizard joined the channel
I'm not even sure where to begin with just creating a configuration. remote configuration also seems very hairy with copying .egg files in random places
cjwelborn joined the channel
guess they really want me to kill myself by using eclipse
anky joined the channel
zeioth has quit
phorloop has quit
jessamynsmith has quit
WillMoogle has quit
jaddison has quit
cjwelborn has quit
cjwelborn joined the channel
madprops joined the channel
shndns joined the channel
madprops has quit
SpeakerToMeat joined the channel
anky has quit
saurabhjha joined the channel
sjms has quit
sjms joined the channel
space-wizard has quit
microdex joined the channel
i think there might be some screwed up packaging stuff in python pydev_monkey_qt.py
what do you use for debugging django applications?
cssko has quit
i'm sure there's some command line tool pydev or something, but as far as ide debugging
Mindiell
dogarrhea: django-debug-toolbar ?
dogarrhea
this is for eclipse?
i don't need an http sniffer. there's fiddler1/2 for that
i need to debug in application. It took me half an hour to find out that some module that does language detection was erroring because it thought "ahlkdfs" was czhek.
merlinsbrain has quit
kutenai has quit
merlinsbrain joined the channel
Mindiell
dogarrhea: maybe you can add some more tests in your app ? by using unittesting, and/or behavior testing
there are tools for that : django-behavior, nose, etc...
dogarrhea
i want line by line debugging
tests don't catch everything.
Mindiell
oh, like step by step debugging while app is beaing played ?
dogarrhea
yes
t0mb0 joined the channel
Mindiell
hmm, I'm not aware of such a possibility
if your tests are not cactching a bug, you have to add the good test and correct it, I think it's a great thing for bugs
dogarrhea
on the one hand there's pycharm, which somehow doesn't support it (the way this project is laid out). on the other hand there's eclipse which is totally 100% not an option for me. i have had too many bad experiences
Mindiell
maybe givnig you some more test ideas, and so on
dogarrhea
you can't just not debug. testing only goes so far
Mindiell
I agree on eclipse :o)
scarabx joined the channel
kutenai joined the channel
dogarrhea has left the channel
tuxtoti has quit
cjwelborn has quit
ramagos joined the channel
ramagos
"import resolves to its containing file" what does this mean?