Debug class
- 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