Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Voicetools » How to find log file - debugging in Eclipse VST 3.0 ?
icon9.gif  How to find log file - debugging in Eclipse VST 3.0 ? [message #689666] Tue, 28 June 2011 06:28 Go to next message
Sergej Missing name is currently offline Sergej Missing nameFriend
Messages: 30
Registered: June 2011
Member
Hi there!
If i put the following code in script module:

var d = new java.util.Date();
Log.info('date: ' + d);

Where the output of the date can be found?
I tried search Tomcat logs but no info about date.
Any debug tool available for Eclipse VST 3.0.25?

Brgds,
S.

[Updated on: Tue, 28 June 2011 06:31]

Report message to a moderator

(no subject) [message #690530 is a reply to message #689666] Wed, 29 June 2011 16:14 Go to previous message
Randy Childers is currently offline Randy ChildersFriend
Messages: 121
Registered: July 2009
Senior Member
Hi Sergej--

It looks like you're doing that right. Generally, the callflow output
ends up in Tomcat's stdout file. Did an error happen? I'd trace the
callflow through the log and see what happened when you got to that
script block.

There are some debugging tools in the works for OpenVXML 4.0, but
generally your best bet at this point are using the logs to work through
issues.

Good luck,
Randy

In <iubrol$dsh$1@news.eclipse.org> Sergej wrote:
> Hi there!
> If i put the following code in script module:
>
> var d = new java.util.Date();
> Log.info('date: ' + d);
>
> Where the output of the date can be found?
> I tried search Tomcat logs but no info about date.
> Any debug tool available for Eclipse VST 3.0.25?
>
> Brgds,
> S.
>
Previous Topic:Calling web services made in eclipse through javascript
Next Topic:ASR fail-over failed. Database Query Module issue
Goto Forum:
  


Current Time: Sat Apr 20 02:01:00 GMT 2024

Powered by FUDForum. Page generated in 0.02925 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top