Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
LJoyL opened this issue May 3, 2018 · 0 comments
Open
Labels
algorithm Algorithm/pseudocode mode bug Something isn't working

Comments

@LJoyL
Copy link
Collaborator

LJoyL commented May 3, 2018

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

@LJoyL LJoyL added bug Something isn't working algorithm Algorithm/pseudocode mode labels May 3, 2018
@zdimension zdimension changed the title In step by step mode, the call function is not detailed In step by step mode, the call function is not debugged step by step Jun 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
algorithm Algorithm/pseudocode mode bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant