How to run skill code in test mode?

T

tech11

Guest
Hello everyone,

I'm developing one skill script, but maybe there're some bugs, I wanna to
run it in test mode, how to do it? If I may get the result of each line,
I'll have more info to debug it.

Thanks for your help!

B.R.

Joffre
 
On Jun 21, 9:05 am, "tech11" <tec...@sohu.com> wrote:
Hello everyone,

I'm developing one skill script, but maybe there're some bugs, I wanna to
run it in test mode, how to do it? If I may get the result of each line,
I'll have more info to debug it.
If you have a skillDev key (Skill Development Environment), then
Tools->Skill Development... will get you to a Skill debugger with
stepping and breakpoints, as you're asking for.

Otherwise, AFAIK, you're stuck with print statements.

-Jay-
 

Welcome to EDABoard.com

Sponsor

Back
Top