[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] QED



On Thu, 7 Jan 2010 21:53:53 , Eero Tamminen <oak@helsinkinet.fi> wrote:
> >
> > Editor
> > * can jump from a variable/function use to it's definition
> > * can search code for usages of a function/object
> > * can see changed modules and which lines and rollback individual changes
> >
> > CVS
> > * can compare local code with CVS rep
> > * can merge bits of code from CVS into local version
> > * easy to CVS update/commit/checkout/rollback
> >
> > Debug
> > * easily set breakpoints in code
> > * can ignore breakpoints without having to remove them
> > * jump from errors to code
> > * can see all variable in scope and values
>
> Using which debugger?
>
IDEA has it's own built in.

These are just some ideas, not suggested implementations.

Peter