SFCC (demandware) Debugging [closed] - debugging

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
How I can debug Controllers or template in SFCC (Demandware) without Eclipse?
I know about atom debugger, but maybe you now something else, something more comfortable.

Please check VSC code editor and prophet debugger plugin. This is an alternative solution for SFCC development against to Eclipse IDE.
Also, you can check this post on xChange

As from now you can also use Jetbrains IDE with this plugin Salesforce B2C Commerce ​(SFCC)​ to debug your code(and even much more).

You can use Visual Studio Code with Package Prophet Debugger it is Free
Or use Jetbrains IDE with the plugin Salesforce B2C Commerce ​(SFCC)​ it is not free you must buy

Related

Jakarta EE, Maven with Visual Studio Code? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
Can these be developed in Visual Studio Code and what are advantages?
I have been using Eclipse but I have seen some videos showing VSC with Jakarta EE and I would like to give it a try so I am looking for others' experiences and maybe a tutorial on this topic.
when you are using maven you can write your code anywhere even in a simple text editor so yes you can use it and VSC is just a text editor with some plugins to support languages and their syntax highlighting.
ide is for making things simpler and I think IntelliJ idea is the best for java you can find a list of them for Jakarta EE development here.

Debug a ruby project (to become familiar with the code flow) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Can someone suggest a IDE for Ruby which will make it easier to understand the code flow of the project. I am looking for something similar to intellij remote debugger for JAVA. The debugger should transfer the complete control of the code, so that stepping into and stepping out of the code becomes easier.
Rubymine is a very good IDE by JetBrains, so you should be on famillier grounds if you've worked IntelliJ. Among other things, it has a built in debugger with the functionalities you described.
One major caveat though - it's not free, and there's no community edition like there is for IntelliJ.
I use cloud9 IDE for Ruby programming and it does everything and more. You get a full Linux environment which includes a terminal, file-tree structure navigation and a code-editor. Best of all it's free to use but there are upgrade options if you need more muscle.
You can even collaborate on it (which you may have to pay for, I'm not sure).

Visual studio IDE Books [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I wants to know in detail about how to debug efficiently in visual studio IDE. For this I wants to know the name of any good book on Visual studio IDE in relevant to C++ not C#.
I do need suggestion on this.
Thanks!
It's not a book, but a good link from ScottGu on this subject: Debugging Tips with Visual Studio 2010
John Robbin's book was pretty good for all-purpose debugging.
I don't know about this book being used for a simple UI tutorial, but he gives a lot of information about how to get a debugger anywhere you need it, and what sorts of things are useful to look at.
http://www.microsoft.com/mspress/books/5822.aspx

Ajax: anyone using a RAD tool [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Does anyone know a good RAD tool for AJAX interface programming?
Is Grails doing the job for you?
If you are comfortable with Java then WaveMaker has a RAD WYSIWYG development tool that uses a mix of the top frameworks to provide a very powerful tool. It requires no Java experience and creates a standard WAR file for deployment however in the real world experience you will need to do some customization or tweaking with Java.
Hope this helped.

Install builder for Java application [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I am looking for a framework to create an install kit for my Java web application.
I need something that would install JBoss, a Database Server, Java, and of course the application itself with all the dependencies and settings on a Windows platform.
I prefer free tools. What do you recommend and why?
Install4J: Not free but easy to use and extensible.
http://www.ej-technologies.com/products/install4j/overview.html
As pointed out earlier in a comment there is another similar thread, which anwsers my question. Thanks to #Zaki for this info.
You can use the SetupBuilder Gradle Plugin to create a native msi installer with a simple Gradle script.

Resources