-
Notifications
You must be signed in to change notification settings - Fork 7
Python: add column information #99
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededpythonIssue related to PythonIssue related to Python
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededpythonIssue related to PythonIssue related to Python
Type
Fields
Give feedbackNo fields configured for issues without a type.
In addition to reporting line information, we should be able to also column information. The
lineForFramefunction 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