Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 478 Bytes

File metadata and controls

18 lines (14 loc) · 478 Bytes

mruby-debug build

Debug class

install by mrbgems

  • add conf.gem line to build_config.rb
MRuby::Build.new do |conf|

    # ... (snip) ...

    conf.enable_debug
    conf.cc.defines = %w(MRB_ENABLE_DEBUG_HOOK)
    conf.gem :github => 'masahino/mruby-debug'
end

## License
under the MIT License:
- see LICENSE file