Skip to content

Commit

Permalink
Document how to display value_t* objects (flisp)
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Mar 30, 2015
1 parent bc3c336 commit 9a53902
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/devdocs/debuggingtips.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ 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)``.

Inserting breakpoints for inspection from gdb
---------------------------------------------

Expand Down

0 comments on commit 9a53902

Please sign in to comment.