-
Unfortunately, I cannot install bfdebug on my PC (the installation routine cancels with Error 1309). (Blue Fern installs, but if I try to run it after installation, it crashes.) I run WinXP Pro. I don't work as admin.
I have also written a BF IDE: an interpreter with integrated debugger called Brainfuck Developer.
http://www.microlyrix.com/software/bfdev/
Greetings,
Gawayn.
2004-11-23 12:53:15 UTC by gawayn
-
This project apparently was developed about the same time as Blue Fern. Also, Blue Fern is not GPL'd, and it is also written in (apparently) Visual C++. Nothing wrong by itself, but clearly there are different aims of this project.
It has been on a very far back-burner for some time, although I'd like to get it going in some new directions in the near future. One of the things I'd like to...
2004-11-18 03:46:46 UTC by teancum
-
Blue Fern already has most of this. Http://alephmobius.8m.com/dl.html.
2004-09-03 07:05:48 UTC by peregrinebf
-
teancum committed patchset 14 of module Debugger to the BF Debugger CVS repository, changing 8 files.
2004-02-28 12:11:41 UTC by teancum
-
This is a minor upgrade release in terms of the actual project, but I've added an installation wizard to make it more like a "real" application, including shortcuts and associating file types with this application in the OS.
Bug fixes are relatively little, but I am going to be doing quite a bit more work on this in the near term.
2004-02-24 15:39:08 UTC by teancum
-
The loop code is symmetrical, and from the looks of it, it
will produce the same error either direction. One simple
test program would be:
[ [ ] +++++++++++++++++++++++++++++++++++.....[-]]
which should skip from the first bracket straight to the
last and terminate without doing anything, but instead (I
think--I don't have a Windows machine to test it on) will
jump to the inner ]...
2003-03-19 19:03:26 UTC by nobody
-
Say I have a program such as
",1[2[->+>+<<]>>3[-<<+>>]<<4].>."
Note that there are more than one set of loop brackets
inside the main set. When I execute the program (in
debug mode, to do tracing), it enters the main loop ,
goes through both internal loops fine. But when it
reaches the end bracket (#4) it goes back to #3,
probably because...
2003-02-06 05:21:06 UTC by agenthh
-
teancum committed patchset 5 of module Images to the BF Debugger CVS repository, changing 1 files.
2003-01-29 11:51:23 UTC by teancum
-
teancum committed patchset 13 of module Debugger to the BF Debugger CVS repository, changing 10 files.
2003-01-29 11:48:54 UTC by teancum
-
teancum committed patchset 12 of module Debugger to the BF Debugger CVS repository, changing 10 files.
2003-01-25 00:42:54 UTC by teancum