Jump to content
Tuts 4 You

How to switch between windows


schoolboy

Recommended Posts

Posted

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

 

  • 2 weeks later...
Posted

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?

Posted

@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.

Posted

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

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...