add back launchSettings json, should fix debugging in IDE's, updated readme to reflect changes

This commit is contained in:
CWX
2025-04-08 10:09:00 +01:00
parent 8f89d03257
commit 797c2109a0
3 changed files with 19 additions and 8 deletions
-2
View File
@@ -425,5 +425,3 @@ fabric.properties
# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser
launchSettings.json
+4
View File
@@ -52,6 +52,10 @@ To debug the project in Visual Studio Code:
1. Choose `Server` and `Spt Server Debug` in the debug dropdowns
2. Choose `Debug > Start Debugging (F5)` to run the server
With Rider:
1. Choose the configuration called `SPTarkov.Server: Spt Server Debug`
2. Hit `(Alt + F5)` To start Debugging
### Mod Debugging
To debug a server mod in Visual Studio, you can copy the mod DLL into the `user/mods` folder and then start the server
@@ -0,0 +1,9 @@
{
"profiles": {
"Spt Server Debug": {
"commandName": "Project",
"hotReloadEnabled": false,
"workingDirectory": "$(OutputPath)"
}
}
}