Re: [Activetcl] Can't get remote debugging to work
by Larry W. Virden other posts by this author
Jun 20 2008 11:07AM messages near this date
view in the new Beta List Site
Re: [Activetcl] Can't get remote debugging to work
|
Re: [Activetcl] Can't get remote debugging to work
On 6/20/08, Matthew Smith <chedderslam@[...].com> wrote:
>
> After some experimentation, I believe the problem is with the command line
> stuff. I have commented out a lot of code and got it down to just this,
> which works:
> set auto_path "c:/tcldevkit/lib $auto_path"
I don't know if this is directly relevant but
http://wiki.tcl.tk/auto_pathrecommends using
set auto_path [linsert $auto_path 0 /home/mystuff/someextension/unix]
as the way to add a path to the auto_path variable...
--
Tcl - The glue of a new generation. http://wiki.tcl.tk/
Larry W. Virden http://www.purl.org/net/lvirden/
http://www.xanga.com/lvirden/
Even if explicitly stated to the contrary, nothing in this posting
should be construed as representing my employer's opinions.
Thread:
Matthew Smith
Andreas Kupries
Matthew Smith
Andreas Kupries
Larry W. Virden
Matthew Smith
|