3

Using ruby-debug, when I issue a list command, it shows old code. So if I update the code surrounding (especially before) the debugger command in the model it still shows the old code.

The only way I have found to 'refresh' this code is by stopping the server and running it again.

Is there a better way?

Thanks,

Josh

Kara
  • 6,115
  • 16
  • 50
  • 57
Joshua Pinter
  • 45,245
  • 23
  • 243
  • 245

1 Answers1

3

Can't you just do a reload? You can also set a flag for auto-reloading but never tried it myself (I tend to use Netbeans now)

ideasasylum
  • 2,130
  • 1
  • 17
  • 21