Skip to content

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

@LJoyL

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

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