Closed ygrayne closed 2 years ago
I think in DebugClient.SendCommand, the local variable ‘dot’ is not initialised.
Thank you for your contribution. Yes, initialization was forgotten, and I never noticed it as the variable can only be FALSE in the error case that a command does not contain a dot.
FALSE
Fixed and pushed.
I think in DebugClient.SendCommand, the local variable ‘dot’ is not initialised.