Feature Requests item #1467443, was opened at 2006-04-09 17:48
Message generated for change (Comment added) made by derekc
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1467443&group_id=105970

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: extensions
Group: None
Status: Open
Priority: 5
Submitted By: Derek (derekc)
Assigned to: Nobody/Anonymous (nobody)
Summary: WiX custom actions should log more source information

Initial Comment:
In order to aid in debugging failures, the WiX custom
actions should more verbosely log points in the code
where failures occur.  This more verbose logging should
include file names, line numbers, and even function
names where possible so that a stack trace can be built
up of a failure by looking at the error log.

----------------------------------------------------------------------

>Comment By: Derek (derekc)
Date: 2006-04-09 17:50

Message:
Logged In: YES 
user_id=518766

More macro info:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclang/html/_predir_predefined_macros.asp

----------------------------------------------------------------------

Comment By: Derek (derekc)
Date: 2006-04-09 17:50

Message:
Logged In: YES 
user_id=518766

Here's some info about the macros that may be useful for
doing this and how they could be combined:
#define __W_FILE__      WSTRMACRO(__FILE__)
#define __W_TIMESTAMP__ WSTRMACRO(__TIMESTAMP__)
#define __W_FUNCTION__  WSTRMACRO(__FUNCTION__)

#define __SOURCEDATA__ 
__W_FILE__,__W_TIMESTAMP__,__W_FUNCTION__,__LINE__
So they use the timestamp of the source file at compile time.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1467443&group_id=105970


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to