9

The problem during debug when I try to press Step into hot key. It is set to F11 and F7 by default. When I try to press F11 nothing happens. When I try to press F7 it steps by code but when it must go into the method(step into it is the command special for this action) my debug mode turn off. Rider turn off debug mode as I did it by button.

I tried to change to another hot key action step into. The result the same. When I try go inside to another method durring step debug and press F7 or other key for step into my Rider stop debug mode.

I have a screen with step into on F8. The same result, my debug mode turn off when I try to go into the method during debug.

enter image description here

How to fix it?

FX_Sektor
  • 1,206
  • 2
  • 14
  • 32

3 Answers3

20

I have an answer from JetBrains.

Need to uncheck external debbuging

may I ask you to uncheck Enable external source debug setting (Preferences | Build, Execution, Deployment | Debugger)? Does it help you?

Finally it works

FX_Sektor
  • 1,206
  • 2
  • 14
  • 32
5

This seems to be a bug in Rider [JetBrains Youtrack issue]. I suggest that everyone who's affected votes for this issue to increase the urgency.

A partial solution seems to be: disable "Always do smart step into".

Change settings

Thomas Weller
  • 55,411
  • 20
  • 125
  • 222
1

Use JetBrains Rider as the default JIT debugger

  1. Press Ctrl+Alt+S or alternatively select File | Settings from the main menu, then choose Build, Execution, Deployment | Debugger on the left.
  2. Click Set rider as default debugger.
  3. When JetBrains Rider is set as the default JIT debugger and a process calls Debugger.

Debugging in Jetbrains Rider

Abdus Salam Azad
  • 5,087
  • 46
  • 35