How can you make breakpoint log (ctrl-shift-f4) give you several values ?
like, one line would give you EAX and ESI.
Of course you can put a breakpoint on the next line and ask the next register, but when you have only one line, you're a bit stuck.
How can you access flags in logging expressions/breakpoint conditions ?






