posit-dev / positron

Positron, a next-generation data science IDE
https://positron.posit.co
Other
2.76k stars 82 forks source link

Improve integration between debugging and Positron comms #4350

Open seeM opened 2 months ago

seeM commented 2 months ago

Currently, when at a debugger breakpoint in a Python file, none of the Positron comm-based UI components are functional.


I have a Python script and simply cannot figure out how to make variables appear in Data Explorer when debugging (as one can with RStudio). I can only see them in the Debug Variables window, which is not sufficient for my needs. Is there a shortcut or setting I'm missing? Many thanks

Originally posted by @victormeldrew in https://github.com/posit-dev/positron/discussions/4349

juliasilge commented 2 months ago

This applies to R as well.