Re: Clarification of 2 Trivial Issues?
Paul Smith <[email protected]> Thu, 17 Feb 2022 13:02:01 -0500
| Newsgroups | gmane.comp.gnu.make.devel |
|---|---|
| Organization | GNU's Not UNIX! |
| Message-ID | <[email protected]> |
On Thu, 2022-02-17 at 09:57 -0800, Jon Forrest wrote: > I do that all the time. Visual Studio code is my friend. > The hard part is finding the right location to set a > breakpoint to answer the question. Another thing to consider is looking at the print methods invoked by "make -p" and you can kind of understand the structure of the internal graph based on the way the output is generated. Cheers!