vala-stacktrace icon indicating copy to clipboard operation
vala-stacktrace copied to clipboard

A class to display stacktrace within your vala application

Results 3 vala-stacktrace issues
Sort by recently updated
recently updated
newest added

It doesn't need all of [these](https://github.com/PerfectCarl/vala-stacktrace/blob/master/cmake/dependencies.list) to work

I would like to see, the time passed for each function. And how many times that function has called. You already have a stack trace. You can see when a...

It is because nm returns the last line of functions that points to C file instead of vala. For example: ``` c void noise_library_remove_medias (NoiseLibrary* self, GeeCollection* toRemove, gboolean trash)...