Browse Source

Enable native debugging when running *.Gen test projects from vs2022

pull/1893/head
duckdoom5 2 years ago
parent
commit
b777d0c78c
  1. 8
      tests/dotnet/CLI/Properties/launchSettings.json
  2. 8
      tests/dotnet/CSharp/Properties/launchSettings.json
  3. 8
      tests/dotnet/Common/Properties/launchSettings.json
  4. 8
      tests/dotnet/Encodings/Properties/launchSettings.json
  5. 8
      tests/dotnet/NamespacesDerived/Properties/launchSettings.json
  6. 8
      tests/dotnet/StandardLib/Properties/launchSettings.json
  7. 8
      tests/dotnet/VTables/Properties/launchSettings.json

8
tests/dotnet/CLI/Properties/launchSettings.json

@ -0,0 +1,8 @@ @@ -0,0 +1,8 @@
{
"profiles": {
"CLI.Gen": {
"commandName": "Project",
"nativeDebugging": true
}
}
}

8
tests/dotnet/CSharp/Properties/launchSettings.json

@ -0,0 +1,8 @@ @@ -0,0 +1,8 @@
{
"profiles": {
"CSharp.Gen": {
"commandName": "Project",
"nativeDebugging": true
}
}
}

8
tests/dotnet/Common/Properties/launchSettings.json

@ -0,0 +1,8 @@ @@ -0,0 +1,8 @@
{
"profiles": {
"Common.Gen": {
"commandName": "Project",
"nativeDebugging": true
}
}
}

8
tests/dotnet/Encodings/Properties/launchSettings.json

@ -0,0 +1,8 @@ @@ -0,0 +1,8 @@
{
"profiles": {
"Encodings.Gen": {
"commandName": "Project",
"nativeDebugging": true
}
}
}

8
tests/dotnet/NamespacesDerived/Properties/launchSettings.json

@ -0,0 +1,8 @@ @@ -0,0 +1,8 @@
{
"profiles": {
"NamespacesDerived.Gen": {
"commandName": "Project",
"nativeDebugging": true
}
}
}

8
tests/dotnet/StandardLib/Properties/launchSettings.json

@ -0,0 +1,8 @@ @@ -0,0 +1,8 @@
{
"profiles": {
"StandardLib.Gen": {
"commandName": "Project",
"nativeDebugging": true
}
}
}

8
tests/dotnet/VTables/Properties/launchSettings.json

@ -0,0 +1,8 @@ @@ -0,0 +1,8 @@
{
"profiles": {
"VTables.Gen": {
"commandName": "Project",
"nativeDebugging": true
}
}
}
Loading…
Cancel
Save