1
0
Fork 0

DBG: fixed a bug with breakpoint count not shown

This commit is contained in:
mrexodia 2016-11-05 19:48:21 +01:00
parent 98a009230d
commit a3e097e235
No known key found for this signature in database
GPG Key ID: FC89E0AAA0C1AAD8
1 changed files with 3 additions and 0 deletions

View File

@ -884,6 +884,9 @@ static void cbGenericBreakpoint(BP_TYPE bptype, void* ExceptionAddress = nullptr
// Watchdog
cbCheckWatchdog(0, nullptr);
// Update breakpoint view
DebugUpdateBreakpointsViewAsync();
if(*bp.logText && logCondition) //log
{
dprintf_untranslated("%s\n", stringformatinline(bp.logText).c_str());