Releases: cdhanna/fadebasic
Releases · cdhanna/fadebasic
v0.0.59
02 Apr 03:28
Compare
Sorry, something went wrong.
No results found
Fixed
debugger shows hover values when looking at struct fields and array fields
debugger statement eval shows output
v0.0.58
25 Mar 04:28
Compare
Sorry, something went wrong.
No results found
Fixed
debugger handles suspended vm correctly
debugger sorts through tokens using binary search and dense int array
v0.0.57
25 Mar 03:29
Compare
Sorry, something went wrong.
No results found
Fixed
debugger suspends execution when a debug message is received
debugger can re-pause at breakpoint
v0.0.56
25 Mar 03:20
Compare
Sorry, something went wrong.
No results found
Changed
DebugSession is mostly virtual, and can be overriden
v0.0.55
25 Mar 03:03
Compare
Sorry, something went wrong.
No results found
Fixed
debugger no longer uses infinite budget
v0.0.52
23 Mar 20:54
Compare
Sorry, something went wrong.
No results found
Fixed
debugger hits breakpoints with instruction indexes mid-token
debugger can modify last field
debugger evals properly resize register buffers
v0.0.51
21 Mar 19:53
Compare
Sorry, something went wrong.
No results found
Added
LSP supports text completions
LSP supports basic rename support
LSP supports signature helper
Fixed
debugger program performance greatly improved
type tokens appear highlighted in declaration statements
v0.0.50
07 Mar 02:29
Compare
Sorry, something went wrong.
No results found
Fixed
not appears highlighted as keyword instead of comment
command help appears again in LSP
load .dll files into memory before streaming, to avoid file locking
v0.0.49
28 Feb 11:55
Compare
Sorry, something went wrong.
No results found
Fixed
Build tasks copies files into shadow directory
v0.0.48
24 Feb 18:44
Compare
Sorry, something went wrong.
No results found
Fixed
able to use variable in REPEAT conditionals that was defined within the REPEAT block