Posted January 30, 20205 yr 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
February 10, 20205 yr 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?
February 10, 20205 yr Author @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.
February 11, 20205 yr 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.
Create an account or sign in to comment