Remote Debugging TV2Client

Started by DarkNeo, 24. Oct 2008, 00:21

previous topic - next topic
Go Down

DarkNeo

I'm trying to get remote debugging working, but I'm having difficulties. I've copied across the latest debug client files from my VS 2008 installation, and it will connect, and attach to processes. So far, so good. However, to remote debug well, I want to get VS to deploy TV2Client. This is where the problems begin. Running two copies of TV2Client is obviously going to cause problems, so I've changed my BooterCE to not start TV2Client (and not restart if it doesn't have it's process ID). However now when I boot, I don't get anything, FTP/HTTP/Telnet don't work. All I've changed in BooterCE is to not run TV2Client.

Is it somehow required by the system that a TV2Client app has to be running? If so, what does it use to check if it is?

Hoernchen

Looks like you accidentially commented out too much code in your booterce ;)
At least on my x300t everything works just fine without a running tv2client.
bringer of linux, conqueror of hdmi, jack of all trades.

DarkNeo

Doh! After all that...it had just been assigned a different IP by the DHCP lol  :D

DarkNeo

Ok another problem, it won't load the symbol file. I've made sure the project outputs full debugging info, the pdb file is there, but if I try to load it manually it complains the symbol file doesn't match the module >:(

mce2222

by the way... are you aware of our SVN repository ? the code for the rewritten BooterCE is in there and that could of course need some additional features.

I also planned to create a new tv2client app  (that doesnt use the IPTV at all)

Go Up