1

I'm using Sublime Text 3 for salesforce project (apex class, visual force page) and I want to debugging its (NOT System.debug(''); but debug with breakpoints). I downloaded Web Inspector Tool but I didn't sure is right tool for debugging salesforce app. Because I configured swi.sublime-settings and I receive this error in console:

[WinError 193] %1 non è un'applicazione di Win32 valida

Translation:

[WinError 193] %1 is not a valid Win32 application

Can you help me please? Do you know another tool for debugging apex code?

1 Answer 1

0

Unfortunately, there is no ability to debug Apex code as you are able to do it with Java or C# code (use breakpoints, go through stack, etc). You can only analyze logs.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.