Srini
SSolara
•Created by Srini on 9/8/2024 in #questions-issues
Debugging Solara in PyCharm
Hi all,
I want to stop a debug point when I'm interacting with a component in browser.
I tried to find some documentation about setting up debugging in PyCharm when working with Solara libraries.
But the official documentation suggesting to use "pdb" and "debugpoint()"
Is there any easier way to setup debugging and be able to stop at a point in a code when some button is pressed or an event is invoked?
Can you guide how do you deal with it when working with PyCharm?
-Srini
2 replies