Skip to content
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

Debugging a webservice call in a docker container isn't working. #500

Closed
JimAIT opened this issue Aug 4, 2021 · 1 comment
Closed

Debugging a webservice call in a docker container isn't working. #500

JimAIT opened this issue Aug 4, 2021 · 1 comment

Comments

@JimAIT
Copy link

JimAIT commented Aug 4, 2021

got this working previously in a regular on prem environment but it's not hitting my breakpoints in a docker container.

This is my Launch file

{
"version": "0.2.0",
"configurations": [
{
"type": "al",
"request": "attach", //WebServoce
"name": "cERP_EXT",
"server": "http://cerp14/",
"serverInstance": "BC",
"authentication": "UserPassword",
"startupObjectId": 14195805,
"startupObjectType": "Page",
"breakOnError": true,
"schemaUpdateMode": "ForceSync",
"breakOnNext": "WebServiceClient" //WebServoce
}
]
}
Thanks for your help.

@freddydk
Copy link
Contributor

Sorry for not seeing this issue, assuming it was resolved long ago.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants