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

Allow SetBreakpointLog's first args to be breakpoint name #3336

Open
cesaryuan opened this issue Apr 10, 2024 · 1 comment
Open

Allow SetBreakpointLog's first args to be breakpoint name #3336

cesaryuan opened this issue Apr 10, 2024 · 1 comment
Labels
feature The issue requests a new feature.

Comments

@cesaryuan
Copy link

cesaryuan commented Apr 10, 2024

Feature type

Quality of life

Describe the feature

I have a scenario where I set logging breakpoints for some common WINAPIs. I tried the following commands, but it said Can't set logging text on breakpoint "LoadLibraryExW".

bp LoadLibraryExW, LoadLibraryExW
bplog LoadLibraryExW, "{a:cip} utf16(rcx)"

Now, the first arg of the bp command can be the API name, but the first parameter of bplog can only be the address. Hope this can be improved.

@cesaryuan cesaryuan added the feature The issue requests a new feature. label Apr 10, 2024
@cesaryuan cesaryuan reopened this Apr 10, 2024
@cesaryuan cesaryuan changed the title Allow SetBreakpointLog's first args to be breakpoint name or API name. Allow SetBreakpointLog's first args to be breakpoint name Apr 10, 2024
@mrexodia
Copy link
Member

Hm this seems like a bug. All expressions should be allowed…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature The issue requests a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants