• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Debugger doesn't stop in template method?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Debugger doesn't stop in template method?


  • Subject: Debugger doesn't stop in template method?
  • From: Jim Correia <email@hidden>
  • Date: Tue, 13 Jan 2004 17:03:02 -0500

I have a template class.

template<class T>
OSErr	Foo<T>::Bar(Baz<T> &aBaz)
{
	char	*str = nil;

	doSomething();

	doSomethingElse();
}

If I set a breakpoint inside that function the debugger doesn't stop. (It doesn't warn me in the console that it couldn't set the breakpoint either.)

The file does have debug info - if I stop in doSomething I can step until it exits and back up into Foo::Bar.

Is this a known problem? Is there a workaround? (Do I need to build a sample project that shows the problem and write up a radar issue?)

Thanks,
Jim
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: Debugger doesn't stop in template method?
      • From: Jim Ingham <email@hidden>
    • Re: Debugger doesn't stop in template method?
      • From: Kevin Grant <email@hidden>
    • Re: Debugger doesn't stop in template method?
      • From: Troy Dawson <email@hidden>
  • Prev by Date: CVS Plugin
  • Next by Date: xcode and Perforce
  • Previous by thread: CVS Plugin
  • Next by thread: Re: Debugger doesn't stop in template method?
  • Index(es):
    • Date
    • Thread