File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ Debugging
36
36
37
37
If you want to debug your cli application using xdebug for example with Netbeans just run this command before executing the cli app:
38
38
39
- .. code-block:: sh
40
-
41
- $ export XDEBUG_CONFIG="idekey=netbeans-xdebug remote_host=192.168.33.1 profiler_enable=1 default_enable=1 remote_enable=1 remote_handler=dbgp remote_port=9000 remote_autostart=0"
39
+ ``` bash
40
+ $ export XDEBUG_CONFIG= " idekey=netbeans-xdebug remote_host=192.168.33.1 profiler_enable=1 default_enable=1 remote_enable=1 remote_handler=dbgp remote_port=9000 remote_autostart=0 "
41
+ ```
42
42
43
43
Hints
44
44
-----
47
47
48
48
To speed up the startup process use
49
49
50
- .. code-block:: sh
51
-
52
- $ vagrant up --no-provision
50
+ ``` bash
51
+ $ vagrant up --no-provision
52
+ ```
53
53
54
54
after the first run. It just starts the virtual machine without provisioning of the recipes.
55
55
You can’t perform that action at this time.
0 commit comments