FACT++  1.0
static void DBG_Trap ( int  code)
static

Definition at line 73 of file dim_jni.c.

74 {
75  /* if you set a break point here you can trap all */
76  /* native calls that are activated by the mask DBG_trap */
77 // TODO DBG_Trap should invoke the debugger
78  if(code){}
79  return;
80 }