Users can connect to a hw_server running on a localhost, or remote (as shown below)
session.connect(url="TCP:lentinus15:3121")
If users are debugging remotely where the host machine and target device are not on the same machine, then it is recommended to use a symbol server
session.connect("--symbol", url="TCP:lentinus15:3121")