Signed-off-by: Rafał Wojdyła <omeg@invisiblethingslab.com>
This commit is contained in:
Rafał Wojdyła 2024-03-10 19:53:09 +01:00
parent 875fc70ebf
commit e284f64909
No known key found for this signature in database
GPG Key ID: D32BF219E67BA830

View File

@ -10,7 +10,7 @@ ref: 50
title: Windows debugging title: Windows debugging
--- ---
Debugging Windows code can be tricky in a virtualized environment. The guide below assumes Qubes 4.1 and Windows 7 or later VMs. Debugging Windows code can be tricky in a virtualized environment. The guide below assumes Qubes 4.2 and Windows 7 or later VMs.
User-mode debugging is usually straightforward if it can be done on one machine. Just duplicate your normal debugging environment in the VM. User-mode debugging is usually straightforward if it can be done on one machine. Just duplicate your normal debugging environment in the VM.