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
1 Reply
Hi Srini,
what makes you think we only suggest using pdb/breakpoint?
On https://solara.dev/documentation/advanced/howto/debugging we show how to configure PyCharm.
Did this page still make you think you can only use programmatic breakpoints?
Regards,
Debugging Solara applications
You can use the Python debugger to debug your Solara app.