Skip to content

Reload of application in debug #24

@joamag

Description

@joamag

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestp-highHigh priority issue

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions