Skip to content

Commit

Permalink
Add debugging profile to starter pack
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev committed Sep 3, 2024
1 parent ee99810 commit 33c88e6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Bonsai.StarterPack/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"profiles": {
"Bonsai": {
"commandName": "Executable",
"executablePath": "$(BonsaiExecutablePath)",
"commandLineArgs": "--lib:\"$(TargetDir).\"",
"nativeDebugging": true
}
}
}

0 comments on commit 33c88e6

Please sign in to comment.