Giter Club home page Giter Club logo

rudibugger's Introduction

rudibugger

mvn build

rudibugger is the GUI of VOnDA (Versatile Ontology-based Dialogue Architecture), a framework to implement the dialogue management functionality in dialogue systems.

Its purpose is to help navigating, compiling and editing source code that is used by a VOnDA-based dialogue system. Furthermore, it offers debugging functionality by allowing the user to track what is happening in a running system.

A video demonstrating rudibugger can be found here.

Documentation

Installation instructions, how to run rudibugger and information about its features can be found in the (not yet complete) documentation.

A short quick guide on how to start rudibugger is written below.

How to run rudibugger (quick guide)

Compile

In a terminal, simply run

mvn clean package

Start rudibugger

In the root folder of rudibugger, two scripts are included:

  • runRudibugger.sh runs rudibugger and prints its own logging statements on the running shell. (e.g. rudibugger has been started.).
  • run.sh does not print these statements, and still works if the current wording directory is not the rudibugger directory

Connect to VOnDA

Given a VOnDA-based project on the same machine, one must only open the project in rudibugger by selecting the project's configuration file. If the system is running, one can connect to VOnDA by clicking the connect button in the upper left.

Origin

rudibugger was originally written in the context of a Bachelor's Thesis by Christophe Biwer ([email protected]) under the supervision of Dipl.-Inf. Bernd Kiefer and Prof. Dr. Josef van Genabith.

The Thesis with the title rudibugger - Graphisches Debugging der Dialogmanagementtechnologie VOnDA can be found here.

rudibugger's People

Contributors

awelker avatar bkiefer avatar dependabot[bot] avatar jsteffen avatar yoshegg avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

rudibugger's Issues

Custom compile command

Should be possible to type in the compile command to execute in the terminal into a text field,
e.g., if compilation is done in a mvn install step.

Debugger writes wrong (old) config file back to disc when it was changed locally in an editor

If the GUI is open, it caches the configuration read at startup in memory and writes that out if the defaultCompile command changed. If the configuration was changed in the meantime with an external editor, that change is overwritten. I thought the project file is monitored, isn't it?

Still, one more argument for not storing the defaultCompile command in that yaml.

I would go for the following:
If nothing is specified, the initial "default" compile command is either the built-in "compile" script, if it can be found, or the first of the customCompileCommands otherwise. If one is clicked, it is stored in the same location where all other project-related state information is stored.

Super Power Signal lamp.

Extend the signal lamp to provide the following functionality:

  • green: compiled and no error/warning
  • yellow: compiled, only warnings, right click gives you a menu of warnings to jump to
  • orange: compile, with errors (and possibly warnings), right click gives you a menu of errs/warnings to jump to
  • red: compile, with fatal error, right click ....
  • pink: recompile necessary, left click compiles, right click ...
  • hover explains the status

Change Error/Warning menus

What is now shown in hover should be directly in the menu (the error message in addition to the line number)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.