Strange behaviour on stepping over (multiple clicks required)

Answered

Hi Guys, 

I have a problem with debugging C# code with Rider. When I use step over I need to click "step over" button several times to get to the next line. It seems that simple instruction like setting a variable requires only one click:

UndoAvailable = true;

If I call a method I need to click twice:

CheckEnd();

However, this line requires four clicks:

CheckLines(slot.transform.position);

I just want to go to the next line.. Is it some kind of debugger feature that can be disabled? I don't want to create a ticket if it's "not a bug but a feature". 

I am using Rider 2017.3 to debug Unity 2018.1.

Thanks.

0
3 comments

Hi!

Thanks for contacting us.

I could not reproduce your issue on the last release version. 

Could you please update Rider to 2018.1.3 release? If the problem remains, please, feel free to let me know.

 

Kind regards,

Sofya.

0

I updated to 2018.1.3 and it's exactly the same. The same behavior can be observed with "Force step over"

0

Sorry for the inconvenience.

This is turned out to be a known issue and it has already been fixed 2018.2. The fix is coming soon in a new EAP. You will be able to download it here or in Toolbox app.

Sofya

0

Please sign in to leave a comment.