How to debug SSIS package in SQL Server Management Studio 2017?
In SSMS, after a package executes you can right-click it and choose Reports>All Executions
and see an execution history of that report. Each of the three available sub-reports contains information about that execution that can be useful in debugging.
That's about all you can do in SSMS.