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
In debug mode, line numbers are preserved which leads to additional labels being created. Thus, the code blocks detected are smaller. In certain scenarios where a method's logic is not fully executed, debug mode's energy consumption is lower than the normal mode. Depending on where a method's execution is stopped and an exception is thrown, the energy consumed is different in debug mode. With the current implementation the user is charged only for what is executed.
The text was updated successfully, but these errors were encountered:
In debug mode, line numbers are preserved which leads to additional labels being created. Thus, the code blocks detected are smaller. In certain scenarios where a method's logic is not fully executed, debug mode's energy consumption is lower than the normal mode. Depending on where a method's execution is stopped and an exception is thrown, the energy consumed is different in debug mode. With the current implementation the user is charged only for what is executed.
The text was updated successfully, but these errors were encountered: