Do you know any tool that can register which functions are called using which parameters?
Itβs not interesting to write this code myself, but I thought that there might be some tool capable of doing this ...
Thanks.
This is a typical example where side orientation programming (AOP) can be used. Most AOP submissions show this very precedent (logging is a hello to the world of AOP). For example, see this PostSharp post .
Check AQTime profiler trace function.
Check Gibraltar . In particular, the aspect of GFeature is exactly what you are looking for.
I agree with Martin that aspect-oriented programming is a great way to automatically track method execution and record all parameters. Some log libraries already come with support for AOP frameworks. For example, this article explains how to use PostSharp with our SmartInspect logging tool. There is also an example for Unity .
Runtime Flow (developed by me) records calls to .NET functions with simple parameters like strings and numbers.
Source: https://habr.com/ru/post/1313303/More articles:Error logging into DatabaseServerLoginModule in JBoss 6 - java-eehow to integrate orkut on my site via orkut api - integrateHow to join jagged array with delimiter using string.Join? - c #How to program the bootloader ..? Want a USB stick with Windows 7, XP, Vista and possibly 98 SE to be used for installation - windows-7How does iOS solve memory fragmentation? - ios4MySQL INSERT only if the row does not exist, otherwise select a duplicate row - mysqlHow to get the color of the pixel under the cursor? - visual-c ++SQL selects row pattern - sql-server-2008How to work with strings in ARM? - cCreating Bonjour Services for Finder - pythonAll Articles