Dear TechGurus

How should I debug my code on the actual PDA?
For example, I have a HP Ipaq PDA and have a active synch connection to the Desktop. The code is present in the EVC++ 3.0 running on the desktop
Provided I have a debug build, is there a way to debug my code(step in)? My processor is ARM..

Is it possible to debug the Application and the Driver DLL

If its a big thing which u may hate typing, pls get me the link so that I can browse from there
Cheer
Ram

Re: Debugging on the PDA. Is it possible? by OscarTV

OscarTV
Thu Apr 01 03:41:52 CST 2004

Just push F5, EVC++ will start a remote debugging process of your
application.

Ram wrote:
> Dear TechGurus,
>
> How should I debug my code on the actual PDA?
> For example, I have a HP Ipaq PDA and have a active synch connection to the Desktop. The code is present in the EVC++ 3.0 running on the desktop.
> Provided I have a debug build, is there a way to debug my code(step in)? My processor is ARM...
>
> Is it possible to debug the Application and the Driver DLL?
>
> If its a big thing which u may hate typing, pls get me the link so that I can browse from there.
> Cheers
> Ram


Re: Debugging on the PDA. Is it possible? by K

K
Thu Apr 01 09:42:53 CST 2004

but EVC can only debug App but can not debug DLL that loaded by the device
manager or gwes..

"OscarTV" <nobody@nowhere.com> ¼¶¼g©ó¶l¥ó·s»D
:406BE3E0.9080801@nowhere.com...
> Just push F5, EVC++ will start a remote debugging process of your
> application.
>
> Ram wrote:
> > Dear TechGurus,
> >
> > How should I debug my code on the actual PDA?
> > For example, I have a HP Ipaq PDA and have a active synch connection to
the Desktop. The code is present in the EVC++ 3.0 running on the desktop.
> > Provided I have a debug build, is there a way to debug my code(step in)?
My processor is ARM...
> >
> > Is it possible to debug the Application and the Driver DLL?
> >
> > If its a big thing which u may hate typing, pls get me the link so that
I can browse from there.
> > Cheers
> > Ram
>



Re: Debugging on the PDA. Is it possible? by Oliver

Oliver
Fri Apr 02 01:33:43 CST 2004

Hi K. S. Huang,

debugging a DLL is not fully possible through eVC. You should take a look at
'Building Powerful Platforms with Windows CE' at Chapter 9. It will tell you
how to debug a DLL, from Platform Builder and from eVC.

Best regards,
Oliver Münchow
--
---------------------------------------
Gesytec GmbH eMail:
52076 Aachen omuenchowATgesytecDOTde
http://www.gesytec.de


"K. S. Huang" <ks_huang@dlink.com.tw.remove.this> schrieb im Newsbeitrag
news:%23xYVL$$FEHA.2428@tk2msftngp13.phx.gbl...
> but EVC can only debug App but can not debug DLL that loaded by the device
> manager or gwes..
>
> "OscarTV" <nobody@nowhere.com> ¼¶¼g©ó¶l¥ó·s»D
> :406BE3E0.9080801@nowhere.com...
> > Just push F5, EVC++ will start a remote debugging process of your
> > application.
> >
> > Ram wrote:
> > > Dear TechGurus,
> > >
> > > How should I debug my code on the actual PDA?
> > > For example, I have a HP Ipaq PDA and have a active synch connection
to
> the Desktop. The code is present in the EVC++ 3.0 running on the desktop.
> > > Provided I have a debug build, is there a way to debug my code(step
in)?
> My processor is ARM...
> > >
> > > Is it possible to debug the Application and the Driver DLL?
> > >
> > > If its a big thing which u may hate typing, pls get me the link so
that
> I can browse from there.
> > > Cheers
> > > Ram
> >
>
>



Re: Debugging on the PDA. Is it possible? by Steve

Steve
Fri Apr 02 18:48:02 CST 2004

What!? debugging a DLL IS fully possible with eVC. A Driver is a different
story. That needs Platform builder as it loads into the Device manager
process and the debugger cannot attach to that.

--
Steve Maillet (eMVP)
Entelechy Consulting
smaillet_AT_EntelechyConsulting_DOT_com



Re: Debugging on the PDA. Is it possible? by Oliver

Oliver
Tue Apr 06 03:59:08 CDT 2004

Hi Steve,

you're right but it's not FULLY possible. You cannot break into
DLL_PROCESS_ATTACH, but everything else should work in a simple DLL.

Best regards,
Oliver Münchow
--
---------------------------------------
Gesytec GmbH eMail:
52076 Aachen omuenchowATgesytecDOTde
http://www.gesytec.de


"Steve Maillet (eMVP)" <nospam1@EntelechyConsulting.com> schrieb im
Newsbeitrag news:OGL0UVRGEHA.2308@tk2msftngp13.phx.gbl...
> What!? debugging a DLL IS fully possible with eVC. A Driver is a different
> story. That needs Platform builder as it loads into the Device manager
> process and the debugger cannot attach to that.
>
> --
> Steve Maillet (eMVP)
> Entelechy Consulting
> smaillet_AT_EntelechyConsulting_DOT_com
>
>