Flavio Santos
Flavio Santos
Currently, Jitex don't have any log to help debug or get information about runtime. Adding log will help to understand some cenarious and fix some bugs.
### Intercept call - [ ] How intercept call - [ ] Working with Parameters - [ ] Manage call flow - [ ] Modify instance from call ### Method...
### Intercept call - [x] How intercept call - [x] Working with Parameters - [x] Manage call flow - [ ] Modify instance from call ### Method Resolver - [x]...
https://github.com/Hitmasu/Jitex/issues/85#issuecomment-1649120739 When Jitex intercepts a method, we don't add any exception handling. Therefore, if the method throws an exception, the Interceptor will be interrupted without a return or calling ReleaseTask....
Currently, Jitex only expects one 'ret' instruction AND as the last instruction in the body. When the method has multiple 'ret' instructions, we're not covering all paths. Example: MSIL Body...