Course Elementary 4179
Course Introduction:This course will guide you to build a powerful PHP debugging environment from scratch using phpenv, VSCode and Xdebug. Master how to set up and run PHP projects on a local server and use Xdebug for code debugging. Through practical operations, you will have an in-depth understanding of the debugging process, improve your ability to troubleshoot problems, and improve development efficiency. Suitable for developers with certain PHP foundation and VSCode experience. Important 2 lines of code: xdebug.remote_enable = 1 xdebug.remote_autostart = 1
Course Elementary 13285
Course Introduction:Scala Tutorial Scala is a multi-paradigm programming language, designed to integrate various features of object-oriented programming and functional programming.
Course Elementary 81719
Course Introduction:"CSS Online Manual" is the official CSS online reference manual. This CSS online development manual contains various CSS properties, definitions, usage methods, example operations, etc. It is an indispensable online query manual for WEB programming learners and developers! CSS: Cascading Style Sheets (English full name: Cascading Style Sheets) is an application used to express HTML (Standard Universal Markup Language).
Course Elementary 12766
Course Introduction:SVG is a markup language for vector graphics in HTML5. It maintains powerful drawing capabilities and at the same time has a very high-end interface to operate graphics by directly operating Dom nodes. This "SVG Tutorial" is intended to allow students to master the SVG language and some of its corresponding APIs, combined with the knowledge of 2D drawing, so that students can render and control complex graphics on the page.
Course Elementary 24211
Course Introduction:In the "AngularJS Chinese Reference Manual", AngularJS extends HTML with new attributes and expressions. AngularJS can build a single page application (SPAs: Single Page Applications). AngularJS is very easy to learn.
How to run/debug your PHP code?
2022-04-25 14:33:51 0 1 1509
visual-studio-code - How to debug laravel using vscode breakpoints?
2017-05-16 16:48:11 0 2 1383
Enable overloaded var_dump in xdebug.mode=debug
2024-03-29 12:47:47 0 2 584
Front-end - How to debug nodejs code in sublime
2017-06-05 11:13:41 0 3 881
Course Introduction:if DEBUG vs. Conditional("DEBUG"): Making an Informed ChoiceWhile developing large-scale projects, the choice between #if DEBUG and...
2025-01-12 comment 0 380
Course Introduction:Conditional Compilation Techniques: #if DEBUG vs. Conditional("DEBUG")In large-scale projects, developers often need to distinguish between debug...
2025-01-12 comment 0 341
Course Introduction:if DEBUG vs. Conditional("DEBUG")When working on a large project, selecting the appropriate method for conditional compilation becomes crucial....
2025-01-12 comment 0 477
Course Introduction:#if DEBUG vs. Conditional("DEBUG") in Large ProjectsWhen working on large-scale projects, there are two primary options for conditional...
2025-01-12 comment 0 538