[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: How to break out of program running in infinite loop in PDSOE

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
P

Peter Judge

Guest
JUST be aware that you are able to share an AVM between a project and any Run Configs. If you manage the Run Configs you see this on the Main tab Also , you can use a single AVM for all the projects in a workspace. These 2 facts mean you can potentially only have a single shared AVM . Killing that would have consequences beyond just killing the “bad run”. And also a “bad run” will have consequences beyond what you’re testing. I would recommend that you DO NOT USE SHARED AVMs for anything - An individual AVM per run config - An individual AVM per project There are also other potentially odd-seeming side-effects with shared AVM’s and OOABL static members.

Continue reading...
 
Status
Not open for further replies.
Back
Top