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

From ReactOS Wiki
Jump to: navigation, search
m (debugger is implemented)
m
Line 1: Line 1:
 
03-07-2016 Auto-Execute Debugging function for [http://jira.reactos.org/browse/CORE-11508 starting user-specified debugger] for crashed app [http://github.com/reactos/reactos/commit/08f4d01b5a5735fd4c21a0ccdbf29a644f2b14b4 was implemented] in ReactOS.
 
03-07-2016 Auto-Execute Debugging function for [http://jira.reactos.org/browse/CORE-11508 starting user-specified debugger] for crashed app [http://github.com/reactos/reactos/commit/08f4d01b5a5735fd4c21a0ccdbf29a644f2b14b4 was implemented] in ReactOS.
  
In future will implemented feature sending crash report to ReactOS bug-tracker.
+
In the future, sending crash reports to ReactOS bug-tracker will be implemented.
  
 
{{JIRA|8269}}
 
{{JIRA|8269}}
Line 9: Line 9:
 
*{{JIRA|11535}} - Breakpad
 
*{{JIRA|11535}} - Breakpad
  
In november 2017 Mark Jassen started implementation of [http://github.com/reactos/reactos/pull/145 Dr. Watson] - debugger, which collect information about error of crashed app.
+
In November 2017, Mark Jansen started implementation of [http://github.com/reactos/reactos/pull/145 Dr. Watson] - debugger, which collects information about error of crashed app.
  
6.01.2018 Dr.Watson basic functional [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.

Revision as of 09:09, 15 February 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.