Written by

Question Matjaz Murko · Nov 1, 2023

VS Code - debugging doesn't work

Hi.

After upgrading to IRIS 2023.2 and using IIS (configurated by upgrade), VS Code debugging doesn't work any more. If I use private web server, it works fine.

Any suggestions?

Regards,
Matjaž.

Product version: IRIS 2023.2
$ZV: IRIS for Windows (x86-64) 2023.2 (Build 227U) Mon Jul 31 2023 17:45:52 EDT

Comments

Tani Frankel · Nov 2, 2023

Maybe the problem with IIS has to do with Web Socket support.

See for example from the Docs here:

This extension uses WebSockets to communicate with the InterSystems server during debugging. If you are experiencing issues when trying to start a debugging session, check that the InterSystems server’s web server allows WebSocket connections.

 For example from the Windows Features -

See also IIS Docs.

If this is not the issue let us know if you are getting any error on the VS Code side and/or if you can turn on some logging on the Web Gateway or Server side.

0
Matjaz Murko  Nov 2, 2023 to Tani Frankel

Hi.

WebSocket protocol was not enabled. After enabled it, it works fine. Tnx!

0