simplelanguage icon indicating copy to clipboard operation
simplelanguage copied to clipboard

Direct use of SL from Java via PolyglotEngine to make it easier to de…

Open jtulach opened this issue 9 years ago • 1 comments

…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.

jtulach avatar Jun 13 '16 07:06 jtulach

Could you please create a PR in the Truffle repository first?

chumer avatar Jun 13 '16 08:06 chumer