Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2068)

Unified Diff: base/debug/debugger_win.cc

Issue 2487783002: Make Crashpad use the user data dir, rather than always default location (Closed)
Patch Set: . Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/BUILD.gn » ('j') | chrome/install_static/install_util.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/debug/debugger_win.cc
diff --git a/base/debug/debugger_win.cc b/base/debug/debugger_win.cc
index a1d86e4453d98e6a102c64404497707947d73acd..04934a45c02352bce57e678149489a5d8fe2e7ee 100644
--- a/base/debug/debugger_win.cc
+++ b/base/debug/debugger_win.cc
@@ -18,6 +18,7 @@ void BreakDebugger() {
if (IsDebugUISuppressed())
_exit(1);
+
__debugbreak();
}
« no previous file with comments | « no previous file | chrome/BUILD.gn » ('j') | chrome/install_static/install_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698