Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How to switch between windows

Featured Replies

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

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?

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

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.