Skip to content

Instantly share code, notes, and snippets.

[xdebug]
zend_extension="xxxx"
xdebug.remote_enable=1
# xdebug.remote_autostart=1
# xdebug.remote_host="::1"
xdebug.remote_connect_back=1
xdebug.remote_port=9000
xdebug.profiler_enable=1
xdebug.profiler_output_dir="/var/tmp"
@gridsurfer
gridsurfer / index.html
Created July 11, 2016 07:08
monaco-editor-test1
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
</html>
<body>
<h1>Monaco editor test1</h1>
<div id="container" style="width:800px;height:600px;border:1px solid grey"></div>
<script src="node_modules/monaco-editor/min/vs/loader.js"></script>