RemedyBG»Forums
8 posts
Problem with breakpoints
Edited by Marchin on Reason: Initial post
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?

306 posts / 1 project
None
Problem with breakpoints
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
8 posts
Problem with breakpoints
Nevermind, it seems that i had a process running in the background preventing symbols to be loaded. Thanks for your quick answer anyways :)