Rasahub-Debug is a simple socket connector for debugging Rasahub. You can connect to the debug plugin with the rasahub-debug-client.
- Python installed
 
Install via pip:
pip install rasahub-debugCreate file config.yml in working path. Example:
debug1:
  package: 'rasahub_debug'
  init:
    host: '127.0.0.1'
    port: 5020
  out: 'debug2'
debug2:
  package: 'rasahub_debug'
  init:
    host: '127.0.0.1'
    port: 5021
  out: 'debug1'Then spawn debuggers (rasahub-debug-client) on the specified port.
Start rasahub:
python -m rasahub- License: MIT
 - PyPi - package installation