Re: [bug #18617] Better debugging facilities: tracing rule invocation.

2008-10-23 Thread Stefano Sabatini
In data mercoledì 2008-09-17 14:26:33 +, Dave Korn ha scritto: > > Follow-up Comment #5, bug #18617 (project make): > > I would like to draw the attention of everyone in this thread to > > http://bashdb.sourceforge.net/remake/ > "Remake - GNU Make with comprehensible tracing and a debugger"

[bug #18617] Better debugging facilities: tracing rule invocation.

2008-09-17 Thread Dave Korn
Follow-up Comment #5, bug #18617 (project make): I would like to draw the attention of everyone in this thread to http://bashdb.sourceforge.net/remake/ "Remake - GNU Make with comprehensible tracing and a debugger" I find it an invaluable enhancement to make when debugging complex makefiles ful

[bug #18617] Better debugging facilities: tracing rule invocation.

2008-09-17 Thread Stefano Sabatini
Follow-up Comment #4, bug #18617 (project make): I was looking for the same feature, especially I'd like to trace the invokation of implicit rules, it would be really usueful to see the implicit rule invoked and the file where it is defined. As an use case I'm currently debugging this (make -d):

[bug #18617] Better debugging facilities: tracing rule invocation.

2007-05-11 Thread Paul D. Smith
Update of bug #18617 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Operating System:

[bug #18617] Better debugging facilities: tracing rule invocation.

2007-01-08 Thread Rafi Einstein
Follow-up Comment #2, bug #18617 (project make): You may try looking at http://lists.gnu.org/archive/html/help-make/2006-10/msg00033.html. Using the -P (preprocessing) feature shows partial expansions of $(eval) invocations. ___ Reply to t

[bug #18617] Better debugging facilities: tracing rule invocation.

2007-01-04 Thread Darren Hiebert
Follow-up Comment #1, bug #18617 (project make): I would like to piggyback on this enhancement request. I would like to see some manner of printing out the fully resolved makefile that make processes after evaluating $(foreach), $(eval), and ($call) functions. For example, consider this complicat

[bug #18617] Better debugging facilities: tracing rule invocation.

2006-12-28 Thread anonymous
URL: Summary: Better debugging facilities: tracing rule invocation. Project: make Submitted by: None Submitted on: Thursday 12/28/06 at 14:46 UTC Severity: 3 - Normal It