Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't "set next statement" when debugging Unity game

I'm using Visual Studio to debug a Unity game. When it stops at a breakpoint, I'd like to change the next line to be executed.

I want to do this by dragging the arrow icon in the left gutter, but it doesn't work.

bug demonstration

How do I set the next statement when debugging a Unity game?

like image 727
virty Avatar asked May 09 '17 12:05

virty


1 Answers

This is (currently) not supported while executing code running in the unity engine (which uses unityvs as a bridge).

For a list of supported features please see this page : http://unityvs.com/features/

like image 142
Riaan Walters Avatar answered Sep 18 '22 13:09

Riaan Walters