You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The issue would like to debug samples when using a build from source strategy. Include Visual Studio Code launch settings to allow the process to be attached to. Describe the -w True argument that will wait for the process to be attached so debugging can occur.
Describe the solution you'd like
Add launch.json similar to the following to the repository for users using Visual Studio Code
Discuss the -w True Argument:
The -w True argument will wait for the process to be attached so you can debug it. This is useful for ensuring that the process does not start executing before the debugger is attached.
Describe alternatives you've considered
No response
Additional context?
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The issue would like to debug samples when using a build from source strategy. Include Visual Studio Code launch settings to allow the process to be attached to. Describe the -w True argument that will wait for the process to be attached so debugging can occur.
Describe the solution you'd like
Add launch.json similar to the following to the repository for users using Visual Studio Code
Wait Command Line
Discuss the -w True Argument:
The -w True argument will wait for the process to be attached so you can debug it. This is useful for ensuring that the process does not start executing before the debugger is attached.
Describe alternatives you've considered
No response
Additional context?
No response
The text was updated successfully, but these errors were encountered: