Skip to content

[Bug]: Variables with sigil sufix (e.g. a$) do now show up in the debugger #59

@boriel

Description

@boriel

Contact Details

@boriel

IDE version

All

What happened?

Debugging a code like this:

DIM a$ As String
LET a$ = "Hola"
LET a$ = a$ + " Mundo"
PRINT a$

do not shows up the value of a$ in the debugger.
But using just a works.

Error and Warning messages

None

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions