Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

macro debugging

former_member537489
Participant
0 Likes
993

Dear experts,

Please let me know if there is any way to debug a macro.

there is a standard code using DEFINE , END OF DEFINE, that doesnt work , but I cannot see why it gives me short dumb and where.

Please help.

Thank you in advance,

Roxani

5 REPLIES 5
Read only

Former Member
0 Likes
826

hi,

You cannot debug macro. Can you upload what dump you are getting.

Reg

Hemanth

Read only

0 Likes
826

Thank you all,

I got an access key and converted the macro to form so I saw what was happening.

an Insert statement did not work (duplicate records).

Regards,

Roxani

Read only

0 Likes
826

Hi Roxani,

Try with switching System Debugging on.

To do this, in debugger go to Settings->System Debugging on/off

This may help

Marcin

Read only

matt
Active Contributor
0 Likes
826

>

> Hi Roxani,

>

> Try with switching System Debugging on.

> To do this, in debugger go to Settings->System Debugging on/off

>

> This may help

> Marcin

No. It won't.

Read only

Former Member
0 Likes
826

Hi,

a) it performs a pre-defined task

b) it is reusable

c) it is stored in database (global macros are not stored in program )

d) Cannot be debugged

Regards,

Pravin