Skip to content

Commit 7dc2fc8

Browse files
authored
Update dx.md
1 parent 0d2b2e5 commit 7dc2fc8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/technical/dx.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -229,22 +229,22 @@ A common frustration in frontend development is caching — especially with BSP
229229

230230
There's often debate about which IDE to use — but why not let everyone choose the tool they prefer? abap2UI5 apps are developed entirely in ABAP. You can work in ADT, rely on the time-tested SE80, or even explore integration with VS Code:
231231

232-
- No additional setup required — works in any ABAP IDE
233-
- Ideal for teams with different tooling preferences
232+
- No additional setup required — works in any IDE
233+
- Ideal for teams with different tooling preferences
234234

235235
##### Pure ABAP Debugging
236236

237237
Frontend-heavy applications often require switching between browser dev tools, JavaScript logs, and network inspectors. With abap2UI5, the UI is pure ABAP — no JavaScript, no additional layers. Just set a breakpoint in your ABAP method:
238238

239-
- Backend-only debugging with the classic SE80 debugger or ADT
240-
- No need for browser debugging tools
239+
- Backend-only debugging with the classic SE80 debugger or ADT
240+
- No need for browser debugging tools
241241

242242
##### Easy Code Sharing
243243

244244
Sharing your apps or code is simple. Since abap2UI5 apps are standard ABAP classes, they can be shared via abapGit or even copy-pasted. No configuration files, manifests, or build tools required:
245245

246-
- Easy to clone and test other apps
247-
- Great for collaboration and code reviews
246+
- Easy to clone and test other apps
247+
- Great for collaboration and code reviews
248248
- Encourages modular, reusable components
249249

250250
### Summary

0 commit comments

Comments
 (0)