VS Debugging Filter [WAS: boost.foreach overhead]
On Sun, Oct 17, 2010 at 6:29 PM, OvermindDL1
On Sun, Oct 17, 2010 at 3:47 PM, Eric Niebler
wrote: What debugger do you use? Visual Studio doesn't give me this grief.
Ditto, but even if it did I could setup a debugging filter in it to ignore the extra steps in the VS debugger, can you not do that in GDB?
Would someone be kind enough to provide pointers or expand on these debugging filters? I've used in the past a registry key to avoid stepping into some functions/methods. Is this it? Thanks, --DD
On Mon, Oct 18, 2010 at 8:30 AM, Dominique Devienne
On Sun, Oct 17, 2010 at 6:29 PM, OvermindDL1
wrote: On Sun, Oct 17, 2010 at 3:47 PM, Eric Niebler
wrote: What debugger do you use? Visual Studio doesn't give me this grief.
Ditto, but even if it did I could setup a debugging filter in it to ignore the extra steps in the VS debugger, can you not do that in GDB?
Would someone be kind enough to provide pointers or expand on these debugging filters? I've used in the past a registry key to avoid stepping into some functions/methods. Is this it?
Yes, although I think the newer versions make it easier, but I do not own one.
participants (2)
-
Dominique Devienne
-
OvermindDL1