add back launchSettings json, should fix debugging in IDE's, updated readme to reflect changes
This commit is contained in:
@@ -425,5 +425,3 @@ fabric.properties
|
||||
|
||||
# Android studio 3.1+ serialized cache file
|
||||
.idea/caches/build_file_checksums.ser
|
||||
|
||||
launchSettings.json
|
||||
|
||||
@@ -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)"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user