FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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
}
dim
src
dim_jni.c
Generated on Sun Sep 18 2016 20:50:28 for FACT++ by
1.8.11