Search:

Type: Posts; User: helloworld922

Search: Search took 0.16 seconds.

  1. Replies
    17
    Views
    2,561

    Re: When *Not* to Use an IDE

    Debug mode runs as "normal" (actually, it runs slower because it's an un-optimized build, but that's besides the point) until it hits a debug point. If you don't set any debug points, it won't break...
  2. Replies
    17
    Views
    2,561

    Re: When *Not* to Use an IDE

    True, and it's not like I never learned how to use a simple text editor/command line. It's a valuable skill to learn no matter which you prefer because it helps you understand what happens behind the...
  3. Replies
    17
    Views
    2,561

    Re: When *Not* to Use an IDE

    I was one of those programmers who did start out with an IDE, but I do consult the API docs a lot, and tested/debugged even more. Learning to debug code well is in my opinion the most valuable assets...
Results 1 to 3 of 3