Difference between revisions of "User:Petr-akhlamov/Crash Reports"

From ReactOS Wiki
Jump to: navigation, search
m
Line 12: Line 12:
  
 
6.01.2018 Basic functionality of Dr. Watson [http://github.com/reactos/reactos/commit/280d7a97758b28d078124f17eb61b5c9d4a30d2d was implemented]. Dump is saved to the desktop, and the user is notified of the dump being dropped there.
 
6.01.2018 Basic functionality of Dr. Watson [http://github.com/reactos/reactos/commit/280d7a97758b28d078124f17eb61b5c9d4a30d2d was implemented]. Dump is saved to the desktop, and the user is notified of the dump being dropped there.
 +
 +
*Improvements by wjk - [http://github.com/reactos/reactos/pull/281 PR-281]

Revision as of 19:21, 2 March 2018

03-07-2016 Auto-Execute Debugging function for starting user-specified debugger for crashed app was implemented in ReactOS.

In the future, sending crash reports to ReactOS bug-tracker will be implemented.

CORE-8269

Variants:

In November 2017, Mark Jansen started implementation of Dr. Watson - debugger, which collects information about error of crashed app.

6.01.2018 Basic functionality of Dr. Watson was implemented. Dump is saved to the desktop, and the user is notified of the dump being dropped there.