source: EcnlProtoTool/trunk/mruby-1.2.0/mrbgems/mruby-bin-debugger/tools/mrdb/mrdbconf.h@ 270

Last change on this file since 270 was 270, checked in by coas-nagasima, 7 years ago

mruby版ECNLプロトタイピング・ツールを追加

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-chdr
File size: 268 bytes
Line 
1/*
2** mrdbconf.h - mruby debugger configuration
3**
4*/
5
6#ifndef MRDBCONF_H
7#define MRDBCONF_H
8
9/* configuration options: */
10/* maximum size for command buffer */
11#define MAX_COMMAND_LINE 1024
12
13/* maximum number of setable breakpoint */
14#define MAX_BREAKPOINT 5
15
16#endif
Note: See TracBrowser for help on using the repository browser.