You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Default probe server to local only, plus associated cleanup.
- Added --allow-remote argument for 'pyocd server' subcommand, and
deprecated the --local-only argument. This aligns the probe server
with the other pyocd servers.
- Adjusted server subcommand to use the 'serve_local_only' session
option as the default value.
- ListenerSocket by default sets the host to localhost, and using
code updated to explicitly enable binding to all interfaces.
- Raw SWV server uses the 'serve_local_only' session option.
- The default value of the serve_local_only parameter to the
DebugProbeServer constructor is None, and the class will use the
'serve_local_only' session options' value in that case.
0 commit comments