Tue, 26 Jul 2016 18:58:25 +0200Make the test for node coming from GraalVM installation more reliable. TruffleNodeDebugger262752
mentlicher@netbeans.org [Tue, 26 Jul 2016 18:58:25 +0200] rev 310553
Make the test for node coming from GraalVM installation more reliable.

Tue, 26 Jul 2016 13:07:08 +0200Whole work on #262752 so far ready for another round of review TruffleNodeDebugger262752
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 26 Jul 2016 13:07:08 +0200] rev 310552
Whole work on #262752 so far ready for another round of review

Tue, 26 Jul 2016 13:00:44 +0200Truffle debugging shouldn't depend on nodejs support TruffleNodeDebugger262752
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 26 Jul 2016 13:00:44 +0200] rev 310551
Truffle debugging shouldn't depend on nodejs support

Tue, 26 Jul 2016 12:42:51 +0200Moving Truffle node.js debug startup argument extended into separate eager module TruffleNodeDebugger262752
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 26 Jul 2016 12:42:51 +0200] rev 310550
Moving Truffle node.js debug startup argument extended into separate eager module

Tue, 26 Jul 2016 11:55:57 +0200Keeping javascript.nodejs API as friend one, but adding truffle and trufflenode support as friends TruffleNodeDebugger262752
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 26 Jul 2016 11:55:57 +0200] rev 310549
Keeping javascript.nodejs API as friend one, but adding truffle and trufflenode support as friends

Sat, 16 Jul 2016 12:02:31 +0200Wait for successful JPDA connection before continuing the execution to make sure early breakpoints are hit properly. TruffleNodeDebugger262752
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 16 Jul 2016 12:02:31 +0200] rev 310548
Wait for successful JPDA connection before continuing the execution to make sure early breakpoints are hit properly.

Tue, 12 Jul 2016 09:48:16 +0200Merging changes in default branch in TruffleNodeDebugger262752
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 12 Jul 2016 09:48:16 +0200] rev 310547
Merging changes in default branch in

Tue, 12 Jul 2016 09:41:17 +0200GraalVM@0.13 supports -J parameters, so start JPDA server in the IDE and ask for JPDA debugging via -J-Xrunjdwp flags TruffleNodeDebugger262752
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 12 Jul 2016 09:41:17 +0200] rev 310546
GraalVM@0.13 supports -J parameters, so start JPDA server in the IDE and ask for JPDA debugging via -J-Xrunjdwp flags

Tue, 12 Jul 2016 09:38:54 +0200Adjust the dependency to version 1.0 of the nodejs integration API TruffleNodeDebugger262752
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 12 Jul 2016 09:38:54 +0200] rev 310545
Adjust the dependency to version 1.0 of the nodejs integration API

Sun, 10 Jul 2016 14:53:07 +0200Opens up the node.js support to allow any module to access NodeJsSupport class and uses StartupExtender to let Truffle debugger hook in and start the debugging in a more friendly Java way TruffleNodeDebugger262752
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 10 Jul 2016 14:53:07 +0200] rev 310544
Opens up the node.js support to allow any module to access NodeJsSupport class and uses StartupExtender to let Truffle debugger hook in and start the debugging in a more friendly Java way