Re: Disobeying jet engines - why?



On a sunny day (Wed, 30 Jan 2008 09:16:30 -0800 (PST)) it happened Didi
<diditgi@xxxxxxxxx> wrote in
<601837e4-0e79-44ea-8066-42fa6642270e@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>:

If you know your code, then you need no debugger! HIGH LEVEL LANGUAGES
LIKE HEX or ASM need no debugger (I ain't kidding).

Well you do need a debugger above a certain code complexity allright.

I do not see this, honestly.
I do the complicated stuff in Linux, not sure if I did hit the 1M lines
of code, way over 100000 I am in some programs though.
I mean gdb is just 3 characters away, but in C printf() always helps me out.

There are some basic rules, and libc.info is my friend, gives me all the help
I need, and prevents me from doing things better not done.
And I try to avoid exotic constructs.
In C: keep your pointers in range, check for null pointers in every function.
.



Relevant Pages

  • Re: Whats the position of pointers
    ... The basics ARE simple and ... any teacher worth his salt can get it across with a debugger and an OHP ... Normally one is only interested in ones local implementation. ... Using a debugger in teaching pointers (for C; ...
    (comp.lang.c)
  • Problem with the compiler? Pointers? Unknown.
    ... Is there a major bug in the Visual C++ .NET compiler version 7.1.3088 or what? ... I have one function called FullUnloadwhich checks the pointers for NULL, ... The debugger reports m_pMap as being 0xFFFFFFFF still, ... The next function accepts szFinalPath as a parameter: ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Whats the position of pointers
    ... The basics ARE simple and ... any teacher worth his salt can get it across with a debugger and an OHP ... Normally one is only interested in ones local implementation. ... I *know* that in my style of teaching that pointers and similar are no ...
    (comp.lang.c)
  • Re: Garbage collection problems
    ... for the type of applications I have ported (GUI programs in C, debugger, ... IDE, make utility) The ONLY change I did was ... Neither do I do XORing of pointers, ... Admittedly you're now talking about doing it at the application level rather than at the implementation level. ...
    (comp.lang.c)
  • Re: String Comparision
    ... modify the strings. ... probably means he was misinterpreting the output from his debugger. ... When pointers s and t get modified (which we all agree is the actual ... Since he was in the realm of undefined behavior ...
    (comp.lang.c)