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

How to launch a debug session without either VS or VS Code? #1481

Open
Zhangwen-Zhiyuan opened this issue Oct 9, 2024 · 0 comments
Open

Comments

@Zhangwen-Zhiyuan
Copy link

I tried writing the following content into process.StandardInput:

Content-Length: 155\r\n\r\n{"seq":1,"type":"request","args":{"program":"/mnt/disk/test/C_sharp/executable","launchOptionType":"Local","miDebuggerPath":"/usr/bin/gdb","MIMode":"gdb"}}

However, I received the following error:

{
  "type": "event",
  "event": "output",
  "body": {
    "category": "stderr",
    "output": "Stopping due to fatal error: ArgumentNullException: Value cannot be null. (Parameter 'key')\n"
  },
  "seq": 1
}
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

No branches or pull requests

1 participant