Quentin Peter
Quentin Peter
When writing a command that sefaults with faulthandler enabled, no messages are printed: ```python In [1]: import faulthandler; import ctypes; faulthandler.enable(); ctypes.string_at(0) Kernel died, restarting ``` I would expect this...
## Description of Changes - Goes with https://github.com/spyder-ide/spyder-kernels/pull/413 ### Issue(s) Resolved Fixes #19355 ### Affirmation By submitting this Pull Request or typing my (user)name below, I affirm the [Developer Certificate...
## Description of Changes * [ ] Wrote at least one-line docstrings (for any new functions) * [ ] Added unit test(s) covering the changes (if testable) * [ ]...
## Description of Changes restart kernel instantaneously by using the cached kernel depends on https://github.com/spyder-ide/spyder/pull/19411 * [ ] Wrote at least one-line docstrings (for any new functions) * [ ]...
Removes the std files that spyder uses for stdout, stderr and faulthandler. They are replaced by PIPEs and therefore do not require cleaning up or complex file I/O code. Fixes...
## Description of Changes Add a button to go to the currently debugged line if the editor was moved.  ### Affirmation By submitting this Pull Request or typing my...
## Problem Description There is a `flush_std` message sent to the kernel every second, preventing the kernel from going to sleep. I think given that this solves a minor issue,...
`set_debug_state` is a call that doesn't really add value as the debugging information is contained in the debugging prompts. In addition, this improves non spyder-kernels debugging by adding syntax highlighting,...
1- Create a file (test.tex) with: ``` \documentclass{article} \usepackage[utf8]{inputenc} \begin{document} \newcommand{\be}{\begin{equation}} \newcommand{\ee}{\end{equation}} \end{document} ``` 2- `latexdiff test.tex test.tex > diff.tex` I get: ``` \documentclass{article} %DIF LATEXDIFF DIFFERENCE FILE %DIF DEL...
The run settings can not be changed on the latest master. To reproduce: 1 - Open a new spyder 2 - create a new file 3 - press the run...