Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Differentiate between first and subsequent entries for the same function #44

Merged
merged 1 commit into from
Feb 17, 2021

Conversation

krlmlr
Copy link
Member

@krlmlr krlmlr commented Feb 17, 2021

This helps understand if we're looking at debug messages from different or from the same function.

For f() printing one message and then calling g() which prints 3 messages, this gives:

Before:

f
+-g1
+-g2
+-g3

After:

f
+-g1
 -g2
 -g3

@gaborcsardi
Copy link
Member

Super cool! Thanks a lot!

@gaborcsardi gaborcsardi merged commit 8c91a38 into r-lib:master Feb 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants