Skip to content

Commit b777d0c

Browse files
committed
Enable native debugging when running *.Gen test projects from vs2022
1 parent 7326c15 commit b777d0c

File tree

7 files changed

+56
-0
lines changed

7 files changed

+56
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"profiles": {
3+
"CLI.Gen": {
4+
"commandName": "Project",
5+
"nativeDebugging": true
6+
}
7+
}
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"profiles": {
3+
"CSharp.Gen": {
4+
"commandName": "Project",
5+
"nativeDebugging": true
6+
}
7+
}
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"profiles": {
3+
"Common.Gen": {
4+
"commandName": "Project",
5+
"nativeDebugging": true
6+
}
7+
}
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"profiles": {
3+
"Encodings.Gen": {
4+
"commandName": "Project",
5+
"nativeDebugging": true
6+
}
7+
}
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"profiles": {
3+
"NamespacesDerived.Gen": {
4+
"commandName": "Project",
5+
"nativeDebugging": true
6+
}
7+
}
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"profiles": {
3+
"StandardLib.Gen": {
4+
"commandName": "Project",
5+
"nativeDebugging": true
6+
}
7+
}
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"profiles": {
3+
"VTables.Gen": {
4+
"commandName": "Project",
5+
"nativeDebugging": true
6+
}
7+
}
8+
}

0 commit comments

Comments
 (0)