I cant debug my DirectX program

hi, I am using DirectX SDK April 2006 with Visual C++ 2005 Express Edition.
I can use directX without problems but when I try to debug the breakpoints doesnt work.
I have looked for "debug directX" in the forums and I try all the things I read:

I buil the project in Debug mode.
In projects settings I have: Generate Debug info: Yes(/DEBUG)
........
.....

but the symbols dont load :( and the BreakPoints dont work.
do you know why?
pls help.
Bye

[492 byte] By [Matdor] at [2007-12-23]
# 1

That was strange....

Did you intend breakpoints on Vertex and/or Pixel shader?

AGPX at 2007-8-30 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Game Technologies: DirectX 101...
# 2
I have tried everywhere but I get this:

"
The breakpoint will not currently be hit. No symbols have been loaded for this document"

should I reinstall Visual c++, SDK and directx sdk?

thx

Matdor at 2007-8-30 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Game Technologies: DirectX 101...
# 3
Hi,

read this: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=249418&SiteID=1

"The

Project/Properties/C++/General/Debug Information Format setting was set

to "Disabled". Changing this setting to "Program Database for Edit

& Continue (/ZI)" fixes my problem"


AGPX at 2007-8-30 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Game Technologies: DirectX 101...
# 4
I have just solve it.

I have created a new empty project, I don't know if was a CLR empty server or simply a empty project. I have imported all the files from the other project and it works!!!now I can debug with BPs

sorry for my bad english.
thx

Matdor at 2007-8-30 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Game Technologies: DirectX 101...