mirror of
https://github.com/janet-lang/janet
synced 2025-02-04 03:09:10 +00:00
Merge pull request #909 from ishehadeh/master
correct stack frame table keys in debug/stack doc
This commit is contained in:
commit
3b412d51f0
@ -340,9 +340,9 @@ JANET_CORE_FN(cfun_debug_stack,
|
|||||||
"stack frame is the first table in the array, and the bottom-most stack frame "
|
"stack frame is the first table in the array, and the bottom-most stack frame "
|
||||||
"is the last value. Each stack frame contains some of the following attributes:\n\n"
|
"is the last value. Each stack frame contains some of the following attributes:\n\n"
|
||||||
"* :c - true if the stack frame is a c function invocation\n\n"
|
"* :c - true if the stack frame is a c function invocation\n\n"
|
||||||
"* :column - the current source column of the stack frame\n\n"
|
"* :source-column - the current source column of the stack frame\n\n"
|
||||||
"* :function - the function that the stack frame represents\n\n"
|
"* :function - the function that the stack frame represents\n\n"
|
||||||
"* :line - the current source line of the stack frame\n\n"
|
"* :source-line - the current source line of the stack frame\n\n"
|
||||||
"* :name - the human-friendly name of the function\n\n"
|
"* :name - the human-friendly name of the function\n\n"
|
||||||
"* :pc - integer indicating the location of the program counter\n\n"
|
"* :pc - integer indicating the location of the program counter\n\n"
|
||||||
"* :source - string with the file path or other identifier for the source code\n\n"
|
"* :source - string with the file path or other identifier for the source code\n\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user