ELENA-LANG / elena-lang

ELENA is a general-purpose language with late binding. It is multi-paradigm, combining features of functional and object-oriented programming. Rich set of tools are provided to deal with message dispatching : multi-methods, message qualifying, generic message handlers, run-time interfaces
https://elena-lang.github.io/
MIT License
227 stars 23 forks source link

IDE bugs #636

Closed arakov closed 3 months ago

arakov commented 4 months ago

The following bugs were reported:

1) I put the code in a file (not a project) and tried to use Debug --> Run to execute it, there is a window that opens and closes very quickly but the output is not redirected in any of the available panels (Output, Messages, Interactive). In the Interactive panel there is an error message: Redirect console error: 2

2) I set a breakpoint using F5, but Debug->Run ignores the breakpoint

3) F8 (Step Over) leads to an error "The source code is not found. Do you want to continue?"

4) Applying changes to the source file via the IDE and trying to run it does not produce the expected results. Also adding syntax errors intentionally does not affect the execution

arakov commented 3 months ago

fixed