shabiel / VPE

Victory Programmer Environment (used in M code Development; esp. for VISTA)
Other
11 stars 5 forks source link

Error with VRR when inside ..E #65

Open blackstoneDavidJ opened 1 year ago

blackstoneDavidJ commented 1 year ago
  1. %STACKV ;display variable from stack. (BEB)Bishop ; LFT998 06/11/02
  2. %SYS.API

NOTE: You've discovered an error in VRR. Error: ^%SYS.API *$TEXT(+1^%SYS.API) Please create (or update) an issue in the VPE issue tracker at https://github.com/shabiel/VPE/issues.

Caught this error when going through VRR after running ..E then ?? and listing the routines

shabiel commented 1 year ago

Thank you @blackstoneDavidJ. Unfortunately I don't have Cache/IRIS to be able to reproduce this, but it seems that it should be easily fixable if you try to fix it (looks like $TEXT does not work on %SYS.API or other classes). If you can fix it and send me a fix, I would appreciate it. Otherwise, never mind, somebody will come and pick it up at some point.