Multiple choice

In which of the following classes is the first constructor used to attach the debugger to a current interpreter session?

  1. StackFrame

  2. RemoteStackVariable

  3. RemoteDebugger

  4. DebuggerCallback

  5. ThreadDeathEvent()

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Here, the first constructor is used to attach the debugger to a current interpreter session.