Content deleted Content added
←Created page with ' {{Infobox software | name = PHP Tools for Visual Studio | developer = DEVSENSE s.r.o. | released = {{S...' |
mNo edit summary |
||
Line 38:
Once broken into the debugger code, it can be executed one line at a time: this is called stepping. The step commands include Step Into, Step Over, and Step Out<ref>https://docs.microsoft.com/en-us/visualstudio/debugger/using-breakpoints?view=vs-2019</ref>. When the program is broken, if the mouse hovers over the variable, the current value is displayed in a tooltip, where it can be modified. The debugger allows developers to change the state of the executed program by editing the values of variables, so alternative execution paths can be examined.
PHP Tools also has a version for extending the free<ref>https://code.visualstudio.com/docs/supporting/faq#_is-vs-code-free</ref> [[Visual Studio Code]] (it's called [[PHP Tools for VS Code]]) for PHP language. This [[plugin]] allows editing, code validation, refactoring, debugging and testing, among others in Microsoft Visual Studio Code.
[[Category:Visual Studio extensions]]
|