[Insight-users] Setting breakpoint in .txx file under the XCode
Mathieu Coursolle
mcoursolle at rogue-research.com
Wed Apr 18 10:06:37 EDT 2007
Hi,
Have you try using the console?
(gdb) b itk::SomeClass::SomeFunction
(gbd) c
Just break before the itk call, then enter the following
in the XCode console.
Mathieu
>Hi All,
>
>I am a newbie to both ITK and XCode, so please forgive me if this is a
>trivial question. I cannot find a way to set a breakpoint within the
>.txx file under the XCode 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 as well...
>
>So is there any way to resolve this? Any help would be greatly appreciated
>
>Thanks,
>
>Alex Lisovich
>_______________________________________________
>Insight-users mailing list
>Insight-users at itk.org
>http://www.itk.org/mailman/listinfo/insight-users
>
--
____________________________________________________________
Mathieu Coursolle mcoursolle at rogue-research.com
Rogue Research www.rogue-research.com
Montréal, Québec, Canada
More information about the Insight-users
mailing list