Pega Studio 22 Version - C# script debugging

How to debug ‘line by line’ from a C# script component in Pega Studio 22 Version? I don’t find an option of “Start C# Debugging” in the latest studio. Please help at the earliest in this regard. Most of our projects require debugging at C# script level.

@PraneshP9696Script debugging is not available in 22.1. If you are going to do a lot of C# code in your Robotics projects, I suggest writing and testing that code in Visual Studio before copying into a script container. You might also consider writing to the runtime log inside your script to assist in debugging. Examples of how to log inside of a script are added to each new script container, so you may copy those to use for your logging.