Page 1 of 1

How can i debug my script with the remote debugger VisualStudio?

Posted: 14 Jul 2017, 12:58
by MEFTRZ
hi,
i want debug my code to find some errors and i hearded that i can do it with visualStudio but i dont know do it.

Thanks and cheers

Re: How can i debug my script with the remote debugger VisualStudio?

Posted: 16 Jul 2017, 19:49
by coppelia
Hello,

you cannot debug V-REP scripts via VisualStudio. V-REP basically does not directly offer a mean of debugging scripts. Your best option is to send print messages to the console or to a log file.

Cheers