numere-org / NumeRe

Framework for numerical computations, data analysis and visualisation
https://www.numere.org
GNU General Public License v3.0
20 stars 7 forks source link

Command window in the debugger #3

Open numeredev opened 1 year ago

numeredev commented 1 year ago

DESCRIPTION

What does your feature request improve on? Please describe. If we want to examine the problem in our code further, we are always limited to stopping the debugger, inserting code in the erronous section to get further output.

Describe the solution you'd like It would be nice, if the debugger would contain some command window, where one could enter some code to examine its behavior.

Describe alternatives you've considered Inserting example code is not a valid alternative.

Additional context Migrated from here: https://sourceforge.net/p/numere/tickets/673/

(Do not write below this line)


DEVS' SECTION

ANALYSIS

(Describe, what's the issue and which changes have to be made)

IMPLEMENTATION STEPS

(see also our Wiki for implementation guidelines)

DOCUMENTATION STEPS

(see also our Wiki for further information)

PULL REQUEST