Click here to Skip to main content
15,921,113 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: User breakpoint called from code at 0x77f813b1 Pin
Stephen Hewitt9-Aug-07 20:09
Stephen Hewitt9-Aug-07 20:09 
GeneralRe: User breakpoint called from code at 0x77f813b1 Pin
toxcct9-Aug-07 21:21
toxcct9-Aug-07 21:21 
GeneralRe: User breakpoint called from code at 0x77f813b1 Pin
Stephen Hewitt9-Aug-07 21:24
Stephen Hewitt9-Aug-07 21:24 
AnswerRe: User breakpoint called from code at 0x77f813b1 Pin
jhwurmbach8-Aug-07 23:44
jhwurmbach8-Aug-07 23:44 
GeneralRe: User breakpoint called from code at 0x77f813b1 Pin
Rajasegar8-Aug-07 23:47
Rajasegar8-Aug-07 23:47 
GeneralRe: User breakpoint called from code at 0x77f813b1 Pin
toxcct8-Aug-07 23:48
toxcct8-Aug-07 23:48 
AnswerRe: User breakpoint called from code at 0x77f813b1 Pin
KaЯl9-Aug-07 0:03
KaЯl9-Aug-07 0:03 
AnswerRe: User breakpoint called from code at 0x77f813b1 Pin
Jelahd9-Aug-07 0:21
Jelahd9-Aug-07 0:21 
You can debug from release mode if you build with program database and switch off the optimization.
The debugger looks for the PDB file and will load it if present.
Change project setting in C/C++ General Tab to disable(debug) optimization and create Debug Info in Program Database.
Optimization can shuffle code around and remove redundant stuff which can confuse the debugger because the binary does not match the source.

Good Luck.
GeneralRe: User breakpoint called from code at 0x77f813b1 Pin
Rajasegar9-Aug-07 0:32
Rajasegar9-Aug-07 0:32 
GeneralRe: User breakpoint called from code at 0x77f813b1 Pin
toxcct9-Aug-07 0:35
toxcct9-Aug-07 0:35 
GeneralRe: User breakpoint called from code at 0x77f813b1 Pin
jhwurmbach9-Aug-07 0:42
jhwurmbach9-Aug-07 0:42 
GeneralRe: User breakpoint called from code at 0x77f813b1 Pin
Jelahd9-Aug-07 6:02
Jelahd9-Aug-07 6:02 
AnswerRe: User breakpoint called from code at 0x77f813b1 Pin
Stephen Hewitt9-Aug-07 20:07
Stephen Hewitt9-Aug-07 20:07 
QuestionDialogBar problem Pin
Aamol M8-Aug-07 23:24
Aamol M8-Aug-07 23:24 
AnswerRe: DialogBar problem Pin
KaЯl8-Aug-07 23:40
KaЯl8-Aug-07 23:40 
GeneralRe: DialogBar problem Pin
Aamol M8-Aug-07 23:55
Aamol M8-Aug-07 23:55 
GeneralRe: DialogBar problem Pin
KaЯl9-Aug-07 0:11
KaЯl9-Aug-07 0:11 
GeneralRe: DialogBar problem Pin
Aamol M9-Aug-07 0:53
Aamol M9-Aug-07 0:53 
Question[Help] Out of memory Pin
Pogo Lin8-Aug-07 23:20
Pogo Lin8-Aug-07 23:20 
AnswerRe: [Help] Out of memory Pin
Iain Clarke, Warrior Programmer8-Aug-07 23:28
Iain Clarke, Warrior Programmer8-Aug-07 23:28 
GeneralRe: [Help] Out of memory Pin
Pogo Lin9-Aug-07 17:49
Pogo Lin9-Aug-07 17:49 
QuestionRe: [Help] Out of memory Pin
David Crow9-Aug-07 3:27
David Crow9-Aug-07 3:27 
AnswerRe: [Help] Out of memory Pin
Pogo Lin9-Aug-07 17:51
Pogo Lin9-Aug-07 17:51 
QuestionAbout outlook [modified] Pin
faulfish8-Aug-07 23:06
faulfish8-Aug-07 23:06 
QuestionRe: About outlook Pin
David Crow9-Aug-07 3:36
David Crow9-Aug-07 3:36 

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.