Image:TruffleDebugger.png
From APIDesign
Size of this preview: 800 × 382 pixels
Full resolution (832 × 397 pixel, file size: 57 KB, MIME type: image/png)
Line 1: | Line 1: | ||
- | [[Truffle]] gives you [[debugger]] for free! The picture shows [[NetBeans]] debugger stopped in middle of '''simple language''' (an artificial [[language]] used for demo purposes) method. [[NetBeans]] | + | [[Truffle]] gives you [[debugger]] for free! The picture shows [[NetBeans]] debugger stopped in middle of '''simple language''' (an artificial [[language]] used for demo purposes) method. [[NetBeans]] knows nothing about '''simple language''' (that is why syntax coloring is missing), but as [[NetBeans]] understand the [[Truffle]] AST, it can still provide enough valuable information in the debugger. |
Please note that the name of the method is properly recognized and shown on top of the stack. Variables '''a''' and '''b''' and their values are properly shown as well. | Please note that the name of the method is properly recognized and shown on top of the stack. Variables '''a''' and '''b''' and their values are properly shown as well. | ||
Designing your own [[language]]? Do you want to spend time writing a [[debugger]]? If not, use [[Truffle]] and you'll get your [[debugger]] for free! | Designing your own [[language]]? Do you want to spend time writing a [[debugger]]? If not, use [[Truffle]] and you'll get your [[debugger]] for free! |
Revision as of 16:02, 24 June 2015
Truffle gives you debugger for free! The picture shows NetBeans debugger stopped in middle of simple language (an artificial language used for demo purposes) method. NetBeans knows nothing about simple language (that is why syntax coloring is missing), but as NetBeans understand the Truffle AST, it can still provide enough valuable information in the debugger.
Please note that the name of the method is properly recognized and shown on top of the stack. Variables a and b and their values are properly shown as well.
Designing your own language? Do you want to spend time writing a debugger? If not, use Truffle and you'll get your debugger for free!
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | User | Dimensions | File size | Comment | |
---|---|---|---|---|---|
current | 15:51, 24 June 2015 | JaroslavTulach (Talk | contribs) | 832×397 | 57 KB | Truffle gives you debugger for free! The picture shows NetBeans debugger stopped in middle of '''simple language'' (an artificial language used for demo purposes) method. NetBeans know nothing about '''simple language''' (that is why s |
- Edit this file using an external application
See the setup instructions for more information.
Links
The following pages link to this file: