GithubHelp home page GithubHelp logo

scimitar's Introduction

Scimitar

Ye Distributed Debugger

Scimitar is a distributed debugging tool for HPX applications. It is a front-end for GDB and adds features to make common operations such as switching between several sessions (like localities in HPX) and viewing HPX's internal data structures easier.

Documentation

scimitar's People

Contributors

parsa avatar

Stargazers

Taeguk Kwon avatar

Watchers

 avatar Hartmut Kaiser avatar James Cloos avatar Adrian S. Lemoine avatar  avatar

scimitar's Issues

Missing dependencies error message

Problem

User has to read the traceback to figure what's missing

$ ./scimitar.py
Traceback (most recent call last):
  File "./scimitar.py", line 21, in <module>
    from sessions import modes, offline_session, debug_session
  File "C:\Users\Parsa\Documents\scimitar\scimitar\sessions\__init__.py", line 12, in <module>
    import modes, offline_session, debug_session
  File "C:\Users\Parsa\Documents\scimitar\scimitar\sessions\offline_session.py", line 14, in <module>
    import pexpect
ImportError: No module named pexpect

Proposed Solution

  1. Warn the user if dependencies (pexpect, prompt_toolkit, etc) are not installed.
  2. Create wheel/egg

readline on Windows

Problem

Traceback (most recent call last):
  File "./scimitar.py", line 171, in <module>
    main()
  File "./scimitar.py", line 97, in main
    init_terminal()
  File "C:\Users\Parsa\Documents\scimitar\scimitar\util\input_helpers.py", line 130, in init_terminal
    if 'libedit' in readline.__doc__:
TypeError: argument of type 'NoneType' is not iterable

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.