Click here to Skip to main content
15,886,689 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

We can hit breakpoint to all the function of Class using,

C++
ClassName::*


Is it possible to hit breakpoint using function name, for example, I want hit breakpoint in function name sort. I am not sure of it's class name.

I want to do something like,

*::sort()


Is it possible in Visual Studio?
Posted
Updated 29-Jun-15 20:40pm
v2

1 solution

Yes you can - if you have the right edition of Visual Studio.

Someone gotta pay for such features ;-)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900