-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Discussed in #115
Originally posted by thomprl June 30, 2025
I sent a message to Sanjula directly but thought others might benefit if they are having the same issue.
I created a very simple procedure to give this a try but the Light Bulb icon never shows up to create a test stub. I have a QTESTSRC source file created in my library. My library is in the library list as well. This is the simple program. It's compiled as a *MODULE. I also tried one that was a service program as well.
**free
ctl-opt nomain;
Dcl-Proc addNumbers export;
Dcl-Pi *n packed(10:2);
num1 packed(10:2);
num2 packed(10:2);
End-Pi;
return (num1 + num2);
End-Proc;
```</div>
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working