Skip to main content



      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 02:28 Go to next message
Eclipse UserFriend
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 02:31] by Moderator

(no subject) [message #690530 is a reply to message #689666] Wed, 29 June 2011 12:14 Go to previous message
Eclipse UserFriend
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: Sun Jul 13 20:43:25 EDT 2025

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

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

Back to the top