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: 

How to create break point with '*' (wild card)

Former Member
0 Kudos

Hi, all.

I want to create break-point with wild card('*').

For example, I want to create a FUNCTION break-point "OPEN_FI_PERFROM_*"

but it's not arrowed to entry a word with '*'.

Do you know how to do that ?

Is it impossible?

if you know how to do, please let me know.

thanks.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

you can put break-points during debugging on call fucntion, but not on specific function with wild card

3 REPLIES 3

Former Member
0 Kudos

you can put break-points during debugging on call fucntion, but not on specific function with wild card

0 Kudos

thank you for you comment.

It's impossible...I got it.

I hope to possible in next version...

former_member598013
Active Contributor
0 Kudos

Hi Rie,

It is not possible to put a break point in wildcard '*'.

Instead of this you can put a breakpoint in Function. This is the only solution.

Thanks,

Chidanand.