views:

42

answers:

1

Is there any program that anyone knows off (not a debugger) that will produce a stack trace of a crashing application?

The application crash can be simulated at will on a server on which I cannot necessarily install a debugger. That's why the question if there's no other way to get a stack trace so I can then have a look.

A: 

If you're looking for something that catches errors, you're looking for debugger in fact. Please give some details and we might be able to recommend one that suits your needs.

migajek