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

Reload of application in debug #24

Open
joamag opened this issue Feb 16, 2018 · 0 comments
Open

Reload of application in debug #24

joamag opened this issue Feb 16, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request p-high High priority issue

Comments

@joamag
Copy link
Contributor

joamag commented Feb 16, 2018

Description

To be able to efficiently debug an Appier application it's very important to be able to have it reloaded at a development time. Effectively avoiding the need to restart the application & debugger.

Implemenation

Most of the implementation requires the checking of changes in the source files.
The overall algorithm can be defined as:

  • Detect the files that belong to a certain project
  • Check for changes on those files
  • If changes exist reload the associated modules
@joamag joamag added enhancement New feature or request p-high High priority issue labels Feb 16, 2018
@joamag joamag self-assigned this Feb 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request p-high High priority issue
Projects
None yet
Development

No branches or pull requests

1 participant