Skip to content

Commit

Permalink
Update debug doc for stateless flisp.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyichao committed Jan 9, 2016
1 parent 1f15eb6 commit ca56c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/devdocs/debuggingtips.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Similarly, if you're debugging some of julia's internals (e.g.,
This is a good way to circumvent problems that arise from the order in which julia's output streams are initialized.

Julia's flisp interpreter uses ``value_t`` objects; these can be displayed
with ``call fl_print(ios_stdout, obj)``.
with ``call fl_print(fl_ctx, ios_stdout, obj)``.

Useful Julia variables for Inspecting
-------------------------------------
Expand Down

0 comments on commit ca56c89

Please sign in to comment.