mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Update tip about attaching to running instances
This commit is contained in:
@@ -242,9 +242,9 @@ void TipsDialog::initialize()
|
||||
// Tip 24
|
||||
m_tips.push_back(
|
||||
Tip(tr("Attaching to a running instance"),
|
||||
tr("If you have launched a program via RenderDoc or your program integrates RenderDoc, "
|
||||
"the UI can connect to it once it is running via File -> Attach to Running Instance, "
|
||||
"and everything works as if you had launched it.\n\nYou can even do this across a "
|
||||
tr("Once you have launched your program from RenderDoc, even if you close the UI you can "
|
||||
"re-connect to it once it is running via File -> Attach to Running Instance, and "
|
||||
"everything works as if you had launched it.\n\nYou can even do this across a "
|
||||
"network, by adding a remote IP or hostname. You will connect over the network and "
|
||||
"can remotely trigger captures - any files will be copied back across the network, to "
|
||||
"be saved and replayed locally as normal.\n")));
|
||||
|
||||
Reference in New Issue
Block a user