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?
-
-
Replying to @berendjanwever1 reply 0 retweets 2 likes
-
Replying to @berendjanwever
@berendjanwever@ericlaw just set a bp command then 'g' on process creation event - sxe cpr "bp mybreakpoint;g"1 reply 1 retweet 0 likes -
Replying to @parityzero
@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.1 reply 0 retweets 0 likes -
Replying to @berendjanwever
@berendjanwever@parityzero |0;.foreach /pS 1 /ps5 (iProc {|*}){|${iProc};bp mshtml!foo;}2 replies 0 retweets 1 like
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.