Skip to content

frommie/rasahub-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rasahub-Debug

Rasahub-Debug is a simple socket connector for debugging Rasahub. You can connect to the debug plugin with the rasahub-debug-client.


Prerequisites

  • Python installed

Installation

Pypi package

Install via pip:

pip install rasahub-debug

Usage

Create configuration

Create 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.

Command-Line API

Start rasahub:

python -m rasahub
  • License: MIT
  • PyPi - package installation

About

Simple debugging for Rasahub

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages