20
votes
10answers
5k views
Getting stack trace from a running Python application
I have this Python application that gets stuck from time to time and I can't find out where.
Is there any way to signal Python interpreter to show you the exact code that he's run …
10
votes
27answers
1k views
What do you do when you’re stuck?
I've been working on a project and there is a "must" kind of a deal breaker for the whole project. I asked around, asked in SO ( with 550 bounty ), spend about 3 days to find a sol …
8
votes
15answers
337 views
what are the techniques you follow if you are stuck with a programming problem
When I am stuck with a problem,
I search Google for code snippets.
I look at isolating the problem, so that I can better explain it to others in order to get answers.
What are the …
2
votes
3answers
857 views
eclipse stuck when building workspace
I am using eclipse 3.4.1 Java EE under Vista. It seems to like getting stuck when building my workspace. Canceling the build doesn't seem to do anything as well.
Why is this happe …
1
vote
3answers
911 views
Ajax won’t get past readyState 1, why?
Hi, i'm trying to get this function to work, which does a request for parameter 'url' then sends the responseText to 'callback' which is a function. But it seems that it only gets …
