Page 1 of 1

something about C# Script Node and debug

Posted: 23 Jul 2013, 10:01
by zhaohuifu
hi,
the "ventuz user manual " says that "It is possible to attach an external Debugger to the Ventuz Script nodes."
I want to know how can I attach a debugger to a C# Script Node.

Have anyone met this kind of problem, could you explain it to me .

best regard!

Re: something about C# Script Node and debug

Posted: 23 Jul 2013, 10:09
by Daniel Willer
Add

Code: Select all

BREAK();
to your source to create a breakpoint and activate the Debug custom verb on the script node in the Properties Editor.

Cherio!