Hi,

I'm developing WM50 PPC with Platform Builder for Windows Mobile 5.0.
As you know, PB has KITL Debugging Functionality.
Problem is this. When I made application(test.exe) with EVC++ 4.0,
I can download & make BreakPoint at test.exe with PB.(and stop at that
point)
But, if I make test.exe with Visual Studio 2005, I can download but can't
make BreakPoint. It acts like that symbol info is not loaded.
I found MS's doc. explaining symbol info file(pdb) from VS2005 is not
compatible
with PB 5.0.
But, their workaround is availble for only Platform Builder for Windows CE
5.0, not
Platform Builder for Windows Mobile 5.0.

Can you help me to solve this problem?

Thanks.

Re: Can't debug output from Visual Studio 2005 with Platform Builder WM50 by Paul

Paul
Wed Mar 08 10:48:26 CST 2006

I don't understand. If your code is built with VS 2005, why not use *that*
environment to debug it? If you're trying to debug something that's
happening in a driver, you can set a breakpoint in PB, run the program from
VS 2005, and the breakpoints set in the program should be reached in VS 2005
and the breakpoints set in the driver should be reached in PB.

Paul T.

"sangho" <dont@send.mail.tome> wrote in message
news:epQB1HpQGHA.5500@TK2MSFTNGP12.phx.gbl...
> Hi,
>
> I'm developing WM50 PPC with Platform Builder for Windows Mobile 5.0.
> As you know, PB has KITL Debugging Functionality.
> Problem is this. When I made application(test.exe) with EVC++ 4.0,
> I can download & make BreakPoint at test.exe with PB.(and stop at that
> point)
> But, if I make test.exe with Visual Studio 2005, I can download but can't
> make BreakPoint. It acts like that symbol info is not loaded.
> I found MS's doc. explaining symbol info file(pdb) from VS2005 is not
> compatible
> with PB 5.0.
> But, their workaround is availble for only Platform Builder for Windows CE
> 5.0, not
> Platform Builder for Windows Mobile 5.0.
>
> Can you help me to solve this problem?
>
> Thanks.
>
>



Re: Can't debug output from Visual Studio 2005 with Platform Builder WM50 by sangho

sangho
Wed Mar 08 19:05:08 CST 2006

Thanks for your interest.

Because my app needs to communicate with device driver, I need to track both
app & driver.
And device driver debugging in PB is more powerful than that in VS2005, I
think.
(call stack, register view, memory view, device driver change at booting
time, etc)
That's why I want use PB as debugger.

Thanks.

"Paul G. Tobey [eMVP]" <ptobey no spam AT no instrument no spam DOT com>
wrote in message news:O7cSVAtQGHA.5080@TK2MSFTNGP10.phx.gbl...
>I don't understand. If your code is built with VS 2005, why not use *that*
>environment to debug it? If you're trying to debug something that's
>happening in a driver, you can set a breakpoint in PB, run the program from
>VS 2005, and the breakpoints set in the program should be reached in VS
>2005 and the breakpoints set in the driver should be reached in PB.
>
> Paul T.
>
> "sangho" <dont@send.mail.tome> wrote in message
> news:epQB1HpQGHA.5500@TK2MSFTNGP12.phx.gbl...
>> Hi,
>>
>> I'm developing WM50 PPC with Platform Builder for Windows Mobile 5.0.
>> As you know, PB has KITL Debugging Functionality.
>> Problem is this. When I made application(test.exe) with EVC++ 4.0,
>> I can download & make BreakPoint at test.exe with PB.(and stop at that
>> point)
>> But, if I make test.exe with Visual Studio 2005, I can download but can't
>> make BreakPoint. It acts like that symbol info is not loaded.
>> I found MS's doc. explaining symbol info file(pdb) from VS2005 is not
>> compatible
>> with PB 5.0.
>> But, their workaround is availble for only Platform Builder for Windows
>> CE 5.0, not
>> Platform Builder for Windows Mobile 5.0.
>>
>> Can you help me to solve this problem?
>>
>> Thanks.
>>
>>
>
>



Re: Can't debug output from Visual Studio 2005 with Platform Builder WM50 by sangho

sangho
Wed Mar 08 19:32:22 CST 2006

oops.

Sorry. I missed some words in Mr. Tobey's reply.
Is that possible to deploy(&debug) test.exe in VS2005 thru KITL interface?
I hope 'possible'.
I'll try it. But, if someone knows answer, reply please.

thanks.


"sangho" <dont@send.mail.tome> wrote in message
news:%2303$XXxQGHA.4960@TK2MSFTNGP12.phx.gbl...
> Thanks for your interest.
>
> Because my app needs to communicate with device driver, I need to track
> both app & driver.
> And device driver debugging in PB is more powerful than that in VS2005, I
> think.
> (call stack, register view, memory view, device driver change at booting
> time, etc)
> That's why I want use PB as debugger.
>
> Thanks.
>
> "Paul G. Tobey [eMVP]" <ptobey no spam AT no instrument no spam DOT com>
> wrote in message news:O7cSVAtQGHA.5080@TK2MSFTNGP10.phx.gbl...
>>I don't understand. If your code is built with VS 2005, why not use
>>*that* environment to debug it? If you're trying to debug something
>>that's happening in a driver, you can set a breakpoint in PB, run the
>>program from VS 2005, and the breakpoints set in the program should be
>>reached in VS 2005 and the breakpoints set in the driver should be reached
>>in PB.
>>
>> Paul T.
>>
>> "sangho" <dont@send.mail.tome> wrote in message
>> news:epQB1HpQGHA.5500@TK2MSFTNGP12.phx.gbl...
>>> Hi,
>>>
>>> I'm developing WM50 PPC with Platform Builder for Windows Mobile 5.0.
>>> As you know, PB has KITL Debugging Functionality.
>>> Problem is this. When I made application(test.exe) with EVC++ 4.0,
>>> I can download & make BreakPoint at test.exe with PB.(and stop at that
>>> point)
>>> But, if I make test.exe with Visual Studio 2005, I can download but
>>> can't
>>> make BreakPoint. It acts like that symbol info is not loaded.
>>> I found MS's doc. explaining symbol info file(pdb) from VS2005 is not
>>> compatible
>>> with PB 5.0.
>>> But, their workaround is availble for only Platform Builder for Windows
>>> CE 5.0, not
>>> Platform Builder for Windows Mobile 5.0.
>>>
>>> Can you help me to solve this problem?
>>>
>>> Thanks.
>>>
>>>
>>
>>
>
>



Re: Can't debug output from Visual Studio 2005 with Platform Builder WM50 by Paul

Paul
Thu Mar 09 10:16:31 CST 2006

No, not from VS2005. You have to deploy it with the standard connection
that VS2005 supports. You'll, as I said, have to arrange for the program to
be deployable from VS2005 and set up the device driver with breakpoints set
in PB. You'll then have to run VS2005 and PB side-by-side.

Paul T.

"sangho" <dont@sendmail.to.me> wrote in message
news:%23RO1clxQGHA.3916@TK2MSFTNGP11.phx.gbl...
> oops.
>
> Sorry. I missed some words in Mr. Tobey's reply.
> Is that possible to deploy(&debug) test.exe in VS2005 thru KITL interface?
> I hope 'possible'.
> I'll try it. But, if someone knows answer, reply please.
>
> thanks.
>
>
> "sangho" <dont@send.mail.tome> wrote in message
> news:%2303$XXxQGHA.4960@TK2MSFTNGP12.phx.gbl...
>> Thanks for your interest.
>>
>> Because my app needs to communicate with device driver, I need to track
>> both app & driver.
>> And device driver debugging in PB is more powerful than that in VS2005, I
>> think.
>> (call stack, register view, memory view, device driver change at booting
>> time, etc)
>> That's why I want use PB as debugger.
>>
>> Thanks.
>>
>> "Paul G. Tobey [eMVP]" <ptobey no spam AT no instrument no spam DOT com>
>> wrote in message news:O7cSVAtQGHA.5080@TK2MSFTNGP10.phx.gbl...
>>>I don't understand. If your code is built with VS 2005, why not use
>>>*that* environment to debug it? If you're trying to debug something
>>>that's happening in a driver, you can set a breakpoint in PB, run the
>>>program from VS 2005, and the breakpoints set in the program should be
>>>reached in VS 2005 and the breakpoints set in the driver should be
>>>reached in PB.
>>>
>>> Paul T.
>>>
>>> "sangho" <dont@send.mail.tome> wrote in message
>>> news:epQB1HpQGHA.5500@TK2MSFTNGP12.phx.gbl...
>>>> Hi,
>>>>
>>>> I'm developing WM50 PPC with Platform Builder for Windows Mobile 5.0.
>>>> As you know, PB has KITL Debugging Functionality.
>>>> Problem is this. When I made application(test.exe) with EVC++ 4.0,
>>>> I can download & make BreakPoint at test.exe with PB.(and stop at that
>>>> point)
>>>> But, if I make test.exe with Visual Studio 2005, I can download but
>>>> can't
>>>> make BreakPoint. It acts like that symbol info is not loaded.
>>>> I found MS's doc. explaining symbol info file(pdb) from VS2005 is not
>>>> compatible
>>>> with PB 5.0.
>>>> But, their workaround is availble for only Platform Builder for Windows
>>>> CE 5.0, not
>>>> Platform Builder for Windows Mobile 5.0.
>>>>
>>>> Can you help me to solve this problem?
>>>>
>>>> Thanks.
>>>>
>>>>
>>>
>>>
>>
>>
>
>