User bio
404 bio not found
Member since Jan 8, 2016
Posts:
Replies:
I'll ask the question a different way: when debugging in vscode, for example by pressing the "Debug" link above a classmethod definition, is there a way to attach to the process it creates. Studio does this automatically.
You probably want to look at %SYS.OAuth2.Validation:ValidateJWT() and ValidateIDToken().
Certifications & Credly badges:
Edward has no Certifications & Credly badges yet.
Global Masters badges:
Edward has no Global Masters badges yet.
Followers:
Edward has no followers yet.
Following:
So given a method like:
ClassMethod DoRead() { w !,"Start" break w !,"Prompting" read x w !,"read "_x }
debugging in vscode, there is a process attached and I should be able to give input to the READ somewhere?