Skip to content
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

Debug with Visual Studio Code #318

Merged
merged 1 commit into from
Jun 9, 2024
Merged

Conversation

gsnw
Copy link
Contributor

@gsnw gsnw commented May 18, 2024

The basis for debugging with Visual Studio Code has been created. This may not yet be perfect, but it may be a start.

@coveralls
Copy link

coveralls commented May 19, 2024

Coverage Status

coverage: 84.813%. first build
when pulling 01a15ae on gsnw:vscode-debug
into 90ad83f on schweikert:develop.

"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/src/fping",
"args": ["8.8.8.8"],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps use 127.0.0.1 instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have changed it

@auerswal
Copy link
Collaborator

I do not use Visual Studio Code, so I cannot assess if this works as intended, but I do not notice anything that looks problematic.

@schweikert schweikert merged commit 46793cd into schweikert:develop Jun 9, 2024
9 checks passed
@gsnw gsnw deleted the vscode-debug branch June 9, 2024 07:44
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.

5 participants