From: Ramon Ribó on

Hello,

It has just been released RamDebugger 7.0

The main new feature is the version for MacOSX and different
installers for Windows/Linux/MacOSX

DOWNLOAD/WEB PAGE
===================

http://www.compassis.com/ramdebugger
http://wiki.tcl.tk/RamDebugger


DESCRIPTION
===========


RamDebugger is a Graphical debugger for the scripting language
Tcl-TK.

With RamDebugger, it is possible to make Local Debugging, where the
debugger starts
the program to be debugged. and Remote debugging, where the program
to debug is already
started and RamDebugger connects to it.

FEATURES

* IDE for code edition of TCL, XML and c/c++
* Full debugging of TCL and c/c++
* Works in Linux, Windows and MacOSX
* It supports editing XML code


CHANGES (From version 6.2 to version 7.0)
==================================


Interative search and replace with Ctrl-i and Ctrl-j


Add some functions for CVS management of the files being edited
Fast instrumentation of c/c++ code

Create a c/c++ project based on an existing Makefile

First version for MacOSX

There is a new option to be added to the debugged program that permits
it to wait for the debugger to connect. Check example "example2b.tcl"

There is a new option to decide if saving with Tabs or with spaces at
the beginning of the lines of the edited files
From: Kevin Walzer on
On 9/15/09 7:26 AM, Ramon Rib� wrote:

>
> It has just been released RamDebugger 7.0
>
>

Thank you for your hard work on RamDebugger, Ramon, and thank you for
the Mac version.

--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
From: Ramon Ribó on

I've corrected a small mistake in the Windows version. You can
download it again.
From: P.Welten on
Ramon Rib� schreef:
> Hello,
>
> It has just been released RamDebugger 7.0
>
> The main new feature is the version for MacOSX and different
> installers for Windows/Linux/MacOSX
>
Just downloaded the
ftp://ftp.compassis.com/pub/ramdebugger/ramdebugger-linux_i386.tar.gz
and unpacked on an acer aspire one with linpus linux (which is built on
fedora FC8). When trying to run the ramdebugger executable I get the
following error message:

[user(a)localhost ramdebugger7.0]$ ./ramdebugger
can't read "tcl_platform(os)": no such variable
while executing
"if { $::tcl_platform(platform) eq "windows" && !$iswince } {
set exeList [list cat.exe cvs.exe diff.exe grep.exe
kill.exe tlist.exe]
} elseif { ..."
(procedure "RamDebugger::Init" line 63)
invoked from within
"RamDebugger::Init $readwriteprefs $registerasremote"
invoked from within
"if { ![info exists SkipRamDebuggerInit] } {
if { [info commands master] != "" } {
set registerasremote 0
} else { set registerasremote 1 }
..."
(file
"/mnt/home/Programs/ramdebugger7.0/ramdebugger/lib/app-RamDebugger/RamDebugger.tcl"
line 8966)
invoked from within
"source
/mnt/home/Programs/ramdebugger7.0/ramdebugger/lib/app-RamDebugger/RamDebugger.tcl"
("package ifneeded app-RamDebugger 1.0" script)
invoked from within
"package require app-RamDebugger"
(file "/mnt/home/Programs/ramdebugger7.0/ramdebugger/main.tcl" line 4)

Peter
From: P.Welten on
Ramon Rib� schreef:
> Hello,
>
> It has just been released RamDebugger 7.0
>
> The main new feature is the version for MacOSX and different
> installers for Windows/Linux/MacOSX
>
Just downloaded the
ftp://ftp.compassis.com/pub/ramdebugger/ramdebugger-linux_i386.tar.gz
and unpacked on an acer aspire one with linpus linux (which is built on
fedora FC8). When trying to run the ramdebugger executable I get the
following error message:

[user(a)localhost ramdebugger7.0]$ ./ramdebugger
can't read "tcl_platform(os)": no such variable
while executing
"if { $::tcl_platform(platform) eq "windows" && !$iswince } {
set exeList [list cat.exe cvs.exe diff.exe grep.exe
kill.exe tlist.exe]
} elseif { ..."
(procedure "RamDebugger::Init" line 63)
invoked from within
"RamDebugger::Init $readwriteprefs $registerasremote"
invoked from within
"if { ![info exists SkipRamDebuggerInit] } {
if { [info commands master] != "" } {
set registerasremote 0
} else { set registerasremote 1 }
..."
(file
"/mnt/home/Programs/ramdebugger7.0/ramdebugger/lib/app-RamDebugger/RamDebugger.tcl"
line 8966)
invoked from within
"source
/mnt/home/Programs/ramdebugger7.0/ramdebugger/lib/app-RamDebugger/RamDebugger.tcl"
("package ifneeded app-RamDebugger 1.0" script)
invoked from within
"package require app-RamDebugger"
(file "/mnt/home/Programs/ramdebugger7.0/ramdebugger/main.tcl" line 4)

Peter