Jump to content
Tuts 4 You

How to switch between windows


schoolboy

Recommended Posts

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

 

Link to comment
  • 2 weeks later...

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?

Link to comment

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.

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...