Revision: 16294
Author: [email protected]
Date: Fri Aug 23 11:51:34 2013 UTC
Log: Add comment about avoiding VS runtime support to OS::DebugBreak.
[email protected]
Review URL: https://codereview.chromium.org/23090004
http://code.google.com/p/v8/source/detail?r=16294
Modified:
/branches/bleeding_edge/src/platform-win32.cc
=======================================
--- /branches/bleeding_edge/src/platform-win32.cc Wed Jul 31 07:51:46 2013
UTC
+++ /branches/bleeding_edge/src/platform-win32.cc Fri Aug 23 11:51:34 2013
UTC
@@ -1010,6 +1010,9 @@
void OS::DebugBreak() {
#ifdef _MSC_VER
+ // To avoid Visual Studio runtime support the following code can be used
+ // instead
+ // __asm { int 3 }
__debugbreak();
#else
::DebugBreak();
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.