T O P I C R E V I E W |
scottaronbloom |
Posted - Sep 13 2023 : 11:16:19 AM For std::make_shared and std::make_unique, it would be great if there was a debug filter where it would step into the actual proper constructor, as opposed to the make_shared/make_unique code |
1 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Sep 14 2023 : 09:09:22 AM Are you making a unique pointer to one of your own classes, or a STL class?
If one of your own classes, why not simply put a break point inside the class constructor? |
|
|