Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.09 KB

DiagnosticsStackFrame.md

File metadata and controls

22 lines (18 loc) · 1.09 KB

DiagnosticsStackFrame

Properties

Name Type Description Notes
address string address of the frame [optional]
class_name string name of the class [optional]
method string name of the method [optional]
class_method bool is a class method [optional]
file string name of the file [optional]
line int line number [optional]
app_code bool this line isn't from any framework
framework_name string Name of the framework [optional]
code_raw string Raw frame string
code_formatted string Formatted frame string
language string programming language of the frame [optional]
relevant bool frame should be shown always [optional]
method_params string parameters of the frames method [optional]

[Back to Model list] [Back to API list] [Back to README]