Radovan Skolnik
Radovan Skolnik
Hit that one too. is it a bug or a feature?
Further info: upon trying to do so exception occurs: ``` Unexpected JDWP Error: 35 com.sun.jdi.InternalException: Unexpected JDWP Error: 35 at com.sun.tools.jdi.JDWPException.toJDIException(JDWPException.java:65) at com.sun.tools.jdi.StackFrameImpl.getValues(StackFrameImpl.java:241) at com.sun.tools.jdi.StackFrameImpl.getValue(StackFrameImpl.java:201) at org.jf.smalidea.debugging.SmaliCodeFragmentFactory.evaluateRegister(SmaliCodeFragmentFactory.java:331) at org.jf.smalidea.debugging.value.LazyValue.getNullableValue(LazyValue.java:119) at...
> If you want to continue investigating this, I think the next step here would be to look through art's JDWP implementation to see what error 35 means. According to...
> That sounds like one of the registers that you added might be outside the range of valid registers in the given method. How many registers does the method have?...
> does it happen if you only have v0 in the watch list? Happens regardless of combination - can be single v0, or v0 and v1, ...
Not really. But I receive a different stack track now: ``` Read access is allowed from event dispatch thread or inside read-action only (see com.intellij.openapi.application.Application.runReadAction()) Details: Current thread: Thread[DebuggerManagerThread,4,Idea Thread...
> Hey @Rad0van! You actually didn't miss anything. So far the script is just built to support one NGINX configuration for one Odoo to be honest. If we'd expand this...
> Would need a test & some finetuning but could work thinking I just don't have the time or capacity to put effort in this, sorry Yesterday I was dry-running...
Installing it system wide and making it default on Ubuntu 18.04 causes some issues - for example apt fails to work. So it would be probably good to consider introducing...
I'll maybe look into it just out of curiosity. I believe it will work the way it is on Ubuntu 20.04 but using virtual environment should in theory be more...