smfoote / tornado

HTML templates with asynchronous rendering, built with JavaScript.
http://smfoote.github.io/tornado/
Apache License 2.0
8 stars 3 forks source link

Update debugger to use new visitor API #135

Closed smfoote closed 8 years ago

smfoote commented 8 years ago

Based on recent changes in visitor and the instruction builder (with frameStacks) the debugger extension was no longer working. This update fixes the debugger helper and improves the build instruction's addInstruction API to allow extension-defined instructions to include only an enter or leave method.