<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/13760" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2007-09-02T07:11:49-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/13760</id>

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-09-02T07:11:49-04:00</updated>

		<published>2007-09-02T07:11:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75620#p75620</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75620#p75620"/>
		<title type="html"><![CDATA[best ide / debugger for eggdrop (tcl)?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75620#p75620"><![CDATA[
This <a href="http://forum.egghelp.org/viewtopic.php?p=69351&amp;highlight=#69351" class="postlink">code</a> by user should be useful. It lets you emulate tclsh in Eggdrop's partyline.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Sep 02, 2007 7:11 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2007-09-02T03:47:45-04:00</updated>

		<published>2007-09-02T03:47:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75616#p75616</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75616#p75616"/>
		<title type="html"><![CDATA[Re: best ide / debugger for eggdrop (tcl)?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75616#p75616"><![CDATA[
I see. Thank You. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> I really dont think something like this has been developed, the best thing i could recommend is if you want to test these debugers for eggdrop tcl scripts. Write tclsh scripts that will 'mimic' eggdrops built-in tcl commands. You can see a list of them in the docs folder named tcl-commands.doc. Also i guess you could use the <strong class="text-strong">.tcl</strong> command, as this would probably show everything like that as well <strong class="text-strong">.set errorInfo</strong>, so there are alternatives' if your willing to compromise.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8130">TCL_no_TK</a> — Sun Sep 02, 2007 3:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sKy]]></name></author>
		<updated>2007-09-01T22:02:15-04:00</updated>

		<published>2007-09-01T22:02:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75614#p75614</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75614#p75614"/>
		<title type="html"><![CDATA[best ide / debugger for eggdrop (tcl)?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75614#p75614"><![CDATA[
A debugger is a very productive programing tool. After you have code with no syntax errors and maybe some program errors you can walk thought your code. Command for command, you will see how the computer will process.<br><br>There are also a lot debuggers for tcl. But all I have tested only work with pure tcl (tclsh). If tcl is embedded as script language in some program (like eggdrop) I don`t know a way to debug. Thats why I posted here.<br><br><a href="http://en.wikipedia.org/wiki/Debugger" class="postlink">http://en.wikipedia.org/wiki/Debugger</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6101">sKy</a> — Sat Sep 01, 2007 10:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2007-08-31T04:22:38-04:00</updated>

		<published>2007-08-31T04:22:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75578#p75578</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75578#p75578"/>
		<title type="html"><![CDATA[Re: best ide / debugger for eggdrop (tcl)?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75578#p75578"><![CDATA[
Debug? can you give me more information please. I dont know if this is relivant or not but the debug stuff is available from eggdrop its self. This is an example of the <strong class="text-strong">.debug</strong> command from eggdrop cvs version. <blockquote class="uncited"><div>.debug<br>[08:21] #Kanon# debug<br>File 'language.c' accounted for 17915/17915 (ok)<br>File 'chanprog.c' accounted for 294/294 (ok)<br>File 'misc.c    ' accounted for 84766/84766 (ok)<br>File 'userrec.c ' accounted for 3712/3712 (ok)<br>File 'net.c     ' accounted for 0/0 (ok)<br>File 'dccutil.c ' accounted for 21164/21164 (ok)<br>File 'botnet.c  ' accounted for 2200/2200 (ok)<br>File 'tcl.c     ' accounted for 4937/4937 (ok)<br>File 'tclhash.c ' accounted for 25408/25408 (ok)<br>File 'tclmisc.c ' accounted for 194/194 (ok)<br>File 'modules.c ' accounted for 894/894 (ok)<br>File 'tcldcc.c  ' accounted for 12/12 (ok)<br>File 'dns.c     ' accounted for 0/0 (ok)<br>Module 'wire      ' accounted for 0/0 (ok)<br>Module 'console   ' accounted for 0/0 (ok)<br>Module 'notes     ' accounted for 0/0 (ok)<br>Module 'irc       ' accounted for 0/0 (ok)<br>Module 'ctcp      ' accounted for 0/0 (ok)<br>Module 'server    ' accounted for 73/73 (ok)<br>Module 'channels  ' accounted for 30250/30250 (ok)<br>Module 'dns       ' accounted for 48/48 (ok)<br>Module 'uptime    ' accounted for 0/0 (ok)<br>Module 'encryption' accounted for 12552/12552 (ok)<br>Module 'eggdrop   ' accounted for 0/0 (ok)<br>--- End of debug memory list.<br>Open sockets: 3 (listen), 4 (passed on), 7, 12, done.</div></blockquote> As for which operating system is best, i would think linux/NIX* type os are supported with debug as windows/cygwin versions use --strip.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8130">TCL_no_TK</a> — Fri Aug 31, 2007 4:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sKy]]></name></author>
		<updated>2007-07-13T20:45:37-04:00</updated>

		<published>2007-07-13T20:45:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74420#p74420</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74420#p74420"/>
		<title type="html"><![CDATA[best ide / debugger for eggdrop (tcl)?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74420#p74420"><![CDATA[
Which integrated development environment is best for eggdrop? I tested already all ides and debuggers for tcl. But no ide and no debugger integrates well into eggdrop. To develop/debug on remote shell would be awesome, but for a local installed win/eggdrop it would be fine as well.<br><br>None of the debuggers worked for eggdrop related things... Just plain tcl.<br><br>Any advice?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6101">sKy</a> — Fri Jul 13, 2007 8:45 pm</p><hr />
]]></content>
	</entry>
	</feed>
