You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the C preprocessor (dtrace -C), error reports line numbers regarding the preprocessed D, rather than the original D. From a user perspective this is confusing. My current workaround is to preprocess manually (cc -E) and then use dtrace without -C.
The text was updated successfully, but these errors were encountered:
When using the C preprocessor (
dtrace -C
), error reports line numbers regarding the preprocessed D, rather than the original D. From a user perspective this is confusing. My current workaround is to preprocess manually (cc -E
) and then use dtrace without-C
.The text was updated successfully, but these errors were encountered: