Thank you. I must be missing something trivial.
I cant seem to hit the WptHook::Init() function at all (some sample fprintf in this routine doesnt show up but does from elsewhere).
Uncommenting the messagebox in wpthook.cc, rebuild, start in MS Visual studio doesnt bring up the "attach debugger" message either.
The WPT test is setup to run with Chrome in "Native Connection" mode since I dont have dummynet installed on this Win2k12 server yet.
I'm running MS Visual Studio as Administrator and starting the prog from "Local Windows Debugger".
On the DebugView, I do see messages coming via OutputDebugString ( Ex. Flushing DNS cache ...) but nothing else. I've enabled
00000035 27.23285675 [8108] Reading user data...
00000036 27.23323059 [8108] Pipe Logging: 10|300|
00000037 27.24257660 [8108] Pipe Logging: Success!
00000038 27.24312210 [8108] Reading data... Succeeded Reading 75 bytes of data (75 actual).
00000039 27.27181435 [8108] Returning user data[Success|e1dd5524d0c14288b30af76281a1f45d|2.7.45154151|COMA|comet-arcade.com]
00000040 27.44547462 [8108] Pipe Logging: 10|185|
00000041 27.44564056 [8108] Pipe Logging: Success!
00000042 27.47657394 [8108] Pipe Logging: 10|202|Hook Active: closesocket
00000043 27.47994804 [8108] Pipe Logging: Success!
00000044 27.48001862 [8108] Pipe Logging: 10|203|Data Active
00000045 27.48008537 [8108] Pipe Logging: 10|204|Valid Document
00000046 27.48010635 [8108] Pipe Logging: 10|202|Hook Active: connect
00000047 27.48017883 [8108] Pipe Logging: 10|203|Data Active
00000048 27.48022652 [8108] Pipe Logging: 10|207|Trying to Load boot- Mime: application/json Host: 127.0.0.1:8888 Path: /task
00000049 27.58190346 [8108] Pipe Logging: Success!
00000050 27.58213806 [8108] Pipe Logging: Success!
00000051 27.58236313 [8108] Pipe Logging: Success!
00000052 27.68292809 [8108] Pipe Logging: Success!
00000053 27.68321800 [8108] Pipe Logging: Success!
00000054 28.47544479 [10912] Waiting up to 120 seconds for the test to complete
00000055 28.51938248 [8108] Pipe Logging: 10|207|Trying to Load boot- Mime: application/json Host: 127.0.0.1:8888 Path: /task
00000056 28.51953316 [8108] Pipe Logging: Success!
00000057 28.51965904 [8108] Pipe Logging: 10|204|Valid Document
00000058 28.52903748 [8108] Pipe Logging: Success!
00000059 33.79203033 [10912] Checking for software updates...
00000060 33.79264069 [10912] Checking for work...
00000061 33.79665756 [10912] Waiting for work...
(11-05-2014 03:48 AM)pmeenan Wrote: [ -> ]By far the easiest way is to use debugview: http://technet.microsoft.com/en-us/sysin...96647.aspx
Run it as an administrator and turn on global capture and then all of the logging will be timestamped and displayed (you'll need a debug WPT build).
If you actually want to step through it in a debugger then you'll need to uncomment the message box in wpthook.cc and when the "Attach debugger" message gets displayed you'll need to attach to the process from Visual Studio to actually debug it.