Skip to content

In step by step mode, the call function is not debugged step by step #44

Description

@LJoyL
def coucou(n): #step 1
	if n > 0:
	    coucou(n) - 2
	print(n)
coucou(10) #step 2

but in step by step in algo mode only have 2 steps

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    algorithmAlgorithm/pseudocode modebugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions