For the quickest reply, please use our new Customer Helpdesk and Feedback platform
 
   
 
not able to start debugger on mac cean
Posted: 02 July 2007 12:55 AM   [ Ignore ]
Newbie
Rank
Total Posts:  23
Joined  2007-05-06

when trying to “debugger:start()”, I get the following exception:

Error in startup script: couldn’t read file “/Users/rsaccon/cean/erlang/lib/gs-1.5.6/priv/darwin-x86/gstk.tcl”: no such file or directory

gs and debigger are installed, but when I check the filesystem, I get the following:


$ ls -la /Users/rsaccon/cean/erlang/lib/gs-1.5.6/priv/darwin-x86/gstk.tcl
ls: /Users/rsaccon/cean/erlang/lib/gs-1.5.6/priv/darwin-x86/gstk.tcl: No such file or directory


$ ls -la /Users/rsaccon/cean/erlang/lib/gs-1.5.6/priv/     
total 48
drwxr-xr-x   6 rsaccon rsaccon   204 Jul 1 20:21 .
drwxr-xr-x   8 rsaccon rsaccon   272 Jul 1 20:21 ..
lrwxr-xr-x   1 rsaccon rsaccon   14 Jul 1 20:21 bin -> darwin-x86/bin
-rwxr-xr-x   1 rsaccon rsaccon 1611 Mar 27 15:43 gs-xdefaults
-rwxr-xr-x   1 rsaccon rsaccon 9372 Mar 27 15:43 gstk.tcl
lrwxr-xr-x   1 rsaccon rsaccon   14 Jul 1 20:21 lib -> darwin-x86/lib

Profile
 
 
Posted: 02 July 2007 12:46 PM   [ Ignore ]   [ # 1 ]
Senior Member
Avatar
RankRankRankRank
Total Posts:  118
Joined  2006-11-13

Hi

this is a known bug, and it’s already corrected in CEAN 1.3.
I almost finished final CEAN 1.3 tests last night, I still have to set some default config for applications to start “as this” but this can be added later as cean:upgrade is working perfectly right now.

Profile