when I run the debugger mode under network of my home, the debugger work correctly. But, when I try to debug from at network of my office work, it doesn't work..
It start and I can see the the dialog of the debug at top to right, but not attached.. the screen remain with blue frame.
My launch .json is very simple..
{
"version": "0.2.0",
"configurations": [
{
"name": "Microsoft cloud sandbox",
"type": "al",
"request": "launch",
"startupObjectId": 2500,
"startupObjectType": "Page",
"breakOnError": true,
"breakOnRecordWrite": true,
}
]
}