PL/I

PL/I

PL/I

 View Only
  • 1.  IDEBUG Win vaPLI

    Posted Fri October 07, 2016 05:32 PM

    I have a vaPLI program that fails in IBMWM20.DLL fault stackhash_E98D access violation for x00000000

    x100C2EA9 from x10087ABB

    I can start (I think) IDOD idebug but I get no response at the command line

    I tried IDOD irmtdbgc too, but no command line response there either

    When the failure occurs I get an 'unhandled exception' window and a choice of one debugger to use to investigate

    That is Microsoft VisualStudio 2013 not any IMBdebug

    How do I run IBMdebug?

    How do I tell if it *is* running

    Any idea what I do next?????????  Please help

    john173


  • 2.  Re: IDEBUG Win vaPLI

    Posted Tue January 03, 2017 09:34 AM

    Whenever you have problems like that, you need to ensure that PL/I's

    debugging facilities are turned on.

     

    You need to enable SUBSCRIPTRANGE, STRINGSIZE, STRINGRANGE, and SIZE

    throughout the program.

    Robin400


  • 3.  Re: IDEBUG Win vaPLI

    Posted Tue January 03, 2017 12:58 PM

    I have all these active.

    I believe now that it is a problem of vaPLI under Win7. In the end I created a Virtualbox running W2000 and the debuggger works fine, but try as I might I could not see how to get it running with Win7.

    but thank you for your reply.

    john173