Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
350 views

Recursive stacks frames have identical values in visual studio debugger for python

I was trying to do a depth first recursive search in python on a graph class I made. I failed the test at the assertion level for some unknown reason: AssertionError: None not found in [[1, 2, 4, 6], [...
gcr's user avatar
  • 463
4 votes
0 answers
141 views

Simple on-demand function call tree in Python?

I'm working on a project with lots of calls to functions stored as callable instances and my only way to "debug" is writing on stdout. Also the project is massively nested and monolithic so ...
frans's user avatar
  • 9,708
8 votes
2 answers
3k views

See call stack while debugging in Pydev

Is there a way to see the call stack while debugging python in Pydev?
Jonathan Livni's user avatar