When I want to trace into IoCallDriver using windbg by source code mode, I can enter IofCallDriver, but I can't trace into "IopfCallDriver(DeviceObject, Irp);" by source code mode. I see the implementation of IopfCallDriver, but I can't trace into it. Why?Thanks.