Microsoft Debugging Tools for Windows

Asked by A. Denton

As already mentioned in the summary it's all about the debugging tools from Microsoft. I was using them to debug dumpfiles stored in the Windows' dump directory with ease. Now I'm using Xubuntu and dunno where to start. Can someone tell me where all these dumpfiles are laid? Does someone know wether to choose on of the debuggers listed here [http://www.thefreecountry.com/programming/debuggers.shtml]? I want everything to be as simple as possible. The things I wanna achieve are the same as with WinDbg maybe doing a stack trace or something like that. I just need to find out why the system or a certain application crashed.

- Thanks!

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Bhavani Shankar
Solved:
Last query:
Last reply:
Revision history for this message
Best Bhavani Shankar (bhavi) said :
#1

Hello

Here are the debugging procedures used for various problems in ubuntu

https://wiki.ubuntu.com/DebuggingProcedures

Regards

Revision history for this message
A. Denton (aquina) said :
#2

Thanks Bhavani Shankar, that solved my question.