Y
Hacker News
new
|
ask
|
show
|
jobs
by
katbyte
1105 days ago
Does windows show the stack trace? I’ve been very appreciative of it in osx as it’s helped me identity how to avoid some
2 comments
freedomben
1105 days ago
I can't speak for the latest version, but previously versions did. If the program had debug symbols in it, it would show you pretty useful info and would even let you debug it! The debug feature rarely worked though
link
mrguyorama
1105 days ago
Windows often (or can be set to almost always) logs dumbs of a program that crashes, and you can open it up in WinDbg and see stack traces and things.
link