Can someone tell me if it's possible to make the debugger break on a message which it's location is unkown?
If not, is there a way to add a customized break rule?
When you are putting a message how is the location unknown? You can put the values in the message and display the message. You don't need a breakpoint.
Export objects as text and search there, or export translation file and search there. Now open the object you found in the dev environment, search for the message statement and (if the debugger break was not intended solely to find the message,) set a breakepoint.
Comments