I installed FreeBSD 10.2 on Windows 10's Hyper-V, and found there are many disk devices under /dev folder, for example, /dev/da0 ~ /dev/da15. But in fact only /dev/da0 can be used.
I'm trying to debug the storvsc during kernel boot by following "10.4. On-Line Kernel Debugging Using DDB" of developer handbook. But the DDB cannot show source code and it cannot print variable value. It is unfriendly for me to debug assembly code.
Is it possible to debug the source code with similar user experience as GDB?
I'm trying to debug the storvsc during kernel boot by following "10.4. On-Line Kernel Debugging Using DDB" of developer handbook. But the DDB cannot show source code and it cannot print variable value. It is unfriendly for me to debug assembly code.
Is it possible to debug the source code with similar user experience as GDB?