Changes between Version 4 and Version 5 of Ticket #9659, comment 10
- Timestamp:
- Apr 24, 2013 10:29:37 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9659, comment 10
v4 v5 11 11 7. when the debugger stops at the breakpoint, press and hold F10 key 12 12 13 The debugged application will crash with AccessViolationException after approx 10 seconds. If you enable "Native code debugging" in the example project it will take more time to crash and the AV address is still the same, see the ticket comment sfor details. Note that it never happens in non-virtualized environment or using VMware.13 The debugged application will crash with AccessViolationException after approx 10 seconds. If you enable "Native code debugging" in the example project it will take more time to crash and the AV address is still the same, see the ticket comment 9 for details. Note that it never happens in non-virtualized environment or using VMware. 14 14 15 15 System information: Visual Studio 2012 Update 2 or 2010 SP1, VirtualBox 4.2.12, Core i5 2540M, VT-x enabled, Nested Paging disabled, 2 virtual CPU configured, Windows 7 x64 host, Windows Server 2008 R2 x64 guest.