I was trying to use the browser() command to debug earlier.
Right now, I kept getting the following in the console input window:
Browse[13]>
Is it possible to get out of this situation and just get back to the normal console window?
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.
The help page
?browsersays that typingcand hitting enter will get you out of the browser and let the function continue to run or typingQand hitting enter will exit the browser and the function and take you back to the top-level prompt.