Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 C++ Debugging "skip" make_shared

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

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?

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000