[Insight-users] Setting breakpoint in .txx file under Xcode IDE again

David Cole david.cole at kitware.com
Fri Apr 20 16:27:34 EDT 2007


Is it because Xcode doesn't know about .txx files or is it because the
particular .txx file is not listed in the Xcode project?

If you make a simple hello world example with a single .txx file, do
you have the same issue? Is it fixed if you add the .txx file to the
project?

If you must, go into Xcode's Preference's dialog and poke around in
the "File Types" panel -- see if maybe you can add .txx under "file >
text > sourcecode > sourcecode.c"....

Maybe a better question for an Apple / Xcode mailing list of some sort....


HTH,
David


On 4/20/07, Alex Lisovich <alex.lisovich at gmail.com> wrote:
> Hi All,
>
> I am very sorry for posting this question again, but I did not get the
> answer on the first try so... Anyway, the question:
>
> I cannot find a way to set a breakpoint within the
> .txx file under the XCode IDE as all breakpoint options in opened .txx
> file are disabled. At the same time I can step into the .txx file from
> my code and actually step through it in debug mode (all variables get
> updated in the debugger window, the .txx window scrolls to the proper
> method etc), but the current line is not highlighted.
>
> So is there any way to resolve this? Is there any way to change the
> file association rules in Xcode for header files so it will treat .txx
> as .h?
>
> Thank you,
>
> Alex
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
>


More information about the Insight-users mailing list