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
Create a simple Python file that declares and uses different types of variables (integers, strings, lists, sets, etc). Additionally, experiment with special assignment statements.
Insert breakpoints on the lines where variables are declared.
Start the debugger. When it halts at the first breakpoint, it should display inline values for the variables at the breakpoint line, as well as on each subsequent line where those variables are utilized.
Proceed to debug the code line by line. Observe how the displayed inline values update accurately to reflect changes in variable states
The text was updated successfully, but these errors were encountered:
Refs: #167
Complexity: 2
Create Issue
Requirements:
Verification steps
The text was updated successfully, but these errors were encountered: