Anyone been able to get the VS Code extension's de...
# adobe
m
Anyone been able to get the VS Code extension's debugger to work when running ACF in a docker container? Last I tried was like a year or more ago, and at that point I think word was that the RDC wasn't exposed outside the container, so it wasn't possible. Has that changed? I'd dearly love to try it out if anyone's had success with it.
m
I'm currently, actively working on this. There seems to be some kind of port issue. Literally was on a call w/ engineering lead Monday night discussing this and we're trying to get it sorted.
m
oh sweet. good to know 🙂
e
Do I get a cookie if I solve this before AFC engineering? or a Job offer, snort! In your docker container, make sure line debugging is enabled, go to settings, debugging, , debugging, and logging, check the box use line debugging, or pass it via the jvm start path -- with -DDEBUGGER_SERVER_PORT=5005 (or whatever port you are using) for docker you need to open that port with docker run -d -p 5005:5010 --name **
🙏 1
💯 1
m
Wait, edub, is that confirmed working? That was the path I'd suggested we try but I haven't heard back. That's awesome. I'll buy you a beer next time you're at a summit with me lol.
e
Yes, its a port issue and yes it works. You basically line up the admin port and line debugger port with the container port
I would gank the exact config, but I am no longer allowed access to that part of the organization.
m
I mean, I DID tell you that trying to run Doom LAN parties on those servers was gonna get you trouble. But did you listen? 😄
😅 1
e
Nettrek for the win.. -- 😉