Search notes:

?

? evaluates expressions., ?? evaluates a C++ expression.
Symbols that occur in the expression are evaluated in the context of the current thread and process.

Print values of registers

With MASM evaluation, the value of a register can be printed simply like so:
? rcx
With C++ evaulation, the name of the register needs to be prefixed with an at sign (@):
?? @rcx
Compare with the r command.

See also

The .formats command also evaluates expressions.

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Windows/...', 1759363478, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Windows/development/Debugging/tools/commands/question-mark/index(52): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78