forked from adobe/brackets
-
Notifications
You must be signed in to change notification settings - Fork 0
Crash Logs
Peter Flynn edited this page May 14, 2014
·
5 revisions
Native crash logs are useful for diagnosing cases where the Brackets window disappears or goes blank suddenly. (If Brackets is misbehaving in other ways, please see Troubleshooting for other help).
- In Finder, choose Go > Go to Folder... in the menu
- Enter
~/Library/Logs/DiagnosticReports - Look for a file that says "Brackets" in the name, with a timestamp matching the time of the crash
- Post the file's contents in a Gist and include the link in your bug report (or zip up the files and share them privately)
If you want steps 1-5 done for you automatically, you can go to this GitHub help page and download and run the file from the link that says "this file."
- On the Start menu, search for and run the "regedit" app
- Navigate down the tree and select: "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Windows Error Reporting"
- If there is no "LocalDumps" folder, choose Edit > New > Key to create it
- Inside this folder, choose Edit > New > DWORD. Enter
DumpTypefor the name, then double-click it and enter1for the value - Similarly, choose Edit > New > DWORD with the name
DumpCountand the value10 - Close regedit and restart your computer (or at least fully log off and log back on, which is almost as much work)
- Run Brackets until you see the problem again
- In a Windows folder view, enter
%LOCALAPPDATA%\CrashDumpsas the path - Look for a .dmp file whose timestamp matches when you saw the problem.
- Upload this file somewhere and include the link in your bug report (or zip up the file and share it privately)