Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ IDEa : saving 'watches' expressions?

Does anyone know if there is a way that I can save/persist the expressions I have in the 'Watches' window?

I'm sick of having to always type them back in all the time...

like image 503
d33j Avatar asked Oct 04 '12 09:10

d33j


People also ask

What are watches in IntelliJ?

Watches help evaluate any number of variables or expressions in the context of the current stack frame. The values are updated with each step through the application, and become visible every time the application is suspended.


1 Answers

Watches are not saved, it's a known limitation. See also the related request.

like image 118
CrazyCoder Avatar answered Nov 20 '22 00:11

CrazyCoder