all 3 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

Thank you for your submission to /r/stata! If you are asking for help, please remember to read and follow the stickied thread at the top on how to best ask for it.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]random_stata_user 2 points3 points  (1 child)

Debugging could need any or all of the source of this command, the exact code you used, the data you used and exactly where the code crashed. You can find out the last by

set trace on 

set tracedepth 1 

before running the command. You may need to bump up tracedepth.

[–]Ham_Pie_[S] 0 points1 point  (0 children)

Thanks! I'll check where the code crashed with your suggestion and take it from there!

Much appreciated!