spyder icon indicating copy to clipboard operation
spyder copied to clipboard

Profiler pane not showing results

Open dalthviz opened this issue 1 year ago • 2 comments

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

  • Spyder version: 6.0.0.dev0 0d4f2045e (conda)
  • Python version: 3.9.17 64-bit
  • Qt version: 5.15.2
  • PyQt5 version: 5.15.7
  • Operating System: Windows-10-10.0.19045-SP0

dalthviz avatar Dec 05 '23 17:12 dalthviz

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

dalthviz avatar Dec 06 '23 16:12 dalthviz

still happens with spyder 6.0.0b2

danielhrisca avatar Jun 28 '24 15:06 danielhrisca

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

dalthviz avatar Jul 04 '24 00:07 dalthviz

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!

ccordoba12 avatar Jul 04 '24 19:07 ccordoba12

I can confirm this being solved in 6.0.0b3

danielhrisca avatar Jul 23 '24 10:07 danielhrisca