Re: Visual Studio and Hardware Breakpoints
- From: "Oleg Starodumov" <com-dot-debuginfo-at-oleg>
- Date: Mon, 28 May 2007 02:09:36 -0700
I was hoping one of the Kernel Debuggers could lend some assistance
with Visual Studio. Is it possible to instruct Visual Studio to use a
hardware breakpoint rather than those insidious software breakpoints?
I'm working with code that is not tolerant of the silent changes of
inserting a 0xCC into the .text section.
AFAIK, Visual Studio debugger can only use hardware breakpoints on data access
(only for write). If you need to break when the code executes, consider WinDbg.
--
Oleg
[VC++ MVP http://www.debuginfo.com/]
.
- Follow-Ups:
- Re: Visual Studio and Hardware Breakpoints
- From: Jeffrey Walton
- Re: Visual Studio and Hardware Breakpoints
- References:
- Visual Studio and Hardware Breakpoints
- From: Jeffrey Walton
- Visual Studio and Hardware Breakpoints
- Prev by Date: Re: Invalid characters for WTSQuerySessionInformation?
- Next by Date: Re: Visual Studio and Hardware Breakpoints
- Previous by thread: Visual Studio and Hardware Breakpoints
- Next by thread: Re: Visual Studio and Hardware Breakpoints
- Index(es):
Relevant Pages
|