Re: Breakpoint instantiation



But my module is loaded, I can run it on the device. I see the module loading message on the output window....
Also I cannot connect to the device with the remote tools. I played with the settings, and so on, but it didn't work. The connection is OK for downloading the image, but no remote connection nor remote shell execution is possible. Could the breakpoint problem be related with this? I only see Default Device in the remote tools device list.

Selin
SelinAtHeitec


Erwin Zwart schrieb:
The image tells me that your module is not loaded. Thus the application did not start.
When you start the module the breakpoint will become a dark red dot/circle. When the breakpoint hits, there is a yellow arrow in the red dot. Thats with the colors ;-)

Have you tried a DebugBreak();?

Erwin Zwart

"Selin Metin" <nospams@xxxxxxxxx> wrote in message news:OkMiyeLxIHA.1236@xxxxxxxxxxxxxxxxxxxxxxx
When I set breakpoints, they look like the image file. Normally they
should have dark red colour, and when the debugger becomes active and
the application is loaded, they should turn to bright red. The caution
triangle makes me suspicious that something is wrong.

Almost all the settings of my OS design and the subproject are default.
Where could be the problem?


Jack schrieb:
The behaviour you describe is correct.
The breakpoints are only "active" when you have a debug connection,
and the pdb file is loaded.



.


Loading