Skip to main content
17-Peridot
September 18, 2020
Solved

How to debug javascript service with Rhino Javascript Debugger

  • September 18, 2020
  • 1 reply
  • 3973 views

Hi, 

 

I have gone through Rhino Javascript Debugger    , but really don't have idea how to  use it to debug the ThingWorx's javascript service.   

Could  someone share some experience on it ?   Thanks

 

Regards,

Sean

Best answer by smainente

@seanccc 

I confirm that here is not out of the box debugger for ThingWorx JavaScript services, but you can use other debugging techniques such as loggers, ...

 

Regards.

1 reply

Support
November 4, 2020

Hi @seanccc.

 

This article may be helpful.

 

Regards.

 

--Sharon

seanccc17-PeridotAuthor
17-Peridot
November 8, 2020

@slangley  Sharon, 

 

The article you provided point to the same page in my question.   It's clear how debug Rhino JavaScript,  but I have no idea how to debug ThingWorx JavaScript service. 

 

Regards,

Sean

16-Pearl
November 18, 2020

Hi @seanccc 

 

You cannot debug a ThingWorx service from the Rhino debugger. You can just use it just to test some native JS snippet in a Rhino engine context.

 

Regards.