79111738

Date: 2024-10-21 21:03:57
Score: 2
Natty:
Report link

A breakpoint stops execution before the line its placed on. So you are trying to read an uninitialized string, and the error is expected. If you were to step forward in execution (or place the breakpoint one line later) I suspect you wouldn't encounter this error.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Zico