premake/website/docs/debugremotehost.md

22 lines
308 B
Markdown
Raw Normal View History

2021-03-11 20:29:22 +00:00
Specifies the remote debugging target.
```lua
debugremotehost "host"
```
### Parameters ###
`host` specifies a host to connect to when starting a remote debug session.
### Applies To ###
Project configurations.
### Availability ###
Premake 5.0 or later.
### See Also ###
* [debugport](debugport.md)