longma555 Posted September 26 Share Posted September 26 Quote Link to comment Share on other sites More sharing options...
steve.milici Posted September 26 Share Posted September 26 You will need to identify the “L-variable” defined in the subroutine and then monitor the proper “Ldata.Stack[m].L[i]” element. This element contains the value of local stack variable Li in the program or subprogram m levels deep (m = 0 for the top-level program or thread). This element provides a method for “external” access to the local variable stack. It is intended mainly for diagnostics and debugging. It is possible to write to this element. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.