Click here to Skip to main content
15,888,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Setting breakpoints in source code in manual compile Pin
Member 112032773-Feb-16 10:35
Member 112032773-Feb-16 10:35 
GeneralRe: Setting breakpoints in source code in manual compile Pin
Albert Holguin4-Feb-16 16:09
professionalAlbert Holguin4-Feb-16 16:09 
AnswerRe: Setting breakpoints in source code in manual compile Pin
Richard MacCutchan4-Feb-16 1:10
mveRichard MacCutchan4-Feb-16 1:10 
AnswerRe: Setting breakpoints in source code in manual compile Pin
jschell6-Feb-16 14:24
jschell6-Feb-16 14:24 
GeneralRe: Setting breakpoints in source code in manual compile Pin
Albert Holguin8-Feb-16 14:55
professionalAlbert Holguin8-Feb-16 14:55 
GeneralRe: Setting breakpoints in source code in manual compile Pin
jschell12-Feb-16 11:30
jschell12-Feb-16 11:30 
GeneralRe: Setting breakpoints in source code in manual compile Pin
Albert Holguin12-Feb-16 11:53
professionalAlbert Holguin12-Feb-16 11:53 
GeneralRe: Setting breakpoints in source code in manual compile Pin
jschell19-Feb-16 12:13
jschell19-Feb-16 12:13 
Albert Holguin wrote:
it's just another tool to make your job easier


And...AGAIN...I have used debuggers.

Used them for C#, C++ and Java. For years. And they do NOT make what I do significantly easier.

And in the difficult cases the do NOT help.

Albert Holguin wrote:
you just have to know how to use a debugger effectively


To be clear with 40+ years (and approaching) 50 and having used IDEs and debuggers for DECADES I can state that I do in fact know how to do exactly how to use them and do in fact know what features you are talking about and have in fact used them....

So if we can in fact move beyond the implicit denigration I can speak that for what I DO (not you and not others) between being able to actually figure out bugs by doing nothing at all (by just knowing how the flows work and what the code does where the problem lies), by looking at the code and by understanding how the flow works MOST problems that I encountered can be determined without a debugger.

And the problems that are most complex involve interactions which a debugger would NOT help UNLESS I already knew what the bug was.

Albert Holguin wrote:
I work with real-time systems every day,


And I do not. So YOUR mileage may vary.

Finally of course, as I originally pointed out, I have also used a command line debugger which is per the OP. And those are NOT easy to use. Certainly when I used them they didn't support complex debugging support and I suspect setting them up to do that would be extremely difficult.
GeneralRe: Setting breakpoints in source code in manual compile Pin
Albert Holguin22-Feb-16 14:46
professionalAlbert Holguin22-Feb-16 14:46 
GeneralRe: Setting breakpoints in source code in manual compile Pin
jschell6-Mar-16 6:09
jschell6-Mar-16 6:09 
GeneralRe: Setting breakpoints in source code in manual compile Pin
Albert Holguin6-Mar-16 8:48
professionalAlbert Holguin6-Mar-16 8:48 
GeneralRe: Setting breakpoints in source code in manual compile Pin
jschell31-Mar-16 9:02
jschell31-Mar-16 9:02 
QuestionVS2008 Total bitching weirdness - ever seen a message about the compiler driver? Pin
charlieg2-Feb-16 8:30
charlieg2-Feb-16 8:30 
AnswerRe: VS2008 Total bitching weirdness - ever seen a message about the compiler driver? Pin
Jochen Arndt2-Feb-16 21:24
professionalJochen Arndt2-Feb-16 21:24 
GeneralRe: VS2008 Total bitching weirdness - ever seen a message about the compiler driver? Pin
charlieg3-Feb-16 5:18
charlieg3-Feb-16 5:18 
QuestionCreating a CListbox manually ends up with corrupted HWND. [FIXED] Pin
Maximilien1-Feb-16 3:49
Maximilien1-Feb-16 3:49 
AnswerRe: Creating a CListbox manually ends up with corrupted HWND. Pin
Bram van Kampen1-Feb-16 14:55
Bram van Kampen1-Feb-16 14:55 
QuestionCatching User Activity Pin
Bram van Kampen30-Jan-16 15:10
Bram van Kampen30-Jan-16 15:10 
SuggestionRe: Catching User Activity Pin
Richard MacCutchan30-Jan-16 21:18
mveRichard MacCutchan30-Jan-16 21:18 
GeneralRe: Catching User Activity Pin
Bram van Kampen31-Jan-16 12:21
Bram van Kampen31-Jan-16 12:21 
GeneralRe: Catching User Activity Pin
Richard MacCutchan31-Jan-16 21:22
mveRichard MacCutchan31-Jan-16 21:22 
GeneralRe: Catching User Activity Pin
Bram van Kampen1-Feb-16 16:14
Bram van Kampen1-Feb-16 16:14 
GeneralRe: Catching User Activity Pin
Richard MacCutchan1-Feb-16 21:46
mveRichard MacCutchan1-Feb-16 21:46 
AnswerRe: Catching User Activity Pin
Jochen Arndt30-Jan-16 22:03
professionalJochen Arndt30-Jan-16 22:03 
GeneralRe: Catching User Activity Pin
Bram van Kampen31-Jan-16 12:44
Bram van Kampen31-Jan-16 12:44 

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.