[Bug 243296] [NEW PORT] devel/dbg-macro: C++ macro for printf-style debugging fans
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Jan 12 18:11:27 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243296
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 at FreeBSD.org
Reporter: vulcan at wired.sh
Created attachment 210662
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=210662&action=edit
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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list