Page MenuHomeDevCentral

Switch dprint_r and dieprint_r to Keruald\OmniTools\Debugger
ClosedPublic

Authored by dereckson on Apr 20 2018, 18:46.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jun 14, 20:36
Unknown Object (File)
Thu, Jun 13, 20:49
Unknown Object (File)
Wed, Jun 12, 08:29
Unknown Object (File)
Tue, Jun 11, 04:32
Unknown Object (File)
Mon, Jun 10, 20:19
Unknown Object (File)
Sun, Jun 9, 18:38
Unknown Object (File)
Fri, Jun 7, 13:23
Unknown Object (File)
Thu, Jun 6, 00:20
Subscribers
None

Details

Summary

This is a follow-up for change c7e86b370905.

This change uses the general method, and not the registration
feature offered by omnitools to populate global space.

Ref T1395.

Test Plan
use function Keruald\dprint_r;
use function Keruald\dieprint_r;

dprint_r($someVariable);
dieprint_r($someVvariable);

Diff Detail

Repository
rKGF Keruald global functions
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Apr 20 2018, 18:47
This revision was automatically updated to reflect the committed changes.