Dear all , following is my steps to setup a remote debugging
1, dbgsrv -t tcp:port=9000
2, cdb -QR \192.168.1.101
Servers on \192.168.1.101:
Unable to query \192.168.1.101
Why this command return nothing ?
3, windbg -premote tcp:server=192.168.1.101,port=9000
This command will connect to remote server successfuly and I can select a
process from File | Attach to a Process , but the attaching will always fail
and the attemping process on remote server will be terminated
Could someone explain this for me , many thanks.
- OK
- try disabling the firewall on the server, see if that fixes it. not
trying to suggest that as a longterm solution, but rather diagnosing
what exactly is preventing you from enumerating the active process servers - What is the error you get after attaching?
yushang wrote:
Dear all , following is my steps to setup a remote debugging
1, dbgsrv -t tcp:port=9000
2, cdb -QR \192.168.1.101
Servers on \192.168.1.101 http::
> Unable to query \192.168.1.101
> Why this command return nothing ?
> 3, windbg -premote tcp:server=192.168.1.101,port=9000
> This command will connect to remote server successfuly and I can select
> a process from File | Attach to a Process , but the attaching will
> always fail and the attemping process on remote server will be terminated
> Could someone explain this for me , many thanks.</http:>