dotTrace.CommandLineTools.Linux - how can I attach it to running process?
I have running app on Linux. How can I attach the running process?
Answer on you site, refer to change of start command to attach, but Linux does not recognize it as valid command.
Please sign in to leave a comment.
Hi!
I've just answered you in the corresponding support ticket. Unfortunately, attaching to .NET Core <3.0 processes is not possible because of .NET Core limitations. The only option, in this case, is using the "start" command.