I used a "watchdog" thread for this, which checks if the mainform is responding, and make a minidump (you can load this dump with WinDbg, use map2dbg. Read More
posted @ 2016-07-14 17:36 findumars Views(1374) Comments(0) Diggs(0)
在Windows下建立隧道可以使用putty,其间会用到ppk文件。在Mac OSX下,同样的功能可以用ssh命令实现。具体是: ssh -D 8088 -Nf user@ip -i myppk.ssh 以上,8088为本地监听端口号;user和ip根据你的实际情况进行替换;myppk.ssh是从p Read More
posted @ 2016-07-14 05:16 findumars Views(1533) Comments(0) Diggs(0)