I would like to be able to interactively debug a template modification I am trying to make instead of putting puts statements all over the place and trying to reach the proper object.
Using the slim template engine.
In python this would look like this:
- import ipdb; ipdb.set_trace()
Then running the program from a shell I would get an interactive debugger in the context of where the line executed.
Ideally the debugger/REPL would have tab completion to make object hierarchy discovery faster.
If you reply to this email, your message will be added to the discussion below:http://discuss.asciidoctor.org/Interactively-debugging-a-template-with-a-REPL-tp4498.htmlTo start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML
Free forum by Nabble | Edit this page |