Does the standard version of VS2005 -debug- on actual PPC/SP devices?

Does the standard version of VS2005 -debug- on actual devices? Std shows no remote debugging:

http://lab.msdn.microsoft.com/vs2005/productinfo/productline/default.aspx

FeatureExpress productsVisual Studio Standard EditionVisual Studio Professional EditionVisual Studio Tools for OfficeVisual Studio Team System

DebuggingLocalLocalLocal/remoteLocal/remoteLocal/remote

Or is a real device Local in this context? Is this known yet?

[1791 byte] By [40thFloor] at [2008-1-25]
# 1
Yes, VS2005 Standard and above fully support Smart Device projects including debugging on an actual device of course. The matrix you posted is not relevant to device projects and probably refers to cross machine debugging for PC projects.

Cheers
Daniel

DanielMoth at 2007-8-21 > top of Msdn Tech,Smart Device Development,Smart Devices General...
# 2

How do you do debugging on an actual device? I can't find any options.

I'm doing wifi stuff that can't test on emulator

windypoint at 2007-8-21 > top of Msdn Tech,Smart Device Development,Smart Devices General...
# 3

Here's how:

1. Connect device to desktop via Active Sync.

2. Select device as target on VS drop down list.

3. Hit F5.

4. Debug on device.

IlyaTumanov at 2007-8-21 > top of Msdn Tech,Smart Device Development,Smart Devices General...
# 4

My problem is that I bought a new SPV M5000 running Windows Mobile 5.0. Although I can connect and deploy my proiject, I cannot set a breakpoint in order to debug it. In my previous SPV M5000 I could do it and it had a previous Windows Mobile 5.0 version. Does anyone had the same problem? Is it some kind of lock for the updated Windows M5.0 OS? Or it could be another kind of lock, like a service provider one (Orange and Vodafone operating).

Thanks in advance.

SocratesBrighton at 2007-8-21 > top of Msdn Tech,Smart Device Development,Smart Devices General...
# 5
SocratesBrighton wrote:

My problem is that I bought a new SPV M5000 running Windows Mobile 5.0. Although I can connect and deploy my proiject, I cannot set a breakpoint in order to debug it. In my previous SPV M5000 I could do it and it had a previous Windows Mobile 5.0 version. Does anyone had the same problem? Is it some kind of lock for the updated Windows M5.0 OS? Or it could be another kind of lock, like a service provider one (Orange and Vodafone operating).

Thanks in advance.

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=929555&SiteID=1

AndrewBadera at 2007-8-21 > top of Msdn Tech,Smart Device Development,Smart Devices General...