spyder-ide / spyder

Official repository for Spyder - The Scientific Python Development Environment
https://www.spyder-ide.org
MIT License
8.1k stars 1.57k forks source link

Profiler pane not showing results #21590

Open dalthviz opened 7 months ago

dalthviz commented 7 months ago

Problem Description

Unable to see code profiling results. Also seems like there some sort of widget under the Profiler pane file combobox selector.

What steps reproduce the problem?

  1. Try to profile a file via the menu (Run > Run profiler)

What is the expected output? What do you see instead?

Expected to see the profiler result as a tree instead the empty pane message persists

Behavior preview:

profiler

Versions

dalthviz commented 7 months ago

Note: Seems like PR #21555 fixed the UI issue releated with the combobox

danielhrisca commented 1 week ago

still happens with spyder 6.0.0b2

dalthviz commented 1 day ago

@ccordoba12 could it be worthy to check/update the proposed fix for this done at PR #21713 ?

ccordoba12 commented 1 day ago

Yeah, that's a very good idea! (I forgot about that pull request).

Could you review it so we can merge it before 6.0 final? Thanks!