Scotch 1 Posted August 7 (edited) 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 by Scotch (see edit history) Share this post Link to post
mrexodia 1,460 Posted August 17 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). 1 Share this post Link to post