logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

start-avarice - launch avarice in detached mode

Description

start-avarice  is  a helper to launch avarice in detached mode.  avarice will be listening in GDB mode on
       local port 6423. You can then connect from avr-gdb like so:

              (gdb) target remote localhost:6423

       Other running instances of avarice are killed first.

       If the optional argument file is specified, the target is first erased, and  then  programmed  with  this
       file. Note that this feature has been deprecated though, and may disappear anytime in the future.

Environment

       AVARICE_ARGS
              Additional arguments to pass on to avarice.

Name

       start-avarice - launch avarice in detached mode

See Also

avarice(1), gdb(1), kill-avarice(1).

                                                   2015-04-10                                   START-AVARICE(1)

Synopsis

start-avarice [file]

See Also