PierreAD
stranger
Reged: May 09 2008
Posts: 12
|
|
I use PD 4.4 sp3, cpsoc 9.61 to build code for cy8led16.
The build is successfull but there is no .dbg file in the output directory. I tried to use -G at link, but nothing work. The problem is that I can not set breakpoints. I can break execution, and do step by step, but impossible to set a breakpoint.
What can I check ?
Regards,
Pierre
|
clyde
HI-TECH team member
   
Reged: Oct 16 2003
Posts: 633
|
|
There doesn't need to be, and won't be, a .dbg file. PD gets the debug information from the .sym and .sdb files.
|
PierreAD
stranger
Reged: May 09 2008
Posts: 12
|
|
Sorry I misunderstood my problem.
I have solved it.
In facts : I couldn't set breakpoints. Then I realized that it was only on my external build tree. I sawed that the drive letter was missing in the .sdb
This is not an issue when compiling with imagecraft. Which lead me to think the missing .dbg was the cause.
Pierre
|