David Rogers

Results 41 comments of David Rogers

Tags for the client represent definitive vscode marketplace submission events, whereas the agent doesn't have a strongly guiding tagging principle; it's primarily a "we know it when we see it"...

Yeah, `gradlew test` ought to do it. I haven't been able to reproduce these failures, so you might to have pick a single test and try to decipher why a...

It's somewhat promising that it's at least trying to use the right classloader -- `luceedebug_shadow.com.google.common.collect.MapMaker not found by lucee.core [45]`. We add `luceedebug_shadow.*` to Felix's OSGi boot delegation framework property,...

Can you provide os + jvm make and version + lucee version? Also if you're not on the most recent Lucee (most recent of 5 or most recent of 6)...

Yeah, I suppose I would merge in a PR for this. But, it wouldn't apply to enabling/disabling the libJDWP agent, so it's somewhat of a half-measure. Is Bash/Powershell not up...

Generated jar filenames now contain the suffix of the current version.

putzin' with jq, something like one of ``` jq -r '.assets[] | select(.name | test("^luceedebug-.*\\.jar$"))' jq -r '.assets[] | select(.name | test("^luceedebug-\\d+\\.\\d+\\.\\d+\\.jar$"))' ```

Well, this might be a bug in chrome. https://github.com/vuejs/core/issues/12221#event-14743813645

For comparing files, we now (as of 2.0.13.2) do canonicalize `\` and `/` to just `/`. But when spitting out file names back to the client, I think we have...

> Anyway, I was wondering if there is a way to clear paused breakpoints from lucee? Not at the moment, but I guess it might look something like ``` createObject("java",...