debugging

  1. B

    Single-stepping in windbg always crashes the Windows ARM64 VM

    With Parallels 16.5.0, single-stepping in windbg always crashes the Windows ARM64 VM. To repro, simply install a windows VM, and a Windows SDK. Then, use windbg to debug notepad.exe for example, and observe the crash with KMODE_EXCEPTION_NOT_HANDLED (1e).
  2. B

    Single-stepping an instruction in windbg always crashes the Windows VM

    Windows ARM64 VMs running in Parallels 16.5.0 always crashes with KMODE_EXCEPTION_NOT_HANDLED (1e) when I single-step an instruction in windbg. Please consider prioritizing a fix for this issue.
  3. M

    Kernel debugging VM

    I have as a host Bigsur and VM Catalina. I want to debug the processes of the VM from the outside (so I will be able to overcome the inner limitations). When I use "Start Debugging Session" This is what I get: ``` Last login: Sun Aug 2 18:03:27 on ttys001 The default interactive shell is now...
Back
Top