You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: