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

From ReactOS Wiki
Jump to: navigation, search
m (debugger is implemented)
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 (but, debugger missing, while).
+
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 future will implemented feature sending crash report to ReactOS bug-tracker.

Revision as of 20:27, 7 January 2018

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

In future will implemented feature sending crash report to ReactOS bug-tracker.

CORE-8269

Variants:

In november 2017 Mark Jassen started implementation of Dr. Watson - debugger, which collect information about error of crashed app.

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