1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/symc/epoc.ini Fri Jun 15 03:10:57 2012 +0200 1.3 @@ -0,0 +1,37 @@ 1.4 +;Enable/Disable log to debug output 1.5 +LogToDebugger=1 1.6 +;Enable/Disable log to %temp%\epocwind.out 1.7 +;LogToFile=1 1.8 +LogToFile=0 1.9 +; Comment out to get the default extensions 1.10 +Extension=btracex.ldd;elocd.ldd 1.11 +; Don't bother with platsec for now 1.12 +PlatSecEnforcement=Off 1.13 +; We are not loading the windows server 1.14 +NoGui=1 1.15 + 1.16 +;Default drives are from the binary directory <bin-dir>\c and <bin-dir>\d 1.17 +;Specify the C drive root 1.18 +;_epoc_drive_c=d:\dev\epoc_drive_c 1.19 +;Specify the Z drive root 1.20 +;_epoc_drive_z=d:\dev\tsymc\z 1.21 + 1.22 +;Debug mode 1.23 +JustInTime=1 1.24 + 1.25 +;DebugMask defines which debug message should be logged. See nk_trace.h 1.26 +;Here are the available falgs: 1.27 +;ALWAYS 1.28 +;BOOT DEVICE DFC DLL EVENT EXEC DEBUGGER EXTENSION FAIL HARDWARE IPC 1.29 +;LOCDRV MEMTRACE MMU NKERN OBJECT PANIC PBUS1 PBUS2 PBUSDRV POWER PROC 1.30 +;SCHED SCHED2 SCRATCH SEMAPHORE SERVER THREAD THREAD2 TIMING DMA MMU2 1.31 +DebugMask=0 1.32 +; DebugMask usage examples: 1.33 +;DebugMask=+DLL 1.34 +;DebugMask=ALWAYS -SCHED -SCHED2 1.35 + 1.36 +;DO NOT enable both crazy stuff at once 1.37 +;Crazy priorities 1.38 +CrazyScheduling=off 1.39 +;Crazy delay, looks like it helps with our __NK_ASSERT_ALWAYS(!me.iDiverted) crashes 1.40 +;debugmask2=0x20 1.41 \ No newline at end of file