How to show Environment Variables in Debug mode
how can I show the environment variables when debugging.. it works fine when I use "evalute expression" but I'd like to have a list with all environment variables without having to enter each variable to the evaluate expression list in each debugging session..
请先登录再写评论。
Add $_ENV to watches?
Well - that's certainly a solution.. I just thought that there was a way to let it display automatically in the "variables pane"...