Application Development 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: 

macro debugging

former_member537489
Participant
0 Kudos

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

Former Member
0 Kudos

hi,

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

Reg

Hemanth

0 Kudos

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

0 Kudos

Hi Roxani,

Try with switching System Debugging on.

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

This may help

Marcin

matt
Active Contributor
0 Kudos

>

> 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.

Former Member
0 Kudos

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