VirtualBox

Changeset 48057 in vbox


Ignore:
Timestamp:
Aug 26, 2013 10:58:58 AM (11 years ago)
Author:
vboxsync
Message:

crOpenGL: debugging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/crOpenGL/load.c

    r47161 r48057  
    11491149#define VBOXVEH_F_EXIT  0x00000004
    11501150
    1151 static DWORD g_VBoxVehFlags = VBOXVEH_F_DUMP
     1151static DWORD g_VBoxVehFlags = 0
    11521152#ifdef DEBUG_misha
    11531153                            | VBOXVEH_F_BREAK
     1154#else
     1155                            | VBOXVEH_F_DUMP
    11541156#endif
    11551157        ;
     
    12841286            {
    12851287                BOOL fBreak = TRUE;
     1288#ifndef DEBUG_misha
    12861289                if (pExceptionRecord->ExceptionCode == EXCEPTION_BREAKPOINT)
    12871290                {
     
    12941297                        fBreak = FALSE; /* <- the function has failed, don't break for sanity */
    12951298                }
     1299#endif
    12961300
    12971301                if (fBreak)
     
    13511355#ifdef VDBG_VEHANDLER
    13521356        g_VBoxVehEnable = !!crGetenv("CR_DBG_VEH_ENABLE");
     1357# ifdef DEBUG_misha
     1358        g_VBoxVehEnable = 1;
     1359# endif
    13531360        if (g_VBoxVehEnable)
    13541361            vboxVDbgVEHandlerRegister();
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette