Skip to content
/ ppdb Public

A debugger for probabilistic programs

License

Notifications You must be signed in to change notification settings

ahoppen/ppdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ppdb – A debugger for proabilistic programs

ppdb is a proof-of-concept implementation of a debugger for probabilistic programs.

Running pre-built binaries

macOS

Download the latest version of the debugger's GUI or command line interface from the project's Releases page and run it.

Sample programs to debug can be found in the Samples folder

Linux

  1. Install Swift on your machine as described on swift.org
  2. Download the latest command line executable from the project's Releases page and execute it.

Build instructions

Mac-GUI

Open the Xcode Project in /GUI/GUI.xcodeproj and build the GUI target.

Open the file to debug using the File -> Open menu.

Command line interface

$ cd "Swift Package"
$ swift build
$ .build/debug/ppdb path/to/file/to/debug.sl
> help

About

A debugger for probabilistic programs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages