Skip to content

Prepare for debugger v3 #2598

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Prepare for debugger v3 #2598

wants to merge 12 commits into from

Conversation

worksofliam
Copy link
Contributor

Implement initial preparations for debugger v3 and add client certificate verification during connection. Clean up unused code related to service certificates.

@worksofliam worksofliam marked this pull request as ready for review April 10, 2025 14:35
Copy link
Contributor

github-actions bot commented Apr 10, 2025

👋 A new build is available for this PR based on 0fe577f.

@worksofliam worksofliam temporarily deployed to testing_environment April 10, 2025 14:52 — with GitHub Actions Inactive
@worksofliam worksofliam added this to the 3.0.0 milestone Apr 23, 2025
@worksofliam
Copy link
Contributor Author

TODO:

I can see that the startDebugService_workspace folder was created after trying to start debug service. However, I am still getting the error that the file startDebugServiceNavigator.log is not created. After checking the file owner and permission, I think I know why. The owner of the startDebugService_workspace folder should be QDBGSRV. The current owner is my user profile MKWAN. Hence QDBGSRV cannot write to this folder. Code for i need to change the owner after creating the startDebugService_workspace folder. Changing the permission to "777" would also work. I would suggest to change both the owner and permission.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants