Skip to content

Add __ploc printf debugging helper#117

Open
0xEAB wants to merge 1 commit into
opendlang:masterfrom
analogjupiter:ploc
Open

Add __ploc printf debugging helper#117
0xEAB wants to merge 1 commit into
opendlang:masterfrom
analogjupiter:ploc

Conversation

@0xEAB

@0xEAB 0xEAB commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@0xEAB

0xEAB commented Jun 26, 2026

Copy link
Copy Markdown
Contributor Author

Feel free to close, if something equivalent has already been added.

@crazymonkyyy

Copy link
Copy Markdown
Contributor
__ploc(T)(T arg,int line=__line__,string file=__file__){
  import std.conv;
  arg.to!string.__ploc(line,file);
}
__ploc(string arg,int line=__line__,string file=__file__){
   ...
}

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