Chad Smith

Results 185 comments of Chad Smith

If you press continue a second time, does it jump to your breakpoint?

The server uses the Python function `open`. It uses whatever encoding is defined for the system, and if it can't decode something, it raises an error. https://docs.python.org/3/library/functions.html#open It sounds like...

> Thanks for your reply. The file is encoded in UTF-8 and the system encoding is also UTF-8. I wonder why the error is occuring then. Is the character invalid?...

Thank you for the feedback!

Hi unfortunately I do not have the bandwidth to address this issue. This is a hobby project and between my full time job and new child I just don’t have...

Thanks for the report. Sure a PR would be great.

Thanks for filing this. I think you're right. The variables update but the selected frame doesn't. I'll look into it when I get a chance. Another way to get the...

I'm afraid I don't have enough users asking for this type of feature to justify it. As a middle ground, I could create a simple button to export data to...

@bbkiwi you can make an expression for the various elements you want to plot, but you can't choose arbitrary an index and plot it without having watched it

@thewtex could you expand a little more on what you mean? Maybe an example would help me understand more.