Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Condition breakpoint for string #8684

Closed
alekseibutiaev opened this issue Jan 18, 2022 · 1 comment
Closed

Condition breakpoint for string #8684

alekseibutiaev opened this issue Jan 18, 2022 · 1 comment

Comments

@alekseibutiaev
Copy link

alekseibutiaev commented Jan 18, 2022

Bug type: Debugger

C/C++ v1.8.0-insiders2

Can not set condition break point for string

v.compare("test") == 0
void bp_string(const std::string& v) {
std::cout << v << std::endl;
return;
}
Untitled
Untitled1
in gdb is working
Untitled2

@WardenGnaw
Copy link
Member

Duplicate of #8515

@WardenGnaw WardenGnaw marked this as a duplicate of #8515 Jan 18, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Mar 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants