Ian Brandt
All-around JetBrains fan, and founder of the San Diego Kotlin Users Group.
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
Edited How to remove MaxPermSize from run configuration VM options?
AnsweredWhen I run a JUnit test with a Project SDK of JDK 8 I get a warning for MaxPermSize: Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=500m; support was removed in 8.0 The test... -
Edited JavaScript source breakpoint not working despite sourcemap
Greetings, I'm trying to get an ES6 source breakpoint to trip when running a Mocha test against its ES5 transpiled output, with external sourcemap. The project is on GitHub. I set the breakpoint a...