Posted August 7, 20196 yr hi, How to set condition breakpoint and never pause program? And Ollydbg has a feature, never pause the running program. But failed in x64_dbg as the similar command. x64_dbg version : 02/07 2019 Edited August 7, 20196 yr by Scotch
August 17, 20196 yr There is quite an extensive documentation available at http://help.x64dbg.com/en/latest/introduction/ConditionalBreakpoint.html, however if you don't feel like reading, just use Break Condition "0", Log Condition "r9 != 0" and uncheck "Fast Resume" (since fast resume will skip logging if break condition != 0).
Create an account or sign in to comment