Sha256: 4fbf8abd85af7106ea0869c510a365891f556c9dbb439ed20a58204d51a83c9c
Contents?: true
Size: 383 Bytes
Versions: 6
Compression:
Stored size: 383 Bytes
Contents
/* ** mrdbconf.h - mruby debugger configuration ** */ #ifndef MRDBCONF_H #define MRDBCONF_H #ifndef MRB_ENABLE_DEBUG_HOOK # error Need 'MRB_ENABLE_DEBUG_HOOK' configuration in your 'build_config.rb' #endif /* configuration options: */ /* maximum size for command buffer */ #define MAX_COMMAND_LINE 1024 /* maximum number of setable breakpoint */ #define MAX_BREAKPOINT 5 #endif
Version data entries
6 entries across 6 versions & 1 rubygems