simplelanguage
simplelanguage copied to clipboard
Direct use of SL from Java via PolyglotEngine to make it easier to de…
…monstrate multilanguage debugging capabilities of the IDEs.
Place breakpoint into SLFactorialTest:77 and debug the file in the IDE (Ctrl-Shift-F6). Once the breakpoint is hit, step into (press F7) and if the "Truffle Debugging" plugin is in, the execution should stop in a simple language.
Could you please create a PR in the Truffle repository first?