RPC Debugging
To use the dbgidl interface introduced in XP, the sytem hosting RPC services must be configured to maintain RPC troubleshooting state information.
The 'RPC Troubleshooting State Information' GPO must be enabled, typically in the LGPO using gpedit.msc.
"Computer Configuration->Administrative Templates->System->Remote Procedure Call."
Then you can use rpcexts!* in windbg or dbgrpc.exe
To use the dbgidl interface introduced in XP, the sytem hosting RPC services must be configured to maintain RPC troubleshooting state information.
The 'RPC Troubleshooting State Information' GPO must be enabled, typically in the LGPO using gpedit.msc.
"Computer Configuration->Administrative Templates->System->Remote Procedure Call."
Then you can use rpcexts!* in windbg or dbgrpc.exe
Comments