luceedebug
luceedebug copied to clipboard
line debugger for lucee
When **restarting** Lucee via the admin UI, the NullPointerException below is thrown. The service starts as expected and Luceedebug is fully operational until restarting. If I remove these 2 jvm...
I thought I'd look into the path translation problem on Windows but I fell into a bunch of rabbit holes. I've been toying with the idea of having a working...
I'm getting an exception: ``` java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) at luceedebug.LuceeTransformer.transform(LuceeTransformer.java:102) at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:244) at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188) at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541) at java.base/java.lang.ClassLoader.defineClass1(Native Method) at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1012)...
I mentioned this in #45 but wanted to create a separate ticket for it. How does one set up and run tests? Here's what happens when I try. (Note that...
I tend to pin versions of dependencies to prevent surprises; however, the agent, itself doesn't have version tags. I do this in my `Dockerfile`, but tags would be cleaner: ```Dockerfile...
Hi, I'm getting the following in the last two releases of `luceedebug` [luceedebug] exception during attempted classfile rewrite org/apache/felix/framework/Felix java.lang.ClassCircularityError: org/apache/felix/framework/Felix It looks like its trying to load the one...
Forgive my ignorance. What's the setup for Windows/Tomcat with regards the setenv file? Is this an equivalent setenv.bat file for Windows, e.g. C:\lucee\tomcat\bin\setenv.bat ? If so, what are the corresponding...
Getting error Exception in thread "main" javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target ...on executing gradlew.bat shadowjar
Enhancement Opportunity: Consider large class files In #3, we discovered that large class files were causing server startup to fail, so a workaround was added to ignore large class files....
`lucedebug` is already great, but I'm looking ahead... For a good percentage of use cases, the variable inspection for query objects probably isn't going to be adequate, without copying the...