...
E.g. on Linux using Steam it will be in
...
~/.local/share/Steam/steamapps/common/Neverwinter\
...
Nights/bin/linux-x86/tracy/Tracy
The binaries shipped with the game have a small patch applied to allow connecting after app start, which you can also find in ./bin/ if you'd like to rebuild them locally.
Configure
Enable tracy in settings.tml
[instrumentation]
[instrumentation.tracy]
bind-all-interfaces = false
enabled = true
port = 8086
Tracy always binds to the local interface. If you'd like to access your device remotely, please use SSH port forwarding or similar. Do not expose this port to the internet: It is entirely unauthenticated and it's security has not been designed to be publicly accessible.
Run
Client (nwmain)
- Launch the client
- Launch Tracy
...