<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Insight</title>
<description> Hi everybody,

I&amp;#039;ve a question about tha capabilities of insight. I currently used a patch of libogc to allow debugging using Wifi instead of SDgecko. I&amp;#039;ve succesfully connected to my homebrew but i can&amp;#039; t add watchers to my variables.

So, my question is how can I add a watch to a variable?

For information, i use the .elf to load the source code into insight (i don&amp;#039;t use the download option when i enable the remote connection) but I run the .dol on the HBC (using Wiiload).</description><link>http://forum.wiibrew.org/read.php?11,17444,17444#msg-17444</link><lastBuildDate>Fri, 12 Jun 2026 12:45:46 +0200</lastBuildDate>
<generator>Phorum 5.2.23</generator>
<item>
<guid>http://forum.wiibrew.org/read.php?11,17444,17905#msg-17905</guid>
<title>Re: Insight</title><link>http://forum.wiibrew.org/read.php?11,17444,17905#msg-17905</link><description><![CDATA[ Hi,<br /><br />finally, i&#039;ve succed to configure Eclipse! All is working. I&#039;ve replace all the toolchain with devkitpro tools (i&#039;ve also replace the elf parser etc... to have a better compatibility).<br /><br />Phoenix, if you need some help, you can contact me (arasium .... googlemail.com)! I&#039;m trying to create a plugin to create a new C/C++ project type (with the toolchain autoconfigurated) and your guide will help me to check if i&#039;ve not forgotten something.<br /><br />thanx for your help.]]></description>
<dc:creator>arasium</dc:creator>
<category>Coding</category><pubDate>Tue, 26 May 2009 10:12:37 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,17444,17867#msg-17867</guid>
<title>Re: Insight</title><link>http://forum.wiibrew.org/read.php?11,17444,17867#msg-17867</link><description><![CDATA[ Early stage of the guide, and may not tell you anything new yet, but you&#039;ll be up and compiling at least by the end of this version of the guide.<br /><a href="http://wiibrew.org/wiki/User:PhoenixTank/Setting_up_Eclipse_for_Wii_Development" rel="nofollow">Setting up Eclipse for Wii Development</a><br />Add any suggestions/questions to the talk page please.]]></description>
<dc:creator>PhoenixTank</dc:creator>
<category>Coding</category><pubDate>Tue, 26 May 2009 00:58:09 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,17444,17749#msg-17749</guid>
<title>Re: Insight</title><link>http://forum.wiibrew.org/read.php?11,17444,17749#msg-17749</link><description><![CDATA[ That would be awesome, anxiously awaiting your guide :D.]]></description>
<dc:creator>iofthestorm</dc:creator>
<category>Coding</category><pubDate>Sun, 24 May 2009 07:44:53 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,17444,17697#msg-17697</guid>
<title>Re: Insight</title><link>http://forum.wiibrew.org/read.php?11,17444,17697#msg-17697</link><description><![CDATA[ Well, I&#039;m using XP, but I just grabbed <a href="http://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/ganymedesr2" rel="nofollow">this build from the download site</a> I think that is Eclipse 3.4.2 & CDT 5.0.2<br />Depending on the bug, Arasium, it may be worth updating/clean installing Java.<br /><br />I may write up a guide on the long and frustrating process I had to go through to get this working.]]></description>
<dc:creator>PhoenixTank</dc:creator>
<category>Coding</category><pubDate>Sat, 23 May 2009 21:46:51 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,17444,17675#msg-17675</guid>
<title>Re: Insight</title><link>http://forum.wiibrew.org/read.php?11,17444,17675#msg-17675</link><description><![CDATA[ Yes, it&#039;s the O2 thant i need to transform to O0!<br /><br />But i&#039;ve a bug with Vista on Eclipse !!! Wich version of eclipse do you use?]]></description>
<dc:creator>arasium</dc:creator>
<category>Coding</category><pubDate>Sat, 23 May 2009 15:28:30 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,17444,17667#msg-17667</guid>
<title>Re: Insight</title><link>http://forum.wiibrew.org/read.php?11,17444,17667#msg-17667</link><description><![CDATA[ Finally, I have Eclipse autocompleting, compiling and debugging my wii code.<br /><br />@Arasium<br />The -O2 flag may be messing with your debug build, possibly.<br />Edit: Have you set up the symbol file?]]></description>
<dc:creator>PhoenixTank</dc:creator>
<category>Coding</category><pubDate>Sat, 23 May 2009 13:31:39 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,17444,17664#msg-17664</guid>
<title>Re: Insight</title><link>http://forum.wiibrew.org/read.php?11,17444,17664#msg-17664</link><description><![CDATA[ Yes, i use this patch. For eclipse, i don&#039;t know. I think you need to specify the libogc header folders (c:/devkitpro/libogc/include...) somewhere in eclipse.<br /><br />for my flags, i use this:<br /><br /><br />CFLAGS = -g -O2 -Wall $(MACHDEP) $(INCLUDE)<br />CXXFLAGS = $(CFLAGS)<br /><br />LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map]]></description>
<dc:creator>arasium</dc:creator>
<category>Coding</category><pubDate>Sat, 23 May 2009 07:37:43 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,17444,17640#msg-17640</guid>
<title>Re: Insight</title><link>http://forum.wiibrew.org/read.php?11,17444,17640#msg-17640</link><description><![CDATA[ Are you using the patches from here? [<a href="http://forum.wiibrew.org/read.php?11,12220" rel="nofollow">forum.wiibrew.org</a>] I would love to use eclipse for Wii development, although currently it&#039;s a tossup between eclipse, emacs/CEDET and notepad++. The main problem I felt was that eclipse feels too clunky for C and it doesn&#039;t seem to do autocompletion properly. Any tips on setting up eclipse?]]></description>
<dc:creator>iofthestorm</dc:creator>
<category>Coding</category><pubDate>Sat, 23 May 2009 00:22:03 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,17444,17616#msg-17616</guid>
<title>Re: Insight</title><link>http://forum.wiibrew.org/read.php?11,17444,17616#msg-17616</link><description><![CDATA[ did you compile your program with -g in the cflags, and -O0?]]></description>
<dc:creator>MrPeanut</dc:creator>
<category>Coding</category><pubDate>Fri, 22 May 2009 14:36:10 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,17444,17605#msg-17605</guid>
<title>Re: Insight</title><link>http://forum.wiibrew.org/read.php?11,17444,17605#msg-17605</link><description><![CDATA[ Ok, so i&#039;ve succed to attach the debugger to the remote process but i still can&#039;t see variables content. I&#039;ve an error with something like that:<br /><br />"Can&#039;t find symbol myVariable"!!<br /><br />PS: I use wiiload to send the homebrew to the HBC. I don&#039;t know if this can be a reason of the bug.]]></description>
<dc:creator>arasium</dc:creator>
<category>Coding</category><pubDate>Fri, 22 May 2009 10:08:34 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,17444,17524#msg-17524</guid>
<title>Re: Insight</title><link>http://forum.wiibrew.org/read.php?11,17444,17524#msg-17524</link><description><![CDATA[ No, i&#039;ve edited my post when i&#039;ve realized that msvc = Visual Studio! But my edition hasn&#039;t been recorded :)<br /><br />I&#039;ve succeded to compile with Eclipse, but i still have problems to configure the debugger! So i will come back with other questions :)<br /><br />Thank you Mr Peanut]]></description>
<dc:creator>arasium</dc:creator>
<category>Coding</category><pubDate>Thu, 21 May 2009 11:27:00 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,17444,17510#msg-17510</guid>
<title>Re: Insight</title><link>http://forum.wiibrew.org/read.php?11,17444,17510#msg-17510</link><description><![CDATA[ Well I use msvc to write my code, not debug it. You can&#039;t use msvc to debug your code since you can&#039;t select a debugger in it. Sorry if I confused you.]]></description>
<dc:creator>MrPeanut</dc:creator>
<category>Coding</category><pubDate>Thu, 21 May 2009 03:31:28 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,17444,17481#msg-17481</guid>
<title>Re: Insight</title><link>http://forum.wiibrew.org/read.php?11,17444,17481#msg-17481</link><description><![CDATA[ Okay,<br /><br />i will try Eclipse! If i succeed, i will put my results here!<br />I will also have a look msvc!<br /><br />thank you]]></description>
<dc:creator>arasium</dc:creator>
<category>Coding</category><pubDate>Wed, 20 May 2009 21:03:55 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,17444,17465#msg-17465</guid>
<title>Re: Insight</title><link>http://forum.wiibrew.org/read.php?11,17444,17465#msg-17465</link><description><![CDATA[ Insight never worked for me either... for anything... for any platform. Besides, I&#039;m a windows programmer so I&#039;m used to the msvc debugging interface.<br /><br />When I toyed with psp homebrew, I used the debugging interface in eclipse which would connect to the gdb server running on the psp. You could do the same with wii debugging. Nowadays, I just use command line gdb to poke variables.<br /><br /><edit> actually, if you want to learn how to use eclipse ... follow this: [<a href="http://forums.ps2dev.org/viewtopic.php?t=6324" rel="nofollow">forums.ps2dev.org</a>]<br /><br />Now this is for the psp, but when you install eclipse, the CDT, and the debugger all you have to do is just tell eclipse that you&#039;re using powerpc-gekko-gdb instead of gdb, and your wii&#039;s ip address:8000 (or whatever your port selection is)<br /><br />Hope that helps, any questions? ask away<br /><br /><edit #2> oh, and I&#039;m not preaching eclipse. I don&#039;t even use it anymore. I just think insight blows.]]></description>
<dc:creator>MrPeanut</dc:creator>
<category>Coding</category><pubDate>Wed, 20 May 2009 17:48:16 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,17444,17444#msg-17444</guid>
<title>Insight</title><link>http://forum.wiibrew.org/read.php?11,17444,17444#msg-17444</link><description><![CDATA[ Hi everybody,<br /><br />I&#039;ve a question about tha capabilities of insight. I currently used a patch of libogc to allow debugging using Wifi instead of SDgecko. I&#039;ve succesfully connected to my homebrew but i can&#039; t add watchers to my variables.<br /><br />So, my question is how can I add a watch to a variable?<br /><br />For information, i use the .elf to load the source code into insight (i don&#039;t use the download option when i enable the remote connection) but I run the .dol on the HBC (using Wiiload).]]></description>
<dc:creator>arasium</dc:creator>
<category>Coding</category><pubDate>Wed, 20 May 2009 09:45:39 +0200</pubDate></item>
</channel>
</rss>