1

is it possible to edit code while debugging in visual studio, like in eclipse (java)

since similar question is asked above, i need to know if i can do this on visual studio code not visual studio

i tried using the debugger and when i changed some lines its needed for me to restart node server to apply changes

Kandalia Kiki
  • 64
  • 1
  • 6

1 Answers1

0

It seem this is not able yet on Visual Studio Code, i'll show you:

https://learn.microsoft.com/en-us/visualstudio/debugger/edit-and-continue?view=vs-2022

enter image description here