arighi / virtme-ng

Quickly build and run kernels inside a virtualized snapshot of your live system
GNU General Public License v2.0
417 stars 45 forks source link

How to achieve the debugging effect of -S in qemu #136

Open shichaoyuan opened 2 months ago

shichaoyuan commented 2 months ago

How to achieve the debugging effect of -S in qemu?

jimc commented 2 months ago

these extra args do it for me.

alias vrund="vrun -a nokaslr -o=-S -o=-s "