NS runtime exception

While tracing, I am getting ‘NS runtime exception’ error. I cleared my developer cache, restarted developer but still the same problem. I have to debug my code but I can’t and I am getting error continously in trace.

Any help would be appreciated.

Thanks

If your service uses WmART services like “startTransaction” etc…it won’t allow you to Trace or step the code and throws “NSRuntime Exception”,this seems a general behaviour.

So you have to Run the service instead of tracing while debugging.

HTH,

Thanks RMG,
I am not using any WmART service. When I go for ‘Trace to Here’, it goes well. After that I want a single trace step, I click the step button, it waits for some time to process that step and gives me that error.

I found that it can happens at any step if I go for a single trace step. The developer also seems to be slow.

Any more suggestions are welcome.

Thanks

Check in the Is AdminConsole Management whether that particular package/Service is partial loaded with any errors that might causing this problem? try to reload the package and check the logs.

HTH,