I have been working on visual studio community 2019 and i ask you , how can i set a conditional breakpoint to see when auxfp.Name is the Student "Nilza" ! Thank You guys. enter image description here
Asked
Active
Viewed 61 times
0
-
what's the problem with what you have already done? What datatype is `auxfp.Name`? please provide a [mre] – Alan Birtles Apr 14 '21 at 10:18
-
Sorry for the time, but auxfp.Name is a string ! – armindo Apr 27 '21 at 19:35
-
a `std::string` a `const char*` something else? please provide a [mre] – Alan Birtles Apr 27 '21 at 21:44
-
is a std::string and i have a file .csv that i want to read and i need when the line that i'm reading (in a line i have to read a timestamp, name, num and 5 options that refer to a person ) have the std::String auxfp.Name == "Nilza" to stop the code and see what is happening ! – armindo Apr 29 '21 at 07:25
-
see https://stackoverflow.com/questions/1740858/how-to-create-conditional-breakpoint-with-stdstring – Alan Birtles Apr 29 '21 at 07:34