Skip to content
New issue

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

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

Already on GitHub? # to your account

Debugging multiple files; Input for multiple files; new WORKSPACE_ROOT parameter in settings #172

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

obemu
Copy link

@obemu obemu commented Jun 25, 2021

  • Added new variable WORKSPACE_ROOT in settings
  • Added support for building the project in its directory and outputting the files in a build directory
  • Added light support for debugging multiple files (you can debug a file that includes other files, but the debugger does not jump into the other file)
  • Fixed a Bug where the input would not work if you debugged the program instead or running it

* Added support for building the project in its directory and outputting the files in a build directory
* Added light support for debugging multiple files (you can debug a file that includes other files, but the debugger does not jump into the other file)
* Fixed a Bug where the input would not work if you debugged the program instead or running it
@votemikejones
Copy link

votemikejones commented Jun 30, 2021 via email

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

Successfully merging this pull request may close these issues.

2 participants