wzprof
wzprof copied to clipboard
Python: add column information
In addition to reporting line information, we should be able to also column information. The lineForFrame
function can probably be extended to also decode the column information from the location table:
https://github.com/stealthrocket/wzprof/blob/ba3fa22d8ada53862bf029d023b7213bbcecc07c/python.go#L330-L391