Click here to Skip to main content
15,886,110 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How can i delete History and Cookies Directory in Internet explorer? Pin
T210224-Jan-11 21:59
T210224-Jan-11 21:59 
QuestionBreak point not hit error in VS2005 Pin
Jia10024-Jan-11 17:28
Jia10024-Jan-11 17:28 
AnswerRe: Break point not hit error in VC2005 Pin
T210224-Jan-11 17:51
T210224-Jan-11 17:51 
GeneralMessage Removed Pin
24-Jan-11 19:09
Jia10024-Jan-11 19:09 
GeneralRe: Break point not hit error in VC2005 Pin
T210224-Jan-11 19:50
T210224-Jan-11 19:50 
GeneralMessage Removed Pin
24-Jan-11 20:07
Jia10024-Jan-11 20:07 
GeneralRe: Break point not hit error in VS2005 Pin
T210224-Jan-11 22:51
T210224-Jan-11 22:51 
AnswerRe: Break point not hit error in VS2005 Pin
Stefan_Lang27-Jan-11 2:33
Stefan_Lang27-Jan-11 2:33 
A bit hard to say without seeing the code.

If none of the previous suggestions helped:

Have you checked that the code you want to look at is in fact not dead - as in, the control flow can actually reach it? Maybe the code is inaccessible. Or you tried to set the breakpoint in a function that is no longer used, or has been replaced by another function.

Check your code for locations that call the function you're interested in and try setting your breakpoint there. If that works, step into the function call from there. If not then maybe repeat to get to the next higher level in the call hierarchy.

On a sidenote, what language is it? In C/C++, setting a breakpoint within makro definitions might not work at all, since to the compiler this is technically just plain text. Also breakpoints in templated functions can occasionally be tricky, although I haven't encountered any problems for a long time.
GeneralMessage Removed Pin
27-Jan-11 18:00
Jia10027-Jan-11 18:00 
GeneralRe: Break point not hit error in VS2005 Pin
Stefan_Lang27-Jan-11 22:34
Stefan_Lang27-Jan-11 22:34 
GeneralMessage Removed Pin
28-Jan-11 16:49
Jia10028-Jan-11 16:49 
GeneralRe: Break point not hit error in VS2005 Pin
Stefan_Lang30-Jan-11 22:59
Stefan_Lang30-Jan-11 22:59 
QuestionHow to display a image in an Activex webpage Pin
simon alec smith24-Jan-11 9:48
simon alec smith24-Jan-11 9:48 
AnswerRe: How to display a image in an Activex webpage Pin
Richard MacCutchan24-Jan-11 10:27
mveRichard MacCutchan24-Jan-11 10:27 
GeneralRe: How to display a image in an Activex webpage Pin
yindoor24-Jan-11 16:42
yindoor24-Jan-11 16:42 
GeneralRe: How to display a image in an Activex webpage Pin
Richard MacCutchan24-Jan-11 21:17
mveRichard MacCutchan24-Jan-11 21:17 
QuestionTCP/IP client / serveur and Win7 Pin
shoppinit24-Jan-11 7:52
shoppinit24-Jan-11 7:52 
AnswerRe: TCP/IP client / serveur and Win7 Pin
TheGreatAndPowerfulOz24-Jan-11 8:22
TheGreatAndPowerfulOz24-Jan-11 8:22 
GeneralRe: TCP/IP client / serveur and Win7 Pin
shoppinit24-Jan-11 9:37
shoppinit24-Jan-11 9:37 
GeneralRe: TCP/IP client / serveur and Win7 Pin
TheGreatAndPowerfulOz25-Jan-11 13:31
TheGreatAndPowerfulOz25-Jan-11 13:31 
GeneralRe: TCP/IP client / serveur and Win7 Pin
shoppinit25-Jan-11 21:55
shoppinit25-Jan-11 21:55 
AnswerRe: TCP/IP client / serveur and Win7 Pin
Richard MacCutchan24-Jan-11 10:30
mveRichard MacCutchan24-Jan-11 10:30 
Questionwhat is the type of this pointer and also object? Pin
aesthetic.crazy24-Jan-11 4:50
aesthetic.crazy24-Jan-11 4:50 
AnswerRe: what is the type of this pointer and also object? Pin
Richard MacCutchan24-Jan-11 5:06
mveRichard MacCutchan24-Jan-11 5:06 
GeneralRe: what is the type of this pointer and also object? Pin
CPallini24-Jan-11 5:30
mveCPallini24-Jan-11 5:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.