History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-15042
Type: New Feature New Feature
Status: Open Open
Assignee: Eugene Zhuravlev
Reporter: Nathan Brown
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Add option to method breakpoint to dump parameter values to console

Created: 17 Sep 07 14:54   Updated: 19 Sep 07 21:51
Component/s: Debugger

Build: 7,274
Severity: Low


 Description  « Hide
Often with non-suspending method breakpoints you want to know what the values of the parameters are when a method is called. This is obviously possible with log evaluated expression, but formulating an expression for the parameters is tedious and it would be great if idea could provide a simple default option to output the parameters to the console.

 All   Comments   Work Log   Change History      Sort Order:
Nathan Brown - 17 Sep 07 14:58
I've just realised parameter values are not available in method breakpoints... at least they show red in the log evaluated expression box. Is this correct behaviour?
If so I guess this feature should only apply to normal line breakpoints instead.