David Rogers
David Rogers
Ah, that's dev kruft from exploration, a red herring. If we can get this working on more than "just my machines" (i.e. yours) then it might be worth it to...
The query-as-a-string output is the (or maybe just one of?) Lucee's default internal stringified representations of a query object, it just kinda fell out of Lucee as-is. I've considered showing...
Experimenting on branch `dump-to-webview` with leveraging existing `writeDump` functionality, exposing it via context menu on values in the debug pane. This might be near the intersection of easy to implement...
I left the "(experimental)" tag but otherwise it's in production. I think your serializeJSON idea is a good one, that would probably come in handy.
The following may be helpful: - [related Gradle forum post](https://discuss.gradle.org/t/download-wrapper-fails-with-sslhandshakeexception-stacktrace/32719/5) - [related Stackoverflow post](https://stackoverflow.com/questions/60720241/gradle-build-fails-due-to-sun-security-validator-validatorexception-despite-inst) Not sure if there's anything we can do to improve this part of the experience from...
This looks sort of like the VS Code java debug plugin reporting that it cannot connect to luceedebug, which suggests the active launch config is for java. Can you confirm...
Depending on the agent args string, it might be that 9999 is the port the agent was configured with to accept jdwp connections, and 10000 (or some other) is the...
Hm, I'm not sure how our setups differ. Here's output from starting up Lucee express on windows 10, 5.4.0.23-SNAPSHOT. Of interest is that it indicates it succesfully connected to jdwp...
Hi, sorry to hear it. Can you list your relevant configuration, which is a tuple of (os version, lucee version, jdk version, lucee config, jvm config)? The request for Lucee...
I think this is a conflict with FusionReactor. I was aware we both contend for JVMTI permissions, but it seems we also both do things that affect Felix. Can you...