Set BigDecimal value in Debug/Variables window?
I'm looking for the syntax to set a BigDecimal value from "null" to a BigDecimal value for testing. If I use "new BigDecimal("1.1")" I get "Cannot find constructor" from Intellij. If I use "BigDecimal.valueOf(1.1) I get "Cannot find local variable BigDecimal." Seems like this should work.Using IE 15 Ultimate EAP edition. Would downgrading to 14.x solve this?
请先登录再写评论。
When the code becomes red in watches, you should get a popup suggesting to add an import, Alt+Enter to accept and then it works:
