You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I put together a remote operation using the winRT builder api, is there a way to get back the generated byte code for the series of calls strung together? The presented slide on diagnostics functionality assumes you're using byte code for the error location so wouldn't be that helpful if you used the builder api?
Yes, exposing the actual bytecode generated by the builder out to the client would certainly be useful. We should add this.
We could perhaps have both a "current bytecode" exposed off of the AutomationRemoteOperation itself (the bytecode that has been built up thus far), as well as an "executed bytecode" property on the ResultSet (the bytecode that was ultimately sent for execution).
The text was updated successfully, but these errors were encountered:
From Adam Hodson:
Yes, exposing the actual bytecode generated by the builder out to the client would certainly be useful. We should add this.
We could perhaps have both a "current bytecode" exposed off of the
AutomationRemoteOperation
itself (the bytecode that has been built up thus far), as well as an "executed bytecode" property on theResultSet
(the bytecode that was ultimately sent for execution).The text was updated successfully, but these errors were encountered: