Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Debug view needs some panel that shows variables and their values

It would help greatly to be able to check them, especially in more complicated stories.

Comments

  • This probably won't be any help if you're using the Harlowe format but this works in Snowman.  In the Edit Story Javascript:
    $(document).on("showpassage", function(e){
    console.log(story.state);
    });
    That will output to the Javascript console (Ctrl-Shift+J in Chrome) all the story variables and their contents, each time a passage is rendered. As I mentioned above, I've only really been using the Snowman format so far, so I'm not sure how to do something similar in Harlowe.
Sign In or Register to comment.