I decided I wanted to give debug a go Started debug and set the stops on the moo verb
load 'c:\users\bjorn\j602-user\temp\1.ijs' 13!:3 '* 0:0' moo 10 10 10 10 |stack error *coname[0] I can not remember any case where debug has helped me nor trace for that matter I love the trace and being able to step through C in the visual studio If anything similar could be done involving J I would really love it A beautiful application like moo is very few lines but lots of operations on each and it would be marvelous to be able to see it in action step by step 2007/12/19, Björn Helgason <[EMAIL PROTECTED]>: > > I have to say that I may have misunderstood the project manager. > I may have tried it a long long time ago and it did not help me then. > > If it will help with debug and trace I am all for it. > > As much as I like to perform trace and debug in C the debug in J I have > never been able to let it perform the way I want it. > I more or less wind up with sticking smoutput here and there in the code > instead. > > I do like to create scripts and let them build up gradually and I never > keep them in temp unless I want them to accidentally disappear. > > I do use a lot of files in temp but only temporarily and I always expect > temp stuff to not contain anything of permanent value. > > 2007/12/19, Chris Burke < [EMAIL PROTECTED]>: > > > > Oleg Kobchenko wrote: > > > It would be useful if interested J users would share their > > > order of use cases for J environment. Here's mine: > > > > My own use is quite different. There are just two choices - if I don't > > need to keep a script, it will be created in temp, and blown away when I > > > > do a periodic clean up of temp. Otherwise, the script goes into project > > manager. > > > > I have a large number of projects, many of which are simply collections > > of related scripts, and not single applications. In effect, I > > distinguish the various cases you listed as belonging to different > > projects. This is also why I have no qualms about deleting all files in > > temp. > > > > I see project manager as being a J source code manager, and perhaps the > > name "project manager" is misleading. I also see it as being part of the > > J session - rarely do I use J without it. > > > > It sounds like there is a need to better integrate project manager (or > > its successor) into the session. Incidentally, my goal for the next > > release (603) is to rework the IDE, specifically the session, debug, and > > project manager - so suggestions are welcome. > > > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > > > > > -- > Björn Helgason, Verkfræðingur > Fugl&Fiskur ehf, Þerneyjarsund 23, Box 127 > 801 Grímsnes ,t-póst: [EMAIL PROTECTED] > Skype: gosiminn, gsm: +3546985532 > Landslags og skrúðgarðagerð, gröfuþjónusta > http://groups.google.com/group/J-Programming > > > Tæknikunnátta höndlar hið flókna, sköpunargáfa er meistari einfaldleikans > > góður kennari getur stigið á tær án þess að glansinn fari af skónum > /|_ .-----------------------------------. > ,' .\ / | Með léttri lund verður | > ,--' _,' | Dagurinn í dag | > / / | Enn betri en gærdagurinn | > ( -. | `-----------------------------------' > | ) | (\_ _/) > (`-. '--.) (='.'=) > `. )----' (")_(") -- Björn Helgason, Verkfræðingur Fugl&Fiskur ehf, Þerneyjarsund 23, Box 127 801 Grímsnes ,t-póst: [EMAIL PROTECTED] Skype: gosiminn, gsm: +3546985532 Landslags og skrúðgarðagerð, gröfuþjónusta http://groups.google.com/group/J-Programming Tæknikunnátta höndlar hið flókna, sköpunargáfa er meistari einfaldleikans góður kennari getur stigið á tær án þess að glansinn fari af skónum /|_ .-----------------------------------. ,' .\ / | Með léttri lund verður | ,--' _,' | Dagurinn í dag | / / | Enn betri en gærdagurinn | ( -. | `-----------------------------------' | ) | (\_ _/) (`-. '--.) (='.'=) `. )----' (")_(")
---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
