How do I debug TShock during runtime? #1796
-
I'm fairly new to C# so this may be a more generic/open-ended question but I'd like to be able to run TShock with a debug process attached to it. I find I learn best by seeing how this operate during runtime and I think it'd be handy to have. I'm currently using JetBrains Rider but I'll happily move to Visual Studio if need be. Thank you for your help! |
Beta Was this translation helpful? Give feedback.
Answered by
AxeelAnder
May 20, 2020
Replies: 1 comment 1 reply
-
You may need to change the output path of TShockAPI.
Attention: If you want to push your changes, do not stage the output path change when commit |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
TimGonz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You may need to change the output path of TShockAPI.
TShockAPI
projectProperties...
Debug | AnyCPU
Output path
to..\TerrariaServerAPI\TerrariaServerAPI\bin\Debug\ServerPlugins\
OK
Attention: If you want to push your changes, do not stage the output path change when commit