In java I use this method sometimes to see where I am in the current stack:
http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Thread.html#dumpStack()
I am new to the Ada world, but am curious if there is anything similar?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Viewing the traceback stack is compiler-specific. The GNAT Ada compiler provides some packages to manage this (in conjunction with some compile/link options). See the Stack Traceback section of the GNAT User’s Guide for information and examples.