-1

In my previous question I had asked about debugging and the suggestion was to use debug package. It was told that debug package would prompt me a new window for an interactive debugging session but isn't doing it.

Can somebody give me an example? I am using Mac.

Community
  • 1
  • 1
Lucky
  • 347
  • 6
  • 15

1 Answers1

0

I realized that debug helps us to debug a function separately. The syntax follows debug(fun, text = "", condition = NULL). So one can debug their functions interactively.

Lucky
  • 347
  • 6
  • 15