Skip to content

Vozec/BrainDbg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BrainDbg

This tool is an independent Brainfuck debugger , written in python

Setup

cd ~
git clone https://github.com/Vozec/BrainDbg.git
cd BrainDbg
python3 braindbg.py -f ./examples/hello.bf

Commands

Available Commande :
        - i/infos         => Show all general informations
        - c/code          => Show the current executed code
        - r/run           => Run the programm
        - c/continue      => Resume a paused execution
        - ni/n/next       => Execute the next instruction
        - bp/breakpoint   => Show all breakpoint
        - bp/breakpoint * => Set a breakpoint to *th position
        - p/printed       => Show all printed characters
        - q/quit          => Exit the debugger

Screenshots:

screen1

About

This tool is independent Brainfuck debugger , written in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages