madbg icon indicating copy to clipboard operation
madbg copied to clipboard

is it possible le to see matplotlib plots

Open Sandy4321 opened this issue 3 years ago • 5 comments

is it possible le to see matplotlib plots

Sandy4321 avatar May 02 '22 21:05 Sandy4321

Please elaborate. Are you debugging a remote machine?

kmaork avatar May 03 '22 07:05 kmaork

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: @.***>

Sandy4321 avatar May 10 '22 13:05 Sandy4321

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

kmaork avatar May 10 '22 13:05 kmaork

do you have some video or another clear example how to do it ?

Sandy4321 avatar May 10 '22 21:05 Sandy4321

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.

kmaork avatar May 10 '22 21:05 kmaork