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

Debugging in gdb mode instead of gdbserver mode wont allow tty to console #32

Closed
TimKendall76 opened this issue Aug 31, 2016 · 1 comment

Comments

@TimKendall76
Copy link

Please use the following bug reporting template to help produce actionable and reproducible issues:

  • A brief description
  • Expected results
  • Actual results (with build output window contents if applicable)
  • VC++ version, Linux system name and version, GCC/GDB/gdbserver version, CPU arch, etc. If you are using a specific version of Linux on an embedded board, we might need to know about it to get a repro on similar hardware
  • Steps required to reproduce the error
  • Required packages and commands to install

See our contributing instructions for assistance.

@TimKendall76
Copy link
Author

sorry, messed up the form. Linux extension 1.0.5. If you have a SO library that you want to debug and switch to "gdb" mode instead of "gdbserver" mode, the STDOUT goes to the Output window and STDIN is not found. The Linux Console window in VS is blank and non responsive. If the app issues a getchar() call, debugging actually stops. Apparently when in gdb mode there is only one SSH connection and not two that gdbserver has so that console I/O works.

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