Click here to Skip to main content
15,887,427 members
Home / Discussions / C#
   

C#

 
AnswerRe: nested switch Pin
Eddy Vluggen19-May-13 2:14
professionalEddy Vluggen19-May-13 2:14 
AnswerRe: nested switch Pin
Sadhish T19-May-13 5:51
Sadhish T19-May-13 5:51 
GeneralRe: nested switch Pin
Dave Kreskowiak19-May-13 7:38
mveDave Kreskowiak19-May-13 7:38 
QuestionDifference between Thread, ThreadPool & BackgroundWorker c# Pin
Tridip Bhattacharjee18-May-13 8:34
professionalTridip Bhattacharjee18-May-13 8:34 
AnswerRe: Difference between Thread, ThreadPool & BackgroundWorker c# Pin
Eddy Vluggen18-May-13 8:51
professionalEddy Vluggen18-May-13 8:51 
AnswerRe: Difference between Thread, ThreadPool & BackgroundWorker c# Pin
Dave Kreskowiak19-May-13 5:01
mveDave Kreskowiak19-May-13 5:01 
AnswerRe: Difference between Thread, ThreadPool & BackgroundWorker c# Pin
Abhinav S19-May-13 7:03
Abhinav S19-May-13 7:03 
QuestionMinidumps. Pin
Septimus Hedgehog18-May-13 8:08
Septimus Hedgehog18-May-13 8:08 
I've created a small VS 2012 c# project that eventually does a divide-by-zero. I catch the exception and then do a call to MiniDumpWriteDump and it successfully creates a dump file.

Obviously I have the pdb and source files.

What I'd like to do now is load the minidump into VS and then examine it so I can get familiar with how to read it etc. As I understand, the minidump file should be able to display exactly what was going on and using the debugger, I could look at the stack trace and display variables? Double-clicking the minidump file opens it in VS 2012 but I'm really left with the puzzle, what now? Has anyone loaded a dump file before and looked at it in VS?

I've searched for answers but the term minidump is so ubiquitous that it's really not easy to what's relevant to VS and what isn't. I'm led to believe that if I have the dump file and the pdb files and the source then I should be able to see an exact snapshot of went turned tits-up. I just don't really know what's the best way to load it and change any settings to use it. If I can get it working on a simple divide-by-zero app then I can use them in our production app which'll help us deal with fatal problems reported by our users.

TIA.
If there is one thing more dangerous than getting between a bear and her cubs it's getting between my wife and her chocolate.

AnswerRe: Minidumps. Pin
Eddy Vluggen18-May-13 8:44
professionalEddy Vluggen18-May-13 8:44 
GeneralRe: Minidumps. Pin
Septimus Hedgehog18-May-13 9:14
Septimus Hedgehog18-May-13 9:14 
QuestionSome Basic Help About A Modification In a Script! Pin
Jesús Frías18-May-13 6:17
Jesús Frías18-May-13 6:17 
AnswerRe: Some Basic Help About A Modification In a Script! Pin
Dave Kreskowiak18-May-13 7:53
mveDave Kreskowiak18-May-13 7:53 
AnswerRe: Some Basic Help About A Modification In a Script! Pin
Calvijn18-May-13 10:55
Calvijn18-May-13 10:55 
Questionc@# Pin
MKS Khalid18-May-13 5:56
MKS Khalid18-May-13 5:56 
AnswerRe: c@# Pin
OriginalGriff18-May-13 6:00
mveOriginalGriff18-May-13 6:00 
Questionc# Thumbnail Viewer Pin
Dinesh Salunke17-May-13 18:39
Dinesh Salunke17-May-13 18:39 
AnswerRe: c# Thumbnail Viewer Pin
BillWoodruff17-May-13 20:42
professionalBillWoodruff17-May-13 20:42 
GeneralRe: c# Thumbnail Viewer Pin
Dinesh Salunke18-May-13 5:44
Dinesh Salunke18-May-13 5:44 
GeneralRe: c# Thumbnail Viewer Pin
Dave Kreskowiak18-May-13 7:46
mveDave Kreskowiak18-May-13 7:46 
GeneralRe: c# Thumbnail Viewer Pin
BillWoodruff19-May-13 2:05
professionalBillWoodruff19-May-13 2:05 
GeneralRe: c# Thumbnail Viewer Pin
Dinesh Salunke19-May-13 4:16
Dinesh Salunke19-May-13 4:16 
QuestionFlashing form Pin
PozzaVecia17-May-13 12:28
PozzaVecia17-May-13 12:28 
AnswerRe: Flashing form Pin
Dave Kreskowiak17-May-13 17:34
mveDave Kreskowiak17-May-13 17:34 
AnswerRe: Flashing form Pin
BillWoodruff17-May-13 20:17
professionalBillWoodruff17-May-13 20:17 
GeneralRe: Flashing form Pin
PozzaVecia17-May-13 22:01
PozzaVecia17-May-13 22:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.