Allow `CosimPortConfig` to accept non-localhost hosts
Open
enhancement
- Dominant language
- Dart
- Stars
- 29
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
### Motivation
Currently, the `CosimPortConfig` only accepts a `port`, but not a `host`, and defaults to `localhost`. It would be nice to be able to remotely debug, rather than only locally.
### Desired solution
Add a `host` option to `CosimPortConfig` which just defaults to localhost, but can be configured to be something else as well.
### Alternatives considered
_No response_
### Additional details
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.