schoolboy Posted January 30, 2020 Posted January 30, 2020 I couldn't find an argument to jump to the breakpoint window. https://help.x64dbg.com/en/latest/commands/script/index.html bpd bphd bpmd find cip, "00 00 00 00" cmp $result, 0 je error bp $result cmt $result,"OEP" //d //--> If I make "d" here, it goes to the Cpu window. Is there a parameter to jump to the breakpoint window like this? msg "Please switch to breakpoint window" ret error: msg "Pattern not found!" ret
mrexodia Posted February 10, 2020 Posted February 10, 2020 There is no command to make the breakpoint window visible, that is only exposed from the menu currently. Likely with a Qt plugin you could make a command but why do you need it?
schoolboy Posted February 10, 2020 Author Posted February 10, 2020 @mrexodia I am constantly making changes to an exe file, and I have to constantly stop by the breakpoint I added. I need this to work faster. I look forward to it in the next update.
mrexodia Posted February 11, 2020 Posted February 11, 2020 There won't be any update for this. If you really need it you can develop some abomination with AHK or similar (you can easily write your own commands), but switching to the breakpoint tab is not a commonly-wanted feature.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now