Hello Ventuzians!
THE FORUMS ARE CLOSED!

Please join our discord server HERE!! << click me :D

We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server

Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!

something about C# Script Node and debug

Q and A about functionality and how to solve a special task for your application.

Moderator: Support

Post Reply
zhaohuifu

something about C# Script Node and debug

Post by zhaohuifu » 23 Jul 2013, 10:01

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!

User avatar
Daniel Willer
Posts: 309
Joined: 06 Jan 2012, 18:12

Re: something about C# Script Node and debug

Post by Daniel Willer » 23 Jul 2013, 10:09

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!

Post Reply