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

Typically: "How do I... ", "How can I... " questions
Post Reply
MEFTRZ
Posts: 12
Joined: 14 Feb 2017, 19:43

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

Post 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

coppelia
Site Admin
Posts: 10339
Joined: 14 Dec 2012, 00:25

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

Post 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

Post Reply