Many times I have been in a situation where I am debugging an app that has an SQL query in a string and I want to take that query and put it into a separate DB application to try it out.  I have found no way to copy the value of a string variable in the debugger.  IDEA should allow that... and from the inspector feature too so that I can call some functions and take that result (which isn't in a variable but is on the screen) and put it into the cliboard.
 
~ David Smiley

Reply via email to