UX and code
This commit is contained in:
@@ -6,10 +6,14 @@ block content
|
||||
| function. Then, call the
|
||||
code breakpoint()
|
||||
| function to send those outputs to DevBug.
|
||||
h2 Node.js
|
||||
p To use DevBug in a Node.js app, install the "devbugjs" NPM package. Then, to initialize DevBug, use the following code snippet at any point in the application:
|
||||
pre
|
||||
code #{devbug.code.node}
|
||||
h2 PHP
|
||||
p
|
||||
| You'll need to ensure that the DevBug server URL and Project API Key are correct. These are local variables in the
|
||||
code breakpoint()
|
||||
code breakpoint()
|
||||
| function.
|
||||
h2 PHP
|
||||
pre
|
||||
code #{devbug.code.php}
|
||||
|
||||
@@ -14,7 +14,7 @@ html
|
||||
li.navli
|
||||
a.nava(href='/dash/v1') Home
|
||||
li.navli
|
||||
a.nava(href='/dash/v1/code') Code Snippets
|
||||
a.nava(href='/dash/v1/code') Using DevBug
|
||||
li.navli
|
||||
a.nava(href='/auth/logout') Logout
|
||||
if show_back
|
||||
|
||||
Reference in New Issue
Block a user