Problem with breakpoints

So i'm having problems with a particular project, breakpoints don't seem to work and they have question marks on them. Any suggestion on what could it be?


Edited by Marchin on Reason: Initial post
Marchin
So i'm having problems with a particular project, breakpoints don't seem to work and they have question marks on them. Any suggestion on what could it be?



I would need a bit more information to help out. Is this code in a DLL? If so, is the DLL loaded (see Modules pane)? What compiler are you using? Are symbols generated for that piece of code using /Z7, for instance? Does RemedyBG indicate that symbols have been loaded (again in the Modules pane)? Thanks for any additional information.

--
George
Nevermind, it seems that i had a process running in the background preventing symbols to be loaded. Thanks for your quick answer anyways :)