Changeset 2321


Ignore:
Timestamp:
Sep 25, 2005, 12:14:47 PM (20 years ago)
Author:
bird
Message:

Fixed 'breakpoint'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/sys/b_panic.c

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r2320 r2321  
    203203            //    fVerbose = TRUE;
    204204            else if (panicStrICmp(&pszPanicCfg, "breakpoint", "BREAKPOINT"))
    205                 fBreakpoint = FALSE;
     205                fBreakpoint = TRUE;
    206206            //else if (panicStrICmp(&pszPanicCfg, "dump", "DUMP"))
    207207            //    fDumpProcess = TRUE;
Note: See TracChangeset for help on using the changeset viewer.