source: EcnlProtoTool/trunk/prototool/src/mrdbconf.h@ 321

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

文字コードを設定

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
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.