-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usage with CommandBox #32
Comments
Solved. It was another CommandBox learning opportunity. :-/ Turns out {
"name":"[email protected]",
"jvm":{
"args":[
"-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=localhost:9999",
"-javaagent:C:/Users/jamie/projects/luceedebug/luceedebug/build/libs/luceedebug.jar=jdwpHost=localhost,jdwpPort=9999,debugHost=0.0.0.0,debugPort=10000,jarPath=C:/Users/jamie/projects/luceedebug/luceedebug/build/libs/luceedebug.jar"
],
"javaVersion":"openjdk11_jdk"
},
"app":{
"cfengine":"[email protected]"
}
} |
I posted more information here: #23 (comment) My takeaway is that it could be good idea to have a CommandBox and/or docker example since I didn't find it straightforward. I can work on that if you're game. |
Did anything ever come of this, @jamiejackson? I'd think a large percent of the luceedebug audience would ALWAYS welcome any more info on using it with Commandbox. :-) |
With CommandBox 6 (Mac/Docker), I had to:
Hope this helps someone! Thank you for developing luceedebug - I think it will be quite helpful to our team! Let us know how we can contribute to your efforts. |
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 commandbox and/or docker example that people could try so I tried spinning things up in commandbox, but first, there was a learning curve to commandbox, and finally and I wasn't able to run it.
Any ideas?
server run
gave the following:The text was updated successfully, but these errors were encountered: