Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 2020 18:11:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 243296] [NEW PORT] devel/dbg-macro: C++ macro for printf-style debugging fans
Message-ID:  <bug-243296-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243296

            Bug ID: 243296
           Summary: [NEW PORT] devel/dbg-macro: C++ macro for printf-style
                    debugging fans
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://github.com/sharkdp/dbg-macro
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: vulcan@wired.sh

Created attachment 210662
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D210662&action=
=3Dedit
dbg-macro-0.3.0.diff

Debuggers are great. But sometimes you just don't have the
time or patience to set up everything correctly and just
want a quick way to inspect some values at runtime.

This projects provides a single header file with a dbg(...)
macro that can be used in all circumstances where you
would typically write printf("...",...) or std::cout << ...,
but it comes with a few extras.

WWW: https://github.com/sharkdp/dbg-macro

QA:
   * Portlint: Looks fine;
   * Poudriere: Package built, application works as intended.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243296-7788>