Jump to content

Problems using VSCode for C++ development


Josh
 Share

Recommended Posts

Just making a list of issues I encounter:

  • When using a makefile it's easy for compiled files to get outdated without being updated when a header somewhere else is changed.
  • Save file / debug / compile are three separate operations that aren't very well in sync. You have to manually save a file before compiling because although the compile step will save all files automatically, the save occurs after the build begins. It's easy for the terminal and debugger to get out of sync.
  • String variables don't display their text / values while debugging.
  • The maketools compile / debug / run controls are in a separate interface from the regular run / debug controls.

My job is to make tools you love, with the features you want, and performance you can't live without.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...