Anybody know a way to execute a windbg command in all processes currently being debugged? eg. set one breakpoint in all of them in one go?
@ericlaw I'm debugging MSIE and unfortunately "!for_each_process only supported for kernel mode."
-
-
@berendjanwever@ericlaw just set a bp command then 'g' on process creation event - sxe cpr "bp mybreakpoint;g" -
@parityzero That works if you know what you want before you start - I'd like to set breakpoints in all processes after I've started them. -
@berendjanwever@parityzero |0;.foreach /pS 1 /ps5 (iProc {|*}){|${iProc};bp mshtml!foo;} - End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.