Skip to content

Can't get Unity Debugger to work #815

Answered by nagaohiroki
Imlimp asked this question in Q&A
Discussion options

You must be logged in to vote

please add 'path' parameter. dap can find your Unity proccess.

dap.configurations.cs = {
{
type = 'unity',
request = 'attach',
name = 'Unity Editor',
path = 'YourUnityProject/Library/EditorInstance.json'
}
}

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Imlimp
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants