Quick and dirty but it works.
Run an insert query to insert the value of the variable into a temp table every time the variable is set and select * from the temp table at the end.
Note* I am assuming you do have access to the Stored Procedure to be able to run an alter statement.
------------------------------
The Users are always right - when I'm not wrong!