Skip to content

Releases: cdhanna/fadebasic

v0.0.59

02 Apr 03:28

Choose a tag to compare

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

Choose a tag to compare

Fixed

  • debugger handles suspended vm correctly
  • debugger sorts through tokens using binary search and dense int array

v0.0.57

25 Mar 03:29

Choose a tag to compare

Fixed

  • debugger suspends execution when a debug message is received
  • debugger can re-pause at breakpoint

v0.0.56

25 Mar 03:20

Choose a tag to compare

Changed

  • DebugSession is mostly virtual, and can be overriden

v0.0.55

25 Mar 03:03

Choose a tag to compare

Fixed

  • debugger no longer uses infinite budget

v0.0.52

23 Mar 20:54

Choose a tag to compare

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

Choose a tag to compare

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

Choose a tag to compare

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

Choose a tag to compare

Fixed

  • Build tasks copies files into shadow directory

v0.0.48

24 Feb 18:44

Choose a tag to compare

Fixed

  • able to use variable in REPEAT conditionals that was defined within the REPEAT block