|
Looks interesting. Does it matter what the variable is named? Is it actually called "stuff" in your original code or is that just an example name?
************************************************************************** * Run a test... **************************************************************************
P test b D test pi n D stuff_in likeds(stuff_t)
D result s n /free stuff_in.alpha = 'Hello, World'; stuff_in.unsigned = 1; return *on; // Breakpoint 2 here /end-free P test e
The reason I say that is because I had an issue with fields named "qual". They would not work with the debugger. To view them I had to use the %var(qual) built-in function in the debugger. e.g.:
eval %var(stuff)
-Bob Cozzi
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.