Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IDE bugs #636

Closed
arakov opened this issue Feb 21, 2024 · 1 comment
Closed

IDE bugs #636

arakov opened this issue Feb 21, 2024 · 1 comment

Comments

@arakov
Copy link
Member

arakov commented Feb 21, 2024

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 added a commit that referenced this issue Mar 7, 2024
…re run / debug

[FIXED] warn if the source code is changed and not save before run / debug
[FIXED] the document is in read-only mode during the debugging
[FIXED] #636 - IDE bugs
@arakov
Copy link
Member Author

arakov commented Mar 7, 2024

fixed

@arakov arakov closed this as completed Mar 7, 2024
@arakov arakov mentioned this issue Mar 21, 2024
3 tasks
arakov added a commit that referenced this issue Mar 21, 2024
* preparing new version
* [FIXED] calling a variadic method without arguments directly
* [ADDED] an opcode LNEG
* [ADDED] native negate operation for long integers
* [FIXED] declaring a template based type with T is an array as a method result
* [ADDED] sqlite module
* [FIXED] string.toUpper() : returns a string with an incorrect length
* [FIXED] Rosetta Code : Vigenère cipher
* [FIXING]c_a_g sample
* [FIXED] GC : perm generation is not included as roots for the partial collect
* [FIXED] windproc
* [ADDED] support for stdcall for win32
* IDE - refactoring notification routines
* [FIXED] IDE notification refactoring
* [FIXED] displaying stack-allocated structures
* [Samples] c_a_g sample
* [ADDED] c_a_g sample
* [ADDED] agenda sample
* [ADDED] graph sample
* [FIXED] it has to be possible to convert int literal directly to v_int8 / v_int16 / v_int64, depending on the value size
* [FIXED] warn if the source code is not compiled after the change before run / debug
* [FIXED] warn if the source code is changed and not save before run / debug
* [FIXED] the document is in read-only mode during the debugging
* [FIXED] #636 - IDE bugs
* [ADDED]x86 mt
* [FIXED] x86 MTA : starting the new thread / program
* [FIXED] x86 MTA : GC routine
* [FIXED] byrefHandler : if it is not contain the explicit return, assign self to byref retVal
* [FIXED] no need for typecasting operation after if-else operation with both branches containging returning operation
* [FIXED] #634 - debugger step over some expressions
* [FIXED] optimizing operation with int constants
* [ADDED] xforms module
* [ADDED] multi-profiles per a single project file; new option -l<profile-name>
* [ADDED] project settings - select the project profile
* [ADDED] #638 - Accessing a variable declared in the upper scope
* fixing script samples
@arakov arakov mentioned this issue Mar 21, 2024
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant