Is there a way to disable calls to Runtime.checkRestricted on the GAE Java development server under Eclipse?
- by Thomas Becker
I'm one of those guys who step through their code a lot during development. Beginning with version 1.6.4 of the GAE Java development server, the server has been instrumented with calls to a function named Runtime.checkRestricted. This causes two inconveniences when I step through my code:
1) Whenever I step into a function, the debugger goes into…