Re: Breakpoint instantiation



Jack schrieb:
On 2 Jun., 05:55, embedinfo <embedi...@xxxxxxxxx> wrote:
On May 30, 7:40 am, Selin Metin <nosp...@xxxxxxxxx> wrote:

Hi All,
I'm trying to debug a simple Hello World application on a phytec iMX31
board. But when I set breakpoints on myhello.cpp file, the breakpoints
look like a red hollow circle with a yellow caution triangle. When I
download the module to the board, the breakpoints are never
active/instantiated. The application runs and it resides in the modules
section of the ce.bib file.
Where can be my fault that I can't set breakpoints correctly? I read
many things about source path mapping, etc. but none solved my problem.
Thanks in advance,
Selin
Hi,

Check if .pbd and .exe time stamps are same. Second thing you can do
is, run "loaddbg.exe" from WINCE shell before executing you app.

Thanks

Is your debugger connected?
It looks like your debugger isn't connected or the pdb file is not
matching.
What if you quickly create a default application with the wizzard and
try if there everything is working.


I created this hello world app with the wizard. I agree that the debugger seems not working because although I can run the app on the target platform, the following commande does not work on the target control window.
> s myhello.exe

If I clean & rebuild the solution, the .exe and .pdb files time stamp info match each other.

The problem starts even before I download the application to the target. When I insert breakpoints (IDE not connected to the board yet), the breakpoint symbols are hollow red circles with yellow caution triangles. Enabling/disabling breakpoints does not make any change. I followed the tutorial to make a simple hello world application, so I assume my settings are correct.

Do I need an update, QFE, or something? (I'm using the eval version of PB).

Selin
SelinAtHeitec
.



Relevant Pages

  • Debug to device
    ... Windows CE device and existing app. ... set breakpoints but when i run the app in debug it doesn't stop but I get ... But I'm running from the debug menu. ... Is there something extra I'm needing to do to make the breakpoints active? ...
    (microsoft.public.windowsce.app.development)
  • best debug / perfmon options to drilldown to find error
    ... I have winforms app that contains buttons. ... despite the fact that I set breakpoints at: ... I have added a ".net CLR memory" log to perfmon. ...
    (microsoft.public.dotnet.framework.clr)
  • Re: Debugging TMS320, Step 1
    ... need to know how to set breakpoints after the download is done. ... get started with simple debugging (breakpoints and reading and setting ...
    (comp.arch.embedded)
  • Re: Visual Studio Breakpoint Question.
    ... > "One or more breakpoints cannot be set and have been disabled. ... Sometimes, if you're calling a dll from your code, you can't set the ... and then set breakpoints in the dll code. ...
    (microsoft.public.vc.language)
  • Re: Debugging TMS320, Step 1
    ... need to know how to set breakpoints after the download is done. ... with simple debugging (breakpoints and reading and setting variables). ...
    (comp.arch.embedded)

Loading