is it possible le to see matplotlib plots
is it possible le to see matplotlib plots
Please elaborate. Are you debugging a remote machine?
Yes
On Tue, May 3, 2022, 3:29 AM Maor Kleinberger @.***> wrote:
Please elaborate. Are you debugging a remote machine?
— Reply to this email directly, view it on GitHub https://github.com/kmaork/madbg/issues/38#issuecomment-1115812769, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACXFSR4RZIIFBEE7DO4XR3DVIDIXDANCNFSM5U5DYBKA . You are receiving this because you authored the thread.Message ID: @.***>
Madbg does not provide UI forwarding capabilities, consider connecting to your remote machine using ssh -X or any other remote connection that supports x forwarding, and then using madbg to display anything you want
do you have some video or another clear example how to do it ?
If you can, connect to the remote machine using ssh -X and run the debogged program in that session. Then connect the debugger however you want, and use normal matplotlib functions in the debugger to view plots.