1. Yuri Denshchik
  2. PowerBuilder
  3. Monday, 3 July 2017 17:33 PM UTC

What is the best way to track the problem when 64-bit compiled PB application stopped working or working incorrectly?

Is there recommended way of logging ?

Thanks,

Yuri

Appeon Support Team Accepted Answer Pending Moderation
  1. Tuesday, 4 July 2017 08:51 AM UTC
  2. PowerBuilder
  3. # 1

Hi Yuri,

You can use either method of the following to track it:

Method 1: You may code a message box (before the scripts that may go wrong) to track it.

Method 2:. Create a log object in PowerBuilder, and then record the log via calling the log function of the object (before the scripts that may go wrong). Check the recorded log file to locate the problem when the app stops working or works incorrectly.

 

Regards,

Appeon Support Team

Comment
There are no comments made yet.
Marco Sensken Accepted Answer Pending Moderation
  1. Wednesday, 19 July 2017 11:29 AM UTC
  2. PowerBuilder
  3. # 2

Hello Yuri,

You could start the exe with the /pbdebug switch. Very time consuming, but there is an Tracefile written for every line of code processed by the VM.

If you process that for the 32 Bit and 64 Bit you may see differences in execution of the Application to get an idea what went wrong in 64 Bit.

Kind regards Marco

 

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.