From cf207f9d33c7e7d41a52a7188a229a81331ccd4b Mon Sep 17 00:00:00 2001 From: mrexodia Date: Wed, 4 Jan 2017 03:16:31 +0100 Subject: [PATCH] added some TODO entries related to memory breakpoints --- GleeBug/Debugger.Loop.Exception.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GleeBug/Debugger.Loop.Exception.cpp b/GleeBug/Debugger.Loop.Exception.cpp index b267ae5..82f72fa 100644 --- a/GleeBug/Debugger.Loop.Exception.cpp +++ b/GleeBug/Debugger.Loop.Exception.cpp @@ -204,11 +204,13 @@ namespace GleeBug if (!info.enabled) return; + //TODO: memory breakpoint code //exceptionRecord. } void Debugger::exceptionAccessViolation(const EXCEPTION_RECORD & exceptionRecord, bool firstChance) { + //TODO: memory breakpoint code } void Debugger::exceptionEvent(const EXCEPTION_DEBUG_INFO & exceptionInfo)