View Issue Details

IDProjectCategoryView StatusLast Update
0001663XdebugStep Debuggingpublic2019-06-28 19:33
Reporterjpfingst Assigned Toderick  
PrioritynormalSeverityblockReproducibilityalways
Status resolvedResolutionfixed 
Product Version2.7.0rc1 
Summary0001663: Remote Visual Studio Code not stopping on breakpoints.
Description

I am using Visual Studio Code to remotely debug Laravel PHP on a local Homestead Nginx server.
Visual Studio Code is not stopping any breakpoints.
Visual Studio Code will show running threads.
Visual Studio Code will break on exceptions at which time the call stack displays and variable values can be examined.
In the xdebug log, I see breakpoint_set entries where I've confirmed the file and line numbers match where I've set breakpoints in VSC.
The xdebug log seems to indicate all is well on the server side, but I don't really know.

Additional Information

The attached xdebug log likely includes a forced exception (I put in a 1/0 after the line of code where I had set a breakpoint, to be sure this code was getting executed as expected).

vagrant@homestead:~/code/api$ php -v
PHP 7.3.1-1+ubuntu18.04.1+deb.sury.org+1 (cli) (built: Jan 13 2019 10:19:33) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.3.1, Copyright (c) 1998-2018 Zend Technologies
with Zend OPcache v7.3.1-1+ubuntu18.04.1+deb.sury.org+1, Copyright (c) 1999-2018, by Zend Technologies
with Xdebug v2.7.0rc1, Copyright (c) 2002-2019, by Derick Rethans
with blackfire v1.24.3~linux-x64-non_zts73, https://blackfire.io, by Blackfire

TagsNo tags attached.
Attached Files
xdebug.log (160,421 bytes)   
[30457] Log opened at 2019-05-03 19:08:51
[30457] I: Connecting to configured address/port: 10.0.2.2:9001.
[30457] I: Connected to client. :-)
[30457] -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" fileuri="file:///home/vagrant/code/api/public/index.php" language="PHP" xdebug:language_version="7.3.1-1+ubuntu18.04.1+deb.sury.org+1" protocol_version="1.0" appid="30457" idekey="vagrant"><engine version="2.7.0rc1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[https://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2019 by Derick Rethans]]></copyright></init>
[30457]
[30457] <- breakpoint_list -i 1
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_list" transaction_id="1"></response>
[30457]
[30457] <- breakpoint_list -i 2
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_list" transaction_id="2"></response>
[30457]
[30457] <- breakpoint_list -i 3
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_list" transaction_id="3"></response>
[30457]
[30457] <- breakpoint_list -i 4
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_list" transaction_id="4"></response>
[30457]
[30457] <- breakpoint_list -i 5
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_list" transaction_id="5"></response>
[30457]
[30457] <- breakpoint_list -i 6
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_list" transaction_id="6"></response>
[30457]
[30457] <- breakpoint_list -i 7
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_list" transaction_id="7"></response>
[30457]
[30457] <- breakpoint_set -i 8 -t line -f c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CloneItem.php -n 13
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="8" id="304570071"></response>
[30457]
[30457] <- breakpoint_set -i 9 -t line -f c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CopyItem.php -n 20
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="9" id="304570072"></response>
[30457]
[30457] <- breakpoint_set -i 10 -t line -f c:/Users/jpfingst/Documents/bit/api/app/Providers/FileVault/FileVaultAdapter.php -n 170
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="10" id="304570073"></response>
[30457]
[30457] <- breakpoint_set -i 11 -t line -f c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php -n 22
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="11" id="304570074"></response>
[30457]
[30457] <- breakpoint_set -i 12 -t line -f c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php -n 56
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="12" id="304570075"></response>
[30457]
[30457] <- breakpoint_set -i 13 -t line -f c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php -n 86
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="13" id="304570076"></response>
[30457]
[30457] <- breakpoint_set -i 14 -t line -f c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php -n 27
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="14" id="304570077"></response>
[30457]
[30457] <- breakpoint_set -i 15 -t line -f c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php -n 80
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="15" id="304570078"></response>
[30457]
[30457] <- breakpoint_set -i 16 -t line -f c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php -n 90
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="16" id="304570079"></response>
[30457]
[30457] <- breakpoint_set -i 17 -t line -f c:/Users/jpfingst/Documents/bit/api/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php -n 175
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="17" id="304570080"></response>
[30457]
[30457] <- breakpoint_set -i 18 -t line -f c:/Users/jpfingst/Documents/bit/api/routes/web.php -n 86
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="18" id="304570081"></response>
[30457]
[30457] <- breakpoint_set -i 19 -t line -f c:/Users/jpfingst/Documents/bit/api/routes/web.php -n 87
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="19" id="304570082"></response>
[30457]
[30457] <- breakpoint_set -i 20 -t line -f c:/Users/jpfingst/Documents/bit/api/routes/web.php -n 88
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="20" id="304570083"></response>
[30457]
[30457] <- breakpoint_list -i 21
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_list" transaction_id="21"><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="27" state="enabled" hit_count="0" hit_value="0" id="304570077"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570076"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="56" state="enabled" hit_count="0" hit_value="0" id="304570075"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="22" state="enabled" hit_count="0" hit_value="0" id="304570074"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/Providers/FileVault/FileVaultAdapter.php" lineno="170" state="enabled" hit_count="0" hit_value="0" id="304570073"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CopyItem.php" lineno="20" state="enabled" hit_count="0" hit_value="0" id="304570072"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CloneItem.php" lineno="13" state="enabled" hit_count="0" hit_value="0" id="304570071"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="90" state="enabled" hit_count="0" hit_value="0" id="304570079"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="80" state="enabled" hit_count="0" hit_value="0" id="304570078"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php" lineno="175" state="enabled" hit_count="0" hit_value="0" id="304570080"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570081"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="87" state="enabled" hit_count="0" hit_value="0" id="304570082"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="88" state="enabled" hit_count="0" hit_value="0" id="304570083"></breakpoint></response>
[30457]
[30457] <- breakpoint_list -i 22
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_list" transaction_id="22"><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="27" state="enabled" hit_count="0" hit_value="0" id="304570077"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570076"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="56" state="enabled" hit_count="0" hit_value="0" id="304570075"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="22" state="enabled" hit_count="0" hit_value="0" id="304570074"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/Providers/FileVault/FileVaultAdapter.php" lineno="170" state="enabled" hit_count="0" hit_value="0" id="304570073"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CopyItem.php" lineno="20" state="enabled" hit_count="0" hit_value="0" id="304570072"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CloneItem.php" lineno="13" state="enabled" hit_count="0" hit_value="0" id="304570071"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="90" state="enabled" hit_count="0" hit_value="0" id="304570079"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="80" state="enabled" hit_count="0" hit_value="0" id="304570078"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php" lineno="175" state="enabled" hit_count="0" hit_value="0" id="304570080"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570081"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="87" state="enabled" hit_count="0" hit_value="0" id="304570082"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="88" state="enabled" hit_count="0" hit_value="0" id="304570083"></breakpoint></response>
[30457]
[30457] <- breakpoint_set -i 23 -t exception -x *
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="23" id="304570084"></response>
[30457]
[30457] <- run -i 24
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="run" transaction_id="24" status="break" reason="ok"><xdebug:message filename="file:///home/vagrant/code/api/app/API/V1/Controllers/DocumentPortal/CloneItem.php" lineno="14" exception="ErrorException"><![CDATA[Division by zero]]></xdebug:message></response>
[30457]
[30457] <- stack_get -i 25
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="25"><stack where="Illuminate\Foundation\Bootstrap\HandleExceptions-&gt;handleError" level="0" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php" lineno="60"></stack><stack where="App\API\V1\Controllers\DocumentPortal\CloneItem-&gt;store" level="1" type="file" filename="file:///home/vagrant/code/api/app/API/V1/Controllers/DocumentPortal/CloneItem.php" lineno="14"></stack><stack where="call_user_func_array:{/home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54}" level="2" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Controller.php" lineno="54"></stack><stack where="App\API\V1\Controllers\DocumentPortal\CloneItem-&gt;callAction" level="3" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Controller.php" lineno="54"></stack><stack where="Illuminate\Routing\ControllerDispatcher-&gt;dispatch" level="4" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php" lineno="45"></stack><stack where="Illuminate\Routing\Route-&gt;runController" level="5" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Route.php" lineno="212"></stack><stack where="Illuminate\Routing\Route-&gt;run" level="6" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Route.php" lineno="169"></stack><stack where="Illuminate\Routing\Router-&gt;Illuminate\Routing\{closure:/home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Router.php:663-667}" level="7" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Router.php" lineno="665"></stack><stack where="Illuminate\Routing\Pipeline-&gt;Illuminate\Routing\{closure:/home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:28-36}" level="8" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php" lineno="30"></stack><stack where="Illuminate\Routing\Middleware\SubstituteBindings-&gt;handle" level="9" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php" lineno="41"></stack><stack where="Illuminate\Routing\Pipeline-&gt;Illuminate\Pipeline\{closure:/home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128-157}" level="10" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php" lineno="151"></stack><stack where="Illuminate\Routing\Pipeline-&gt;Illuminate\Routing\{closure:/home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:47-59}" level="11" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php" lineno="53"></stack><stack where="Illuminate\Auth\Middleware\Authenticate-&gt;handle" level="12" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php" lineno="43"></stack><stack where="Illuminate\Routing\Pipeline-&gt;Illuminate\Pipeline\{closure:/home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128-157}" level="13" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php" lineno="151"></stack><stack where="Illuminate\Routing\Pipeline-&gt;Illuminate\Routing\{closure:/home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:47-59}" level="14" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php" lineno="53"></stack><stack where="App\Http\Middleware\VerifyCsrfToken-&gt;handle" level="15" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php" lineno="68"></stack><stack where="Illuminate\Routing\Pipeline-&gt;Illuminate\Pipeline\{closure:/home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128-157}" level="16" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php" lineno="151"></stack><stack where="Illuminate\Routing\Pipeline-&gt;Illuminate\Routing\{closure:/home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:47-59}" level="17" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php" lineno="53"></stack><stack where="Illuminate\View\Middleware\ShareErrorsFromSession-&gt;handle" level="18" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php" lineno="49"></stack><stack where="Illuminate\Routing\Pipeline-&gt;Illuminate\Pipeline\{closure:/home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128-157}" level="19" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php" lineno="151"></stack><stack where="Illuminate\Routing\Pipeline-&gt;Illuminate\Routing\{closure:/home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:47-59}" level="20" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php" lineno="53"></stack><stack where="Illuminate\Session\Middleware\StartSession-&gt;handle" level="21" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php" lineno="63"></stack><stack where="Illuminate\Routing\Pipeline-&gt;Illuminate\Pipeline\{closure:/home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128-157}" level="22" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php" lineno="151"></stack><stack where="Illuminate\Routing\Pipeline-&gt;Illuminate\Routing\{closure:/home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:47-59}" level="23" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php" lineno="53"></stack><stack where="Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse-&gt;handle" level="24" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php" lineno="37"></stack><stack where="Illuminate\Routing\Pipeline-&gt;Illuminate\Pipeline\{closure:/home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128-157}" level="25" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php" lineno="151"></stack><stack where="Illuminate\Routing\Pipeline-&gt;Illuminate\Routing\{closure:/home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:47-59}" level="26" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php" lineno="53"></stack><stack where="App\Http\Middleware\EncryptCookies-&gt;handle" level="27" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php" lineno="66"></stack><stack where="Illuminate\Routing\Pipeline-&gt;Illuminate\Pipeline\{closure:/home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128-157}" level="28" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php" lineno="151"></stack><stack where="Illuminate\Routing\Pipeline-&gt;Illuminate\Routing\{closure:/home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:47-59}" level="29" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php" lineno="53"></stack><stack where="Illuminate\Routing\Pipeline-&gt;then" level="30" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php" lineno="104"></stack><stack where="Illuminate\Routing\Router-&gt;runRouteWithinStack" level="31" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Router.php" lineno="667"></stack><stack where="Illuminate\Routing\Router-&gt;runRoute" level="32" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Router.php" lineno="642"></stack><stack where="Illuminate\Routing\Router-&gt;dispatchToRoute" level="33" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Router.php" lineno="608"></stack><stack where="Illuminate\Routing\Router-&gt;dispatch" level="34" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Router.php" lineno="597"></stack><stack where="App\Http\Kernel-&gt;Illuminate\Foundation\Http\{closure:/home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:173-177}" level="35" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php" lineno="176"></stack><stack where="Illuminate\Routing\Pipeline-&gt;Illuminate\Routing\{closure:/home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:28-36}" level="36" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php" lineno="30"></stack><stack where="KABBOUCHI\NovaImpersonate\Http\Middleware\Impersonate-&gt;handle" level="37" type="file" filename="file:///home/vagrant/code/api/vendor/kabbouchi/nova-impersonate/src/Http/Middleware/Impersonate.php" lineno="24"></stack><stack where="Illuminate\Routing\Pipeline-&gt;Illuminate\Pipeline\{closure:/home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128-157}" level="38" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php" lineno="151"></stack><stack where="Illuminate\Routing\Pipeline-&gt;Illuminate\Routing\{closure:/home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:47-59}" level="39" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php" lineno="53"></stack><stack where="Laravel\Nova\Http\Middleware\ServeNova-&gt;handle" level="40" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/nova/src/Http/Middleware/ServeNova.php" lineno="26"></stack><stack where="Illuminate\Routing\Pipeline-&gt;Illuminate\Pipeline\{closure:/home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128-157}" level="41" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php" lineno="151"></stack><stack where="Illuminate\Routing\Pipeline-&gt;Illuminate\Routing\{closure:/home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:47-59}" level="42" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php" lineno="53"></stack><stack where="Barryvdh\Debugbar\Middleware\InjectDebugbar-&gt;handle" level="43" type="file" filename="file:///home/vagrant/code/api/vendor/barryvdh/laravel-debugbar/src/Middleware/InjectDebugbar.php" lineno="58"></stack><stack where="Illuminate\Routing\Pipeline-&gt;Illuminate\Pipeline\{closure:/home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128-157}" level="44" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php" lineno="151"></stack><stack where="Illuminate\Routing\Pipeline-&gt;Illuminate\Routing\{closure:/home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:47-59}" level="45" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php" lineno="53"></stack><stack where="App\Http\Middleware\TrustProxies-&gt;handle" level="46" type="file" filename="file:///home/vagrant/code/api/vendor/fideloper/proxy/src/TrustProxies.php" lineno="57"></stack><stack where="Illuminate\Routing\Pipeline-&gt;Illuminate\Pipeline\{closure:/home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128-157}" level="47" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php" lineno="151"></stack><stack where="Illuminate\Routing\Pipeline-&gt;Illuminate\Routing\{closure:/home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:47-59}" level="48" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php" lineno="53"></stack><stack where="Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull-&gt;handle" level="49" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php" lineno="31"></stack><stack where="Illuminate\Routing\Pipeline-&gt;Illuminate\Pipeline\{closure:/home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128-157}" level="50" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php" lineno="151"></stack><stack where="Illuminate\Routing\Pipeline-&gt;Illuminate\Routing\{closure:/home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:47-59}" level="51" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php" lineno="53"></stack><stack where="App\Http\Middleware\TrimStrings-&gt;handle" level="52" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php" lineno="31"></stack><stack where="Illuminate\Routing\Pipeline-&gt;Illuminate\Pipeline\{closure:/home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128-157}" level="53" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php" lineno="151"></stack><stack where="Illuminate\Routing\Pipeline-&gt;Illuminate\Routing\{closure:/home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:47-59}" level="54" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php" lineno="53"></stack><stack where="Illuminate\Foundation\Http\Middleware\ValidatePostSize-&gt;handle" level="55" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php" lineno="27"></stack><stack where="Illuminate\Routing\Pipeline-&gt;Illuminate\Pipeline\{closure:/home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128-157}" level="56" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php" lineno="151"></stack><stack where="Illuminate\Routing\Pipeline-&gt;Illuminate\Routing\{closure:/home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:47-59}" level="57" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php" lineno="53"></stack><stack where="Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode-&gt;handle" level="58" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php" lineno="62"></stack><stack where="Illuminate\Routing\Pipeline-&gt;Illuminate\Pipeline\{closure:/home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128-157}" level="59" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php" lineno="151"></stack><stack where="Illuminate\Routing\Pipeline-&gt;Illuminate\Routing\{closure:/home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:47-59}" level="60" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php" lineno="53"></stack><stack where="Illuminate\Routing\Pipeline-&gt;then" level="61" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php" lineno="104"></stack><stack where="App\Http\Kernel-&gt;sendRequestThroughRouter" level="62" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php" lineno="151"></stack><stack where="App\Http\Kernel-&gt;handle" level="63" type="file" filename="file:///home/vagrant/code/api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php" lineno="116"></stack><stack where="{main}" level="64" type="file" filename="file:///home/vagrant/code/api/public/index.php" lineno="53"></stack></response>
[30457]
[30457] <- context_names -i 26 -d 0
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="26"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response>
[30457]
[30457] <- breakpoint_list -i 27
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_list" transaction_id="27"><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="27" state="enabled" hit_count="0" hit_value="0" id="304570077"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570076"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="56" state="enabled" hit_count="0" hit_value="0" id="304570075"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="22" state="enabled" hit_count="0" hit_value="0" id="304570074"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/Providers/FileVault/FileVaultAdapter.php" lineno="170" state="enabled" hit_count="0" hit_value="0" id="304570073"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CopyItem.php" lineno="20" state="enabled" hit_count="0" hit_value="0" id="304570072"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CloneItem.php" lineno="13" state="enabled" hit_count="0" hit_value="0" id="304570071"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="90" state="enabled" hit_count="0" hit_value="0" id="304570079"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="80" state="enabled" hit_count="0" hit_value="0" id="304570078"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php" lineno="175" state="enabled" hit_count="0" hit_value="0" id="304570080"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570081"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="87" state="enabled" hit_count="0" hit_value="0" id="304570082"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="88" state="enabled" hit_count="0" hit_value="0" id="304570083"></breakpoint><breakpoint type="exception" state="enabled" hit_count="1" hit_value="0" id="304570084"></breakpoint></response>
[30457]
[30457] <- breakpoint_list -i 28
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_list" transaction_id="28"><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="27" state="enabled" hit_count="0" hit_value="0" id="304570077"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570076"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="56" state="enabled" hit_count="0" hit_value="0" id="304570075"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="22" state="enabled" hit_count="0" hit_value="0" id="304570074"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/Providers/FileVault/FileVaultAdapter.php" lineno="170" state="enabled" hit_count="0" hit_value="0" id="304570073"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CopyItem.php" lineno="20" state="enabled" hit_count="0" hit_value="0" id="304570072"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CloneItem.php" lineno="13" state="enabled" hit_count="0" hit_value="0" id="304570071"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="90" state="enabled" hit_count="0" hit_value="0" id="304570079"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="80" state="enabled" hit_count="0" hit_value="0" id="304570078"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php" lineno="175" state="enabled" hit_count="0" hit_value="0" id="304570080"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570081"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="87" state="enabled" hit_count="0" hit_value="0" id="304570082"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="88" state="enabled" hit_count="0" hit_value="0" id="304570083"></breakpoint><breakpoint type="exception" state="enabled" hit_count="1" hit_value="0" id="304570084"></breakpoint></response>
[30457]
[30457] <- breakpoint_list -i 29
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_list" transaction_id="29"><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="27" state="enabled" hit_count="0" hit_value="0" id="304570077"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570076"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="56" state="enabled" hit_count="0" hit_value="0" id="304570075"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="22" state="enabled" hit_count="0" hit_value="0" id="304570074"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/Providers/FileVault/FileVaultAdapter.php" lineno="170" state="enabled" hit_count="0" hit_value="0" id="304570073"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CopyItem.php" lineno="20" state="enabled" hit_count="0" hit_value="0" id="304570072"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CloneItem.php" lineno="13" state="enabled" hit_count="0" hit_value="0" id="304570071"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="90" state="enabled" hit_count="0" hit_value="0" id="304570079"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="80" state="enabled" hit_count="0" hit_value="0" id="304570078"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php" lineno="175" state="enabled" hit_count="0" hit_value="0" id="304570080"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570081"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="87" state="enabled" hit_count="0" hit_value="0" id="304570082"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="88" state="enabled" hit_count="0" hit_value="0" id="304570083"></breakpoint><breakpoint type="exception" state="enabled" hit_count="1" hit_value="0" id="304570084"></breakpoint></response>
[30457]
[30457] <- breakpoint_list -i 30
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_list" transaction_id="30"><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="27" state="enabled" hit_count="0" hit_value="0" id="304570077"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570076"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="56" state="enabled" hit_count="0" hit_value="0" id="304570075"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="22" state="enabled" hit_count="0" hit_value="0" id="304570074"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/Providers/FileVault/FileVaultAdapter.php" lineno="170" state="enabled" hit_count="0" hit_value="0" id="304570073"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CopyItem.php" lineno="20" state="enabled" hit_count="0" hit_value="0" id="304570072"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CloneItem.php" lineno="13" state="enabled" hit_count="0" hit_value="0" id="304570071"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="90" state="enabled" hit_count="0" hit_value="0" id="304570079"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="80" state="enabled" hit_count="0" hit_value="0" id="304570078"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php" lineno="175" state="enabled" hit_count="0" hit_value="0" id="304570080"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570081"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="87" state="enabled" hit_count="0" hit_value="0" id="304570082"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="88" state="enabled" hit_count="0" hit_value="0" id="304570083"></breakpoint><breakpoint type="exception" state="enabled" hit_count="1" hit_value="0" id="304570084"></breakpoint></response>
[30457]
[30457] <- breakpoint_list -i 31
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_list" transaction_id="31"><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="27" state="enabled" hit_count="0" hit_value="0" id="304570077"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570076"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="56" state="enabled" hit_count="0" hit_value="0" id="304570075"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="22" state="enabled" hit_count="0" hit_value="0" id="304570074"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/Providers/FileVault/FileVaultAdapter.php" lineno="170" state="enabled" hit_count="0" hit_value="0" id="304570073"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CopyItem.php" lineno="20" state="enabled" hit_count="0" hit_value="0" id="304570072"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CloneItem.php" lineno="13" state="enabled" hit_count="0" hit_value="0" id="304570071"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="90" state="enabled" hit_count="0" hit_value="0" id="304570079"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="80" state="enabled" hit_count="0" hit_value="0" id="304570078"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php" lineno="175" state="enabled" hit_count="0" hit_value="0" id="304570080"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570081"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="87" state="enabled" hit_count="0" hit_value="0" id="304570082"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="88" state="enabled" hit_count="0" hit_value="0" id="304570083"></breakpoint><breakpoint type="exception" state="enabled" hit_count="1" hit_value="0" id="304570084"></breakpoint></response>
[30457]
[30457] <- breakpoint_list -i 32
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_list" transaction_id="32"><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="27" state="enabled" hit_count="0" hit_value="0" id="304570077"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570076"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="56" state="enabled" hit_count="0" hit_value="0" id="304570075"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="22" state="enabled" hit_count="0" hit_value="0" id="304570074"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/Providers/FileVault/FileVaultAdapter.php" lineno="170" state="enabled" hit_count="0" hit_value="0" id="304570073"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CopyItem.php" lineno="20" state="enabled" hit_count="0" hit_value="0" id="304570072"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CloneItem.php" lineno="13" state="enabled" hit_count="0" hit_value="0" id="304570071"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="90" state="enabled" hit_count="0" hit_value="0" id="304570079"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="80" state="enabled" hit_count="0" hit_value="0" id="304570078"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php" lineno="175" state="enabled" hit_count="0" hit_value="0" id="304570080"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570081"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="87" state="enabled" hit_count="0" hit_value="0" id="304570082"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="88" state="enabled" hit_count="0" hit_value="0" id="304570083"></breakpoint><breakpoint type="exception" state="enabled" hit_count="1" hit_value="0" id="304570084"></breakpoint></response>
[30457]
[30457] <- breakpoint_list -i 33
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_list" transaction_id="33"><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="27" state="enabled" hit_count="0" hit_value="0" id="304570077"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570076"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="56" state="enabled" hit_count="0" hit_value="0" id="304570075"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="22" state="enabled" hit_count="0" hit_value="0" id="304570074"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/Providers/FileVault/FileVaultAdapter.php" lineno="170" state="enabled" hit_count="0" hit_value="0" id="304570073"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CopyItem.php" lineno="20" state="enabled" hit_count="0" hit_value="0" id="304570072"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CloneItem.php" lineno="13" state="enabled" hit_count="0" hit_value="0" id="304570071"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="90" state="enabled" hit_count="0" hit_value="0" id="304570079"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="80" state="enabled" hit_count="0" hit_value="0" id="304570078"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php" lineno="175" state="enabled" hit_count="0" hit_value="0" id="304570080"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570081"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="87" state="enabled" hit_count="0" hit_value="0" id="304570082"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="88" state="enabled" hit_count="0" hit_value="0" id="304570083"></breakpoint><breakpoint type="exception" state="enabled" hit_count="1" hit_value="0" id="304570084"></breakpoint></response>
[30457]
[30457] <- breakpoint_set -i 34 -t line -f c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CloneItem.php -n 13
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="34" id="304570085"></response>
[30457]
[30457] <- breakpoint_set -i 35 -t line -f c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CopyItem.php -n 20
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="35" id="304570086"></response>
[30457]
[30457] <- breakpoint_set -i 36 -t line -f c:/Users/jpfingst/Documents/bit/api/app/Providers/FileVault/FileVaultAdapter.php -n 170
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="36" id="304570087"></response>
[30457]
[30457] <- breakpoint_set -i 37 -t line -f c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php -n 22
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="37" id="304570088"></response>
[30457]
[30457] <- breakpoint_set -i 38 -t line -f c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php -n 56
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="38" id="304570089"></response>
[30457]
[30457] <- breakpoint_set -i 39 -t line -f c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php -n 86
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="39" id="304570090"></response>
[30457]
[30457] <- breakpoint_set -i 40 -t line -f c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php -n 27
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="40" id="304570091"></response>
[30457]
[30457] <- breakpoint_set -i 41 -t line -f c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php -n 80
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="41" id="304570092"></response>
[30457]
[30457] <- breakpoint_set -i 42 -t line -f c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php -n 90
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="42" id="304570093"></response>
[30457]
[30457] <- breakpoint_set -i 43 -t line -f c:/Users/jpfingst/Documents/bit/api/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php -n 175
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="43" id="304570094"></response>
[30457]
[30457] <- breakpoint_set -i 44 -t line -f c:/Users/jpfingst/Documents/bit/api/routes/web.php -n 86
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="44" id="304570095"></response>
[30457]
[30457] <- breakpoint_set -i 45 -t line -f c:/Users/jpfingst/Documents/bit/api/routes/web.php -n 87
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="45" id="304570096"></response>
[30457]
[30457] <- breakpoint_set -i 46 -t line -f c:/Users/jpfingst/Documents/bit/api/routes/web.php -n 88
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="46" id="304570097"></response>
[30457]
[30457] <- breakpoint_list -i 47
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_list" transaction_id="47"><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="27" state="enabled" hit_count="0" hit_value="0" id="304570077"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570076"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="56" state="enabled" hit_count="0" hit_value="0" id="304570075"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="22" state="enabled" hit_count="0" hit_value="0" id="304570074"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/Providers/FileVault/FileVaultAdapter.php" lineno="170" state="enabled" hit_count="0" hit_value="0" id="304570073"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CopyItem.php" lineno="20" state="enabled" hit_count="0" hit_value="0" id="304570072"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CloneItem.php" lineno="13" state="enabled" hit_count="0" hit_value="0" id="304570071"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="27" state="enabled" hit_count="0" hit_value="0" id="304570091"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570090"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="90" state="enabled" hit_count="0" hit_value="0" id="304570093"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="80" state="enabled" hit_count="0" hit_value="0" id="304570092"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570095"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php" lineno="175" state="enabled" hit_count="0" hit_value="0" id="304570094"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="90" state="enabled" hit_count="0" hit_value="0" id="304570079"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="88" state="enabled" hit_count="0" hit_value="0" id="304570097"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="80" state="enabled" hit_count="0" hit_value="0" id="304570078"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="87" state="enabled" hit_count="0" hit_value="0" id="304570096"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="22" state="enabled" hit_count="0" hit_value="0" id="304570088"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="56" state="enabled" hit_count="0" hit_value="0" id="304570089"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php" lineno="175" state="enabled" hit_count="0" hit_value="0" id="304570080"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570081"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="87" state="enabled" hit_count="0" hit_value="0" id="304570082"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="88" state="enabled" hit_count="0" hit_value="0" id="304570083"></breakpoint><breakpoint type="exception" state="enabled" hit_count="1" hit_value="0" id="304570084"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CloneItem.php" lineno="13" state="enabled" hit_count="0" hit_value="0" id="304570085"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CopyItem.php" lineno="20" state="enabled" hit_count="0" hit_value="0" id="304570086"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/Providers/FileVault/FileVaultAdapter.php" lineno="170" state="enabled" hit_count="0" hit_value="0" id="304570087"></breakpoint></response>
[30457]
[30457] <- breakpoint_list -i 48
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_list" transaction_id="48"><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="27" state="enabled" hit_count="0" hit_value="0" id="304570077"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570076"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="56" state="enabled" hit_count="0" hit_value="0" id="304570075"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="22" state="enabled" hit_count="0" hit_value="0" id="304570074"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/Providers/FileVault/FileVaultAdapter.php" lineno="170" state="enabled" hit_count="0" hit_value="0" id="304570073"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CopyItem.php" lineno="20" state="enabled" hit_count="0" hit_value="0" id="304570072"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CloneItem.php" lineno="13" state="enabled" hit_count="0" hit_value="0" id="304570071"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="27" state="enabled" hit_count="0" hit_value="0" id="304570091"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570090"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="90" state="enabled" hit_count="0" hit_value="0" id="304570093"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="80" state="enabled" hit_count="0" hit_value="0" id="304570092"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570095"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php" lineno="175" state="enabled" hit_count="0" hit_value="0" id="304570094"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="90" state="enabled" hit_count="0" hit_value="0" id="304570079"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="88" state="enabled" hit_count="0" hit_value="0" id="304570097"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="80" state="enabled" hit_count="0" hit_value="0" id="304570078"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="87" state="enabled" hit_count="0" hit_value="0" id="304570096"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="22" state="enabled" hit_count="0" hit_value="0" id="304570088"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="56" state="enabled" hit_count="0" hit_value="0" id="304570089"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php" lineno="175" state="enabled" hit_count="0" hit_value="0" id="304570080"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570081"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="87" state="enabled" hit_count="0" hit_value="0" id="304570082"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="88" state="enabled" hit_count="0" hit_value="0" id="304570083"></breakpoint><breakpoint type="exception" state="enabled" hit_count="1" hit_value="0" id="304570084"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CloneItem.php" lineno="13" state="enabled" hit_count="0" hit_value="0" id="304570085"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CopyItem.php" lineno="20" state="enabled" hit_count="0" hit_value="0" id="304570086"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/Providers/FileVault/FileVaultAdapter.php" lineno="170" state="enabled" hit_count="0" hit_value="0" id="304570087"></breakpoint></response>
[30457]
[30457] <- breakpoint_remove -i 49 -d 304570084
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_remove" transaction_id="49"><breakpoint type="exception" state="enabled" hit_count="1" hit_value="0" id="304570084"></breakpoint></response>
[30457]
[30457] <- breakpoint_set -i 50 -t exception -x *
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="50" id="304570098"></response>
[30457]
[30457] <- breakpoint_list -i 51
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_list" transaction_id="51"><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="27" state="enabled" hit_count="0" hit_value="0" id="304570077"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570076"></breakpoint><breakpoint type="exception" state="enabled" hit_count="0" hit_value="0" id="304570098"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="56" state="enabled" hit_count="0" hit_value="0" id="304570075"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="22" state="enabled" hit_count="0" hit_value="0" id="304570074"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/Providers/FileVault/FileVaultAdapter.php" lineno="170" state="enabled" hit_count="0" hit_value="0" id="304570073"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CopyItem.php" lineno="20" state="enabled" hit_count="0" hit_value="0" id="304570072"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CloneItem.php" lineno="13" state="enabled" hit_count="0" hit_value="0" id="304570071"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="27" state="enabled" hit_count="0" hit_value="0" id="304570091"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570090"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="90" state="enabled" hit_count="0" hit_value="0" id="304570093"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="80" state="enabled" hit_count="0" hit_value="0" id="304570092"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570095"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php" lineno="175" state="enabled" hit_count="0" hit_value="0" id="304570094"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="90" state="enabled" hit_count="0" hit_value="0" id="304570079"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="88" state="enabled" hit_count="0" hit_value="0" id="304570097"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="80" state="enabled" hit_count="0" hit_value="0" id="304570078"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="87" state="enabled" hit_count="0" hit_value="0" id="304570096"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="22" state="enabled" hit_count="0" hit_value="0" id="304570088"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="56" state="enabled" hit_count="0" hit_value="0" id="304570089"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php" lineno="175" state="enabled" hit_count="0" hit_value="0" id="304570080"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570081"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="87" state="enabled" hit_count="0" hit_value="0" id="304570082"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="88" state="enabled" hit_count="0" hit_value="0" id="304570083"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CloneItem.php" lineno="13" state="enabled" hit_count="0" hit_value="0" id="304570085"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CopyItem.php" lineno="20" state="enabled" hit_count="0" hit_value="0" id="304570086"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/Providers/FileVault/FileVaultAdapter.php" lineno="170" state="enabled" hit_count="0" hit_value="0" id="304570087"></breakpoint></response>
[30457]
[30457] <- breakpoint_list -i 52
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_list" transaction_id="52"><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="27" state="enabled" hit_count="0" hit_value="0" id="304570077"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570076"></breakpoint><breakpoint type="exception" state="enabled" hit_count="0" hit_value="0" id="304570098"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="56" state="enabled" hit_count="0" hit_value="0" id="304570075"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="22" state="enabled" hit_count="0" hit_value="0" id="304570074"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/Providers/FileVault/FileVaultAdapter.php" lineno="170" state="enabled" hit_count="0" hit_value="0" id="304570073"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CopyItem.php" lineno="20" state="enabled" hit_count="0" hit_value="0" id="304570072"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CloneItem.php" lineno="13" state="enabled" hit_count="0" hit_value="0" id="304570071"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="27" state="enabled" hit_count="0" hit_value="0" id="304570091"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570090"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="90" state="enabled" hit_count="0" hit_value="0" id="304570093"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="80" state="enabled" hit_count="0" hit_value="0" id="304570092"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570095"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php" lineno="175" state="enabled" hit_count="0" hit_value="0" id="304570094"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="90" state="enabled" hit_count="0" hit_value="0" id="304570079"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="88" state="enabled" hit_count="0" hit_value="0" id="304570097"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="80" state="enabled" hit_count="0" hit_value="0" id="304570078"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="87" state="enabled" hit_count="0" hit_value="0" id="304570096"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="22" state="enabled" hit_count="0" hit_value="0" id="304570088"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="56" state="enabled" hit_count="0" hit_value="0" id="304570089"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php" lineno="175" state="enabled" hit_count="0" hit_value="0" id="304570080"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570081"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="87" state="enabled" hit_count="0" hit_value="0" id="304570082"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="88" state="enabled" hit_count="0" hit_value="0" id="304570083"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CloneItem.php" lineno="13" state="enabled" hit_count="0" hit_value="0" id="304570085"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CopyItem.php" lineno="20" state="enabled" hit_count="0" hit_value="0" id="304570086"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/Providers/FileVault/FileVaultAdapter.php" lineno="170" state="enabled" hit_count="0" hit_value="0" id="304570087"></breakpoint></response>
[30457]
[30457] <- breakpoint_list -i 53
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_list" transaction_id="53"><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="27" state="enabled" hit_count="0" hit_value="0" id="304570077"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570076"></breakpoint><breakpoint type="exception" state="enabled" hit_count="0" hit_value="0" id="304570098"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="56" state="enabled" hit_count="0" hit_value="0" id="304570075"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="22" state="enabled" hit_count="0" hit_value="0" id="304570074"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/Providers/FileVault/FileVaultAdapter.php" lineno="170" state="enabled" hit_count="0" hit_value="0" id="304570073"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CopyItem.php" lineno="20" state="enabled" hit_count="0" hit_value="0" id="304570072"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CloneItem.php" lineno="13" state="enabled" hit_count="0" hit_value="0" id="304570071"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="27" state="enabled" hit_count="0" hit_value="0" id="304570091"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570090"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="90" state="enabled" hit_count="0" hit_value="0" id="304570093"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="80" state="enabled" hit_count="0" hit_value="0" id="304570092"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570095"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php" lineno="175" state="enabled" hit_count="0" hit_value="0" id="304570094"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="90" state="enabled" hit_count="0" hit_value="0" id="304570079"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="88" state="enabled" hit_count="0" hit_value="0" id="304570097"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="80" state="enabled" hit_count="0" hit_value="0" id="304570078"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="87" state="enabled" hit_count="0" hit_value="0" id="304570096"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="22" state="enabled" hit_count="0" hit_value="0" id="304570088"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="56" state="enabled" hit_count="0" hit_value="0" id="304570089"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php" lineno="175" state="enabled" hit_count="0" hit_value="0" id="304570080"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570081"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="87" state="enabled" hit_count="0" hit_value="0" id="304570082"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="88" state="enabled" hit_count="0" hit_value="0" id="304570083"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CloneItem.php" lineno="13" state="enabled" hit_count="0" hit_value="0" id="304570085"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CopyItem.php" lineno="20" state="enabled" hit_count="0" hit_value="0" id="304570086"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/Providers/FileVault/FileVaultAdapter.php" lineno="170" state="enabled" hit_count="0" hit_value="0" id="304570087"></breakpoint></response>
[30457]
[30457] <- breakpoint_list -i 54
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_list" transaction_id="54"><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="27" state="enabled" hit_count="0" hit_value="0" id="304570077"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570076"></breakpoint><breakpoint type="exception" state="enabled" hit_count="0" hit_value="0" id="304570098"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="56" state="enabled" hit_count="0" hit_value="0" id="304570075"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="22" state="enabled" hit_count="0" hit_value="0" id="304570074"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/Providers/FileVault/FileVaultAdapter.php" lineno="170" state="enabled" hit_count="0" hit_value="0" id="304570073"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CopyItem.php" lineno="20" state="enabled" hit_count="0" hit_value="0" id="304570072"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CloneItem.php" lineno="13" state="enabled" hit_count="0" hit_value="0" id="304570071"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="27" state="enabled" hit_count="0" hit_value="0" id="304570091"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570090"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="90" state="enabled" hit_count="0" hit_value="0" id="304570093"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="80" state="enabled" hit_count="0" hit_value="0" id="304570092"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570095"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php" lineno="175" state="enabled" hit_count="0" hit_value="0" id="304570094"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="90" state="enabled" hit_count="0" hit_value="0" id="304570079"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="88" state="enabled" hit_count="0" hit_value="0" id="304570097"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="80" state="enabled" hit_count="0" hit_value="0" id="304570078"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="87" state="enabled" hit_count="0" hit_value="0" id="304570096"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="22" state="enabled" hit_count="0" hit_value="0" id="304570088"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="56" state="enabled" hit_count="0" hit_value="0" id="304570089"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php" lineno="175" state="enabled" hit_count="0" hit_value="0" id="304570080"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570081"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="87" state="enabled" hit_count="0" hit_value="0" id="304570082"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="88" state="enabled" hit_count="0" hit_value="0" id="304570083"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CloneItem.php" lineno="13" state="enabled" hit_count="0" hit_value="0" id="304570085"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CopyItem.php" lineno="20" state="enabled" hit_count="0" hit_value="0" id="304570086"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/Providers/FileVault/FileVaultAdapter.php" lineno="170" state="enabled" hit_count="0" hit_value="0" id="304570087"></breakpoint></response>
[30457]
[30457] <- breakpoint_list -i 55
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_list" transaction_id="55"><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="27" state="enabled" hit_count="0" hit_value="0" id="304570077"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570076"></breakpoint><breakpoint type="exception" state="enabled" hit_count="0" hit_value="0" id="304570098"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="56" state="enabled" hit_count="0" hit_value="0" id="304570075"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="22" state="enabled" hit_count="0" hit_value="0" id="304570074"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/Providers/FileVault/FileVaultAdapter.php" lineno="170" state="enabled" hit_count="0" hit_value="0" id="304570073"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CopyItem.php" lineno="20" state="enabled" hit_count="0" hit_value="0" id="304570072"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CloneItem.php" lineno="13" state="enabled" hit_count="0" hit_value="0" id="304570071"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="27" state="enabled" hit_count="0" hit_value="0" id="304570091"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570090"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="90" state="enabled" hit_count="0" hit_value="0" id="304570093"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="80" state="enabled" hit_count="0" hit_value="0" id="304570092"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570095"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php" lineno="175" state="enabled" hit_count="0" hit_value="0" id="304570094"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="90" state="enabled" hit_count="0" hit_value="0" id="304570079"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="88" state="enabled" hit_count="0" hit_value="0" id="304570097"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="80" state="enabled" hit_count="0" hit_value="0" id="304570078"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="87" state="enabled" hit_count="0" hit_value="0" id="304570096"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="22" state="enabled" hit_count="0" hit_value="0" id="304570088"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="56" state="enabled" hit_count="0" hit_value="0" id="304570089"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php" lineno="175" state="enabled" hit_count="0" hit_value="0" id="304570080"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570081"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="87" state="enabled" hit_count="0" hit_value="0" id="304570082"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="88" state="enabled" hit_count="0" hit_value="0" id="304570083"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CloneItem.php" lineno="13" state="enabled" hit_count="0" hit_value="0" id="304570085"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CopyItem.php" lineno="20" state="enabled" hit_count="0" hit_value="0" id="304570086"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/Providers/FileVault/FileVaultAdapter.php" lineno="170" state="enabled" hit_count="0" hit_value="0" id="304570087"></breakpoint></response>
[30457]
[30457] <- breakpoint_list -i 56
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_list" transaction_id="56"><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="27" state="enabled" hit_count="0" hit_value="0" id="304570077"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570076"></breakpoint><breakpoint type="exception" state="enabled" hit_count="0" hit_value="0" id="304570098"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="56" state="enabled" hit_count="0" hit_value="0" id="304570075"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="22" state="enabled" hit_count="0" hit_value="0" id="304570074"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/Providers/FileVault/FileVaultAdapter.php" lineno="170" state="enabled" hit_count="0" hit_value="0" id="304570073"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CopyItem.php" lineno="20" state="enabled" hit_count="0" hit_value="0" id="304570072"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CloneItem.php" lineno="13" state="enabled" hit_count="0" hit_value="0" id="304570071"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="27" state="enabled" hit_count="0" hit_value="0" id="304570091"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570090"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="90" state="enabled" hit_count="0" hit_value="0" id="304570093"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="80" state="enabled" hit_count="0" hit_value="0" id="304570092"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570095"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php" lineno="175" state="enabled" hit_count="0" hit_value="0" id="304570094"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="90" state="enabled" hit_count="0" hit_value="0" id="304570079"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="88" state="enabled" hit_count="0" hit_value="0" id="304570097"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="80" state="enabled" hit_count="0" hit_value="0" id="304570078"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="87" state="enabled" hit_count="0" hit_value="0" id="304570096"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="22" state="enabled" hit_count="0" hit_value="0" id="304570088"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="56" state="enabled" hit_count="0" hit_value="0" id="304570089"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php" lineno="175" state="enabled" hit_count="0" hit_value="0" id="304570080"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570081"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="87" state="enabled" hit_count="0" hit_value="0" id="304570082"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="88" state="enabled" hit_count="0" hit_value="0" id="304570083"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CloneItem.php" lineno="13" state="enabled" hit_count="0" hit_value="0" id="304570085"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CopyItem.php" lineno="20" state="enabled" hit_count="0" hit_value="0" id="304570086"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/Providers/FileVault/FileVaultAdapter.php" lineno="170" state="enabled" hit_count="0" hit_value="0" id="304570087"></breakpoint></response>
[30457]
[30457] <- breakpoint_list -i 57
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_list" transaction_id="57"><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="27" state="enabled" hit_count="0" hit_value="0" id="304570077"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570076"></breakpoint><breakpoint type="exception" state="enabled" hit_count="0" hit_value="0" id="304570098"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="56" state="enabled" hit_count="0" hit_value="0" id="304570075"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="22" state="enabled" hit_count="0" hit_value="0" id="304570074"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/Providers/FileVault/FileVaultAdapter.php" lineno="170" state="enabled" hit_count="0" hit_value="0" id="304570073"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CopyItem.php" lineno="20" state="enabled" hit_count="0" hit_value="0" id="304570072"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CloneItem.php" lineno="13" state="enabled" hit_count="0" hit_value="0" id="304570071"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="27" state="enabled" hit_count="0" hit_value="0" id="304570091"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570090"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="90" state="enabled" hit_count="0" hit_value="0" id="304570093"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="80" state="enabled" hit_count="0" hit_value="0" id="304570092"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570095"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php" lineno="175" state="enabled" hit_count="0" hit_value="0" id="304570094"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="90" state="enabled" hit_count="0" hit_value="0" id="304570079"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="88" state="enabled" hit_count="0" hit_value="0" id="304570097"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="80" state="enabled" hit_count="0" hit_value="0" id="304570078"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="87" state="enabled" hit_count="0" hit_value="0" id="304570096"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="22" state="enabled" hit_count="0" hit_value="0" id="304570088"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="56" state="enabled" hit_count="0" hit_value="0" id="304570089"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php" lineno="175" state="enabled" hit_count="0" hit_value="0" id="304570080"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570081"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="87" state="enabled" hit_count="0" hit_value="0" id="304570082"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="88" state="enabled" hit_count="0" hit_value="0" id="304570083"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CloneItem.php" lineno="13" state="enabled" hit_count="0" hit_value="0" id="304570085"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CopyItem.php" lineno="20" state="enabled" hit_count="0" hit_value="0" id="304570086"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/Providers/FileVault/FileVaultAdapter.php" lineno="170" state="enabled" hit_count="0" hit_value="0" id="304570087"></breakpoint></response>
[30457]
[30457] <- breakpoint_set -i 58 -t line -f c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CloneItem.php -n 13
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="58" id="304570099"></response>
[30457]
[30457] <- breakpoint_set -i 59 -t line -f c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CopyItem.php -n 20
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="59" id="304570100"></response>
[30457]
[30457] <- breakpoint_set -i 60 -t line -f c:/Users/jpfingst/Documents/bit/api/app/Providers/FileVault/FileVaultAdapter.php -n 170
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="60" id="304570101"></response>
[30457]
[30457] <- breakpoint_set -i 61 -t line -f c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php -n 22
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="61" id="304570102"></response>
[30457]
[30457] <- breakpoint_set -i 62 -t line -f c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php -n 56
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="62" id="304570103"></response>
[30457]
[30457] <- breakpoint_set -i 63 -t line -f c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php -n 86
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="63" id="304570104"></response>
[30457]
[30457] <- breakpoint_set -i 64 -t line -f c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php -n 27
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="64" id="304570105"></response>
[30457]
[30457] <- breakpoint_set -i 65 -t line -f c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php -n 80
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="65" id="304570106"></response>
[30457]
[30457] <- breakpoint_set -i 66 -t line -f c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php -n 90
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="66" id="304570107"></response>
[30457]
[30457] <- breakpoint_set -i 67 -t line -f c:/Users/jpfingst/Documents/bit/api/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php -n 175
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="67" id="304570108"></response>
[30457]
[30457] <- breakpoint_set -i 68 -t line -f c:/Users/jpfingst/Documents/bit/api/routes/web.php -n 86
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="68" id="304570109"></response>
[30457]
[30457] <- breakpoint_set -i 69 -t line -f c:/Users/jpfingst/Documents/bit/api/routes/web.php -n 87
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="69" id="304570110"></response>
[30457]
[30457] <- breakpoint_set -i 70 -t line -f c:/Users/jpfingst/Documents/bit/api/routes/web.php -n 88
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="70" id="304570111"></response>
[30457]
[30457] <- breakpoint_list -i 71
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_list" transaction_id="71"><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="27" state="enabled" hit_count="0" hit_value="0" id="304570077"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CloneItem.php" lineno="13" state="enabled" hit_count="0" hit_value="0" id="304570099"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="87" state="enabled" hit_count="0" hit_value="0" id="304570110"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570076"></breakpoint><breakpoint type="exception" state="enabled" hit_count="0" hit_value="0" id="304570098"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="88" state="enabled" hit_count="0" hit_value="0" id="304570111"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="56" state="enabled" hit_count="0" hit_value="0" id="304570075"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="22" state="enabled" hit_count="0" hit_value="0" id="304570074"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/Providers/FileVault/FileVaultAdapter.php" lineno="170" state="enabled" hit_count="0" hit_value="0" id="304570073"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CopyItem.php" lineno="20" state="enabled" hit_count="0" hit_value="0" id="304570072"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CloneItem.php" lineno="13" state="enabled" hit_count="0" hit_value="0" id="304570071"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="27" state="enabled" hit_count="0" hit_value="0" id="304570091"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570090"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="90" state="enabled" hit_count="0" hit_value="0" id="304570093"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="80" state="enabled" hit_count="0" hit_value="0" id="304570092"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570095"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php" lineno="175" state="enabled" hit_count="0" hit_value="0" id="304570094"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="90" state="enabled" hit_count="0" hit_value="0" id="304570079"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="88" state="enabled" hit_count="0" hit_value="0" id="304570097"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="80" state="enabled" hit_count="0" hit_value="0" id="304570078"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="87" state="enabled" hit_count="0" hit_value="0" id="304570096"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="22" state="enabled" hit_count="0" hit_value="0" id="304570088"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/Providers/FileVault/FileVaultAdapter.php" lineno="170" state="enabled" hit_count="0" hit_value="0" id="304570101"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="56" state="enabled" hit_count="0" hit_value="0" id="304570089"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CopyItem.php" lineno="20" state="enabled" hit_count="0" hit_value="0" id="304570100"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="56" state="enabled" hit_count="0" hit_value="0" id="304570103"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="22" state="enabled" hit_count="0" hit_value="0" id="304570102"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="27" state="enabled" hit_count="0" hit_value="0" id="304570105"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570104"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="90" state="enabled" hit_count="0" hit_value="0" id="304570107"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="80" state="enabled" hit_count="0" hit_value="0" id="304570106"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php" lineno="175" state="enabled" hit_count="0" hit_value="0" id="304570080"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570109"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570081"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php" lineno="175" state="enabled" hit_count="0" hit_value="0" id="304570108"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="87" state="enabled" hit_count="0" hit_value="0" id="304570082"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="88" state="enabled" hit_count="0" hit_value="0" id="304570083"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CloneItem.php" lineno="13" state="enabled" hit_count="0" hit_value="0" id="304570085"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CopyItem.php" lineno="20" state="enabled" hit_count="0" hit_value="0" id="304570086"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/Providers/FileVault/FileVaultAdapter.php" lineno="170" state="enabled" hit_count="0" hit_value="0" id="304570087"></breakpoint></response>
[30457]
[30457] <- breakpoint_list -i 72
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_list" transaction_id="72"><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="27" state="enabled" hit_count="0" hit_value="0" id="304570077"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CloneItem.php" lineno="13" state="enabled" hit_count="0" hit_value="0" id="304570099"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="87" state="enabled" hit_count="0" hit_value="0" id="304570110"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570076"></breakpoint><breakpoint type="exception" state="enabled" hit_count="0" hit_value="0" id="304570098"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="88" state="enabled" hit_count="0" hit_value="0" id="304570111"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="56" state="enabled" hit_count="0" hit_value="0" id="304570075"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="22" state="enabled" hit_count="0" hit_value="0" id="304570074"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/Providers/FileVault/FileVaultAdapter.php" lineno="170" state="enabled" hit_count="0" hit_value="0" id="304570073"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CopyItem.php" lineno="20" state="enabled" hit_count="0" hit_value="0" id="304570072"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CloneItem.php" lineno="13" state="enabled" hit_count="0" hit_value="0" id="304570071"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="27" state="enabled" hit_count="0" hit_value="0" id="304570091"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570090"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="90" state="enabled" hit_count="0" hit_value="0" id="304570093"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="80" state="enabled" hit_count="0" hit_value="0" id="304570092"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570095"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php" lineno="175" state="enabled" hit_count="0" hit_value="0" id="304570094"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="90" state="enabled" hit_count="0" hit_value="0" id="304570079"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="88" state="enabled" hit_count="0" hit_value="0" id="304570097"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="80" state="enabled" hit_count="0" hit_value="0" id="304570078"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="87" state="enabled" hit_count="0" hit_value="0" id="304570096"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="22" state="enabled" hit_count="0" hit_value="0" id="304570088"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/Providers/FileVault/FileVaultAdapter.php" lineno="170" state="enabled" hit_count="0" hit_value="0" id="304570101"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="56" state="enabled" hit_count="0" hit_value="0" id="304570089"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CopyItem.php" lineno="20" state="enabled" hit_count="0" hit_value="0" id="304570100"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="56" state="enabled" hit_count="0" hit_value="0" id="304570103"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="22" state="enabled" hit_count="0" hit_value="0" id="304570102"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="27" state="enabled" hit_count="0" hit_value="0" id="304570105"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/Items.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570104"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="90" state="enabled" hit_count="0" hit_value="0" id="304570107"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/Project/Projects.php" lineno="80" state="enabled" hit_count="0" hit_value="0" id="304570106"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php" lineno="175" state="enabled" hit_count="0" hit_value="0" id="304570080"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570109"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="86" state="enabled" hit_count="0" hit_value="0" id="304570081"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php" lineno="175" state="enabled" hit_count="0" hit_value="0" id="304570108"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="87" state="enabled" hit_count="0" hit_value="0" id="304570082"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/routes/web.php" lineno="88" state="enabled" hit_count="0" hit_value="0" id="304570083"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CloneItem.php" lineno="13" state="enabled" hit_count="0" hit_value="0" id="304570085"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CopyItem.php" lineno="20" state="enabled" hit_count="0" hit_value="0" id="304570086"></breakpoint><breakpoint type="line" filename="file:///c:/Users/jpfingst/Documents/bit/api/app/Providers/FileVault/FileVaultAdapter.php" lineno="170" state="enabled" hit_count="0" hit_value="0" id="304570087"></breakpoint></response>
[30457]
[30457] <- breakpoint_remove -i 73 -d 304570098
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_remove" transaction_id="73"><breakpoint type="exception" state="enabled" hit_count="0" hit_value="0" id="304570098"></breakpoint></response>
[30457]
[30457] <- breakpoint_set -i 74 -t exception -x *
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="74" id="304570112"></response>
[30457]
[30457] <- context_names -i 75 -d 1
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="75"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response>
[30457]
[30457] <- context_get -i 76 -d 1 -c 0
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="76" context="0"><property name="$clone" fullname="$clone" type="uninitialized"></property><property name="$request" fullname="$request" type="uninitialized"></property><property name="$this" fullname="$this" type="object" classname="App\API\V1\Controllers\DocumentPortal\CloneItem" children="1" numchildren="1" page="0" pagesize="32"><property name="middleware" fullname="$this-&gt;middleware" facet="protected" type="array" children="0" numchildren="0"></property></property></response>
[30457]
[30457] <- context_get -i 77 -d 1 -c 1
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="77" context="1"><property name="$_COOKIE" fullname="$_COOKIE" type="array" children="1" numchildren="2" page="0" pagesize="32"><property name="XSRF-TOKEN" fullname="$_COOKIE[&quot;XSRF-TOKEN&quot;]" type="string" size="244" encoding="base64"><![CDATA[ZXlKcGRpSTZJa3BHWmxSTVFVTXdWa2hVWlZweU5tdElVblptTVdjOVBTSXNJblpoYkhWbElqb2lhVzFsU1hObldGUnNiMnhCTTFweVowUjJTVGgwY0c4MWVsTXJlbk5LYURjclNVTkRkVzFuYVZsT2RERlNaMmhrSzFVM2VIVlVPVFptWVhKbVFWQndjeUlzSW0xaFl5STZJbU0wTVRZeE1UVTVaak0wTW1VNFptRTBNalJrTnpBeE9HVmlPR0kzTldObE1XTTNOemt5T0RobE16a3hNakkyWmpreU5qZG1aVGRtT1dJeU9UTmhNVFFpZlE9PQ==]]></property><property name="newtek_session" fullname="$_COOKIE[&quot;newtek_session&quot;]" type="string" size="244" encoding="base64"><![CDATA[ZXlKcGRpSTZJa3hVVjI5eE0wMUxaR1Y2YTNwV1psRmtSU3QwYUdjOVBTSXNJblpoYkhWbElqb2lOVGtyU2pBemEwbEhTbU5vUldZMmVYcFdhM05NTjNSSWVXa3hYQzlzVUU1SGFFRjNlbGROV0ZOSmJVRXhjWEJFT1V0VVJXbFlRMWxuWEM5WWRpdFRPRGsySWl3aWJXRmpJam9pTm1JM016Y3lZelF6Tmpnek5tRXlNall3TUdZM1pUTmpZakppWVRCaU5tWTFNR1ZoWlRObVkyRTFObVUzTWpSalpUUmpPVEV4TXpaa1ptUTBZMll6WlNKOQ==]]></property></property><property name="$_ENV" fullname="$_ENV" type="array" children="1" numchildren="102" page="0" pagesize="32"><property name="APP_NAME" fullname="$_ENV[&quot;APP_NAME&quot;]" type="string" size="6" encoding="base64"><![CDATA[TmV3dGVr]]></property><property name="APP_ENV" fullname="$_ENV[&quot;APP_ENV&quot;]" type="string" size="5" encoding="base64"><![CDATA[bG9jYWw=]]></property><property name="APP_KEY" fullname="$_ENV[&quot;APP_KEY&quot;]" type="string" size="51" encoding="base64"><![CDATA[YmFzZTY0OmFmR2ROa1REQmg3bHVSczFoeElyTUxCeEg0MkJ6U3I1WFdUVnBVR2txVjA9]]></property><property name="APP_DEBUG" fullname="$_ENV[&quot;APP_DEBUG&quot;]" type="string" size="4" encoding="base64"><![CDATA[dHJ1ZQ==]]></property><property name="APP_LOG" fullname="$_ENV[&quot;APP_LOG&quot;]" type="string" size="5" encoding="base64"><![CDATA[ZGFpbHk=]]></property><property name="APP_LOG_LEVEL" fullname="$_ENV[&quot;APP_LOG_LEVEL&quot;]" type="string" size="5" encoding="base64"><![CDATA[ZGVidWc=]]></property><property name="APP_CUSTOMER_URL" fullname="$_ENV[&quot;APP_CUSTOMER_URL&quot;]" type="string" size="13" encoding="base64"><![CDATA[Y3VzdG9tZXIudGVzdA==]]></property><property name="APP_ADMIN_URL" fullname="$_ENV[&quot;APP_ADMIN_URL&quot;]" type="string" size="8" encoding="base64"><![CDATA[YXBpLnRlc3Q=]]></property><property name="APP_URL" fullname="$_ENV[&quot;APP_URL&quot;]" type="string" size="8" encoding="base64"><![CDATA[YXBpLnRlc3Q=]]></property><property name="SITE" fullname="$_ENV[&quot;SITE&quot;]" type="string" size="8" encoding="base64"><![CDATA[YXBpLnRlc3Q=]]></property><property name="DB_CONNECTION" fullname="$_ENV[&quot;DB_CONNECTION&quot;]" type="string" size="5" encoding="base64"><![CDATA[bXlzcWw=]]></property><property name="DB_HOST" fullname="$_ENV[&quot;DB_HOST&quot;]" type="string" size="9" encoding="base64"><![CDATA[bG9jYWxob3N0]]></property><property name="DB_PORT" fullname="$_ENV[&quot;DB_PORT&quot;]" type="string" size="5" encoding="base64"><![CDATA[MzMwNjA=]]></property><property name="DB_DATABASE" fullname="$_ENV[&quot;DB_DATABASE&quot;]" type="string" size="9" encoding="base64"><![CDATA[aG9tZXN0ZWFk]]></property><property name="DB_USERNAME" fullname="$_ENV[&quot;DB_USERNAME&quot;]" type="string" size="9" encoding="base64"><![CDATA[aG9tZXN0ZWFk]]></property><property name="DB_PASSWORD" fullname="$_ENV[&quot;DB_PASSWORD&quot;]" type="string" size="6" encoding="base64"><![CDATA[c2VjcmV0]]></property><property name="SCOUT_DRIVER" fullname="$_ENV[&quot;SCOUT_DRIVER&quot;]" type="string" size="7" encoding="base64"><![CDATA[YWxnb2xpYQ==]]></property><property name="SCOUT_QUEUE" fullname="$_ENV[&quot;SCOUT_QUEUE&quot;]" type="string" size="5" encoding="base64"><![CDATA[ZmFsc2U=]]></property><property name="ALGOLIA_APP_ID" fullname="$_ENV[&quot;ALGOLIA_APP_ID&quot;]" type="string" size="10" encoding="base64"><![CDATA[SEY5RFVJUEpSSA==]]></property><property name="ALGOLIA_SECRET" fullname="$_ENV[&quot;ALGOLIA_SECRET&quot;]" type="string" size="32" encoding="base64"><![CDATA[YWIwMGU4OTQ3YzdiNGJhMWFlMjQzNjA4ZWNkODM0Yzk=]]></property><property name="BROADCAST_DRIVER" fullname="$_ENV[&quot;BROADCAST_DRIVER&quot;]" type="string" size="3" encoding="base64"><![CDATA[bG9n]]></property><property name="CACHE_DRIVER" fullname="$_ENV[&quot;CACHE_DRIVER&quot;]" type="string" size="4" encoding="base64"><![CDATA[ZmlsZQ==]]></property><property name="SESSION_DRIVER" fullname="$_ENV[&quot;SESSION_DRIVER&quot;]" type="string" size="4" encoding="base64"><![CDATA[ZmlsZQ==]]></property><property name="SESSION_LIFETIME" fullname="$_ENV[&quot;SESSION_LIFETIME&quot;]" type="string" size="3" encoding="base64"><![CDATA[MTIw]]></property><property name="SESSION_DOMAIN" fullname="$_ENV[&quot;SESSION_DOMAIN&quot;]" type="string" size="8" encoding="base64"><![CDATA[YXBpLnRlc3Q=]]></property><property name="QUEUE_DRIVER" fullname="$_ENV[&quot;QUEUE_DRIVER&quot;]" type="string" size="4" encoding="base64"><![CDATA[c3luYw==]]></property><property name="API_PREFIX" fullname="$_ENV[&quot;API_PREFIX&quot;]" type="string" size="3" encoding="base64"><![CDATA[YXBp]]></property><property name="API_SUBTYPE" fullname="$_ENV[&quot;API_SUBTYPE&quot;]" type="string" size="3" encoding="base64"><![CDATA[YXBw]]></property><property name="API_VERSION" fullname="$_ENV[&quot;API_VERSION&quot;]" type="string" size="2" encoding="base64"><![CDATA[djE=]]></property><property name="REDIS_HOST" fullname="$_ENV[&quot;REDIS_HOST&quot;]" type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property><property name="REDIS_PASSWORD" fullname="$_ENV[&quot;REDIS_PASSWORD&quot;]" type="string" size="4" encoding="base64"><![CDATA[bnVsbA==]]></property><property name="REDIS_PORT" fullname="$_ENV[&quot;REDIS_PORT&quot;]" type="string" size="4" encoding="base64"><![CDATA[NjM3OQ==]]></property></property><property name="$_FILES" fullname="$_FILES" type="array" children="0" numchildren="0" page="0" pagesize="32"></property><property name="$_GET" fullname="$_GET" type="array" children="0" numchildren="0" page="0" pagesize="32"></property><property name="$_POST" fullname="$_POST" type="array" children="0" numchildren="0" page="0" pagesize="32"></property><property name="$_REQUEST" fullname="$_REQUEST" type="array" children="0" numchildren="0" page="0" pagesize="32"></property><property name="$_SERVER" fullname="$_SERVER" type="array" children="1" numchildren="139" page="0" pagesize="32"><property name="USER" fullname="$_SERVER[&quot;USER&quot;]" type="string" size="7" encoding="base64"><![CDATA[dmFncmFudA==]]></property><property name="HOME" fullname="$_SERVER[&quot;HOME&quot;]" type="string" size="13" encoding="base64"><![CDATA[L2hvbWUvdmFncmFudA==]]></property><property name="HTTP_COOKIE" fullname="$_SERVER[&quot;HTTP_COOKIE&quot;]" type="string" size="520" encoding="base64"><![CDATA[WFNSRi1UT0tFTj1leUpwZGlJNklrcEdabFJNUVVNd1ZraFVaVnB5Tm10SVVuWm1NV2M5UFNJc0luWmhiSFZsSWpvaWFXMWxTWE5uV0ZSc2IyeEJNMXB5WjBSMlNUaDBjRzgxZWxNcmVuTkthRGNyU1VORGRXMW5hVmxPZERGU1oyaGtLMVUzZUhWVU9UWm1ZWEptUVZCd2N5SXNJbTFoWXlJNkltTTBNVFl4TVRVNVpqTTBNbVU0Wm1FME1qUmtOekF4T0dWaU9HSTNOV05sTVdNM056a3lPRGhsTXpreE1qSTJaamt5TmpkbVpUZG1PV0l5T1ROaE1UUWlmUSUzRCUzRDsgbmV3dGVrX3Nlc3Npb249ZXlKcGRpSTZJa3hVVjI5eE0wMUxaR1Y2YTNwV1psRmtSU3QwYUdjOVBTSXNJblpoYkhWbElqb2lOVGtyU2pBemEwbEhTbU5vUldZMmVYcFdhM05NTjNSSWVXa3hYQzlzVUU1SGFFRjNlbGROV0ZOSmJVRXhjWEJFT1V0VVJXbFlRMWxuWEM5WWRpdFRPRGsySWl3aWJXRmpJam9pTm1JM016Y3lZelF6Tmpnek5tRXlNall3TUdZM1pUTmpZakppWVRCaU5tWTFNR1ZoWlRObVkyRTFObVUzTWpSalpUUmpPVEV4TXpaa1ptUTBZMll6WlNKOQ==]]></property><property name="HTTP_ACCEPT_LANGUAGE" fullname="$_SERVER[&quot;HTTP_ACCEPT_LANGUAGE&quot;]" type="string" size="14" encoding="base64"><![CDATA[ZW4tVVMsZW47cT0wLjk=]]></property><property name="HTTP_ACCEPT_ENCODING" fullname="$_SERVER[&quot;HTTP_ACCEPT_ENCODING&quot;]" type="string" size="13" encoding="base64"><![CDATA[Z3ppcCwgZGVmbGF0ZQ==]]></property><property name="HTTP_REFERER" fullname="$_SERVER[&quot;HTTP_REFERER&quot;]" type="string" size="38" encoding="base64"><![CDATA[aHR0cDovL2FwaS50ZXN0L3Byb2plY3RzLzQ2MS90YWJzLzE1ODI=]]></property><property name="HTTP_CONTENT_TYPE" fullname="$_SERVER[&quot;HTTP_CONTENT_TYPE&quot;]" type="string" size="30" encoding="base64"><![CDATA[YXBwbGljYXRpb24vanNvbjtjaGFyc2V0PVVURi04]]></property><property name="HTTP_DNT" fullname="$_SERVER[&quot;HTTP_DNT&quot;]" type="string" size="1" encoding="base64"><![CDATA[MQ==]]></property><property name="HTTP_USER_AGENT" fullname="$_SERVER[&quot;HTTP_USER_AGENT&quot;]" type="string" size="114" encoding="base64"><![CDATA[TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgNi4xOyBXaW42NDsgeDY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvNzQuMC4zNzI5LjEzMSBTYWZhcmkvNTM3LjM2]]></property><property name="HTTP_X_XSRF_TOKEN" fullname="$_SERVER[&quot;HTTP_X_XSRF_TOKEN&quot;]" type="string" size="244" encoding="base64"><![CDATA[ZXlKcGRpSTZJa3BHWmxSTVFVTXdWa2hVWlZweU5tdElVblptTVdjOVBTSXNJblpoYkhWbElqb2lhVzFsU1hObldGUnNiMnhCTTFweVowUjJTVGgwY0c4MWVsTXJlbk5LYURjclNVTkRkVzFuYVZsT2RERlNaMmhrSzFVM2VIVlVPVFptWVhKbVFWQndjeUlzSW0xaFl5STZJbU0wTVRZeE1UVTVaak0wTW1VNFptRTBNalJrTnpBeE9HVmlPR0kzTldObE1XTTNOemt5T0RobE16a3hNakkyWmpreU5qZG1aVGRtT1dJeU9UTmhNVFFpZlE9PQ==]]></property><property name="HTTP_ORIGIN" fullname="$_SERVER[&quot;HTTP_ORIGIN&quot;]" type="string" size="15" encoding="base64"><![CDATA[aHR0cDovL2FwaS50ZXN0]]></property><property name="HTTP_ACCEPT" fullname="$_SERVER[&quot;HTTP_ACCEPT&quot;]" type="string" size="33" encoding="base64"><![CDATA[YXBwbGljYXRpb24vanNvbiwgdGV4dC9wbGFpbiwgKi8q]]></property><property name="HTTP_CONTENT_LENGTH" fullname="$_SERVER[&quot;HTTP_CONTENT_LENGTH&quot;]" type="string" size="2" encoding="base64"><![CDATA[MTc=]]></property><property name="HTTP_CONNECTION" fullname="$_SERVER[&quot;HTTP_CONNECTION&quot;]" type="string" size="10" encoding="base64"><![CDATA[a2VlcC1hbGl2ZQ==]]></property><property name="HTTP_HOST" fullname="$_SERVER[&quot;HTTP_HOST&quot;]" type="string" size="8" encoding="base64"><![CDATA[YXBpLnRlc3Q=]]></property><property name="REDIRECT_STATUS" fullname="$_SERVER[&quot;REDIRECT_STATUS&quot;]" type="string" size="3" encoding="base64"><![CDATA[MjAw]]></property><property name="SERVER_NAME" fullname="$_SERVER[&quot;SERVER_NAME&quot;]" type="string" size="8" encoding="base64"><![CDATA[YXBpLnRlc3Q=]]></property><property name="SERVER_PORT" fullname="$_SERVER[&quot;SERVER_PORT&quot;]" type="string" size="2" encoding="base64"><![CDATA[ODA=]]></property><property name="SERVER_ADDR" fullname="$_SERVER[&quot;SERVER_ADDR&quot;]" type="string" size="13" encoding="base64"><![CDATA[MTkyLjE2OC4xMC4xMA==]]></property><property name="REMOTE_PORT" fullname="$_SERVER[&quot;REMOTE_PORT&quot;]" type="string" size="5" encoding="base64"><![CDATA[NTQ3NzY=]]></property><property name="REMOTE_ADDR" fullname="$_SERVER[&quot;REMOTE_ADDR&quot;]" type="string" size="12" encoding="base64"><![CDATA[MTkyLjE2OC4xMC4x]]></property><property name="SERVER_SOFTWARE" fullname="$_SERVER[&quot;SERVER_SOFTWARE&quot;]" type="string" size="12" encoding="base64"><![CDATA[bmdpbngvMS4xNS44]]></property><property name="GATEWAY_INTERFACE" fullname="$_SERVER[&quot;GATEWAY_INTERFACE&quot;]" type="string" size="7" encoding="base64"><![CDATA[Q0dJLzEuMQ==]]></property><property name="SERVER_PROTOCOL" fullname="$_SERVER[&quot;SERVER_PROTOCOL&quot;]" type="string" size="8" encoding="base64"><![CDATA[SFRUUC8xLjE=]]></property><property name="DOCUMENT_ROOT" fullname="$_SERVER[&quot;DOCUMENT_ROOT&quot;]" type="string" size="29" encoding="base64"><![CDATA[L2hvbWUvdmFncmFudC9jb2RlL2FwaS9wdWJsaWM=]]></property><property name="DOCUMENT_URI" fullname="$_SERVER[&quot;DOCUMENT_URI&quot;]" type="string" size="10" encoding="base64"><![CDATA[L2luZGV4LnBocA==]]></property><property name="REQUEST_URI" fullname="$_SERVER[&quot;REQUEST_URI&quot;]" type="string" size="15" encoding="base64"><![CDATA[L2FwaS9jbG9uZV9pdGVt]]></property><property name="SCRIPT_NAME" fullname="$_SERVER[&quot;SCRIPT_NAME&quot;]" type="string" size="10" encoding="base64"><![CDATA[L2luZGV4LnBocA==]]></property><property name="SCRIPT_FILENAME" fullname="$_SERVER[&quot;SCRIPT_FILENAME&quot;]" type="string" size="39" encoding="base64"><![CDATA[L2hvbWUvdmFncmFudC9jb2RlL2FwaS9wdWJsaWMvaW5kZXgucGhw]]></property><property name="CONTENT_LENGTH" fullname="$_SERVER[&quot;CONTENT_LENGTH&quot;]" type="string" size="2" encoding="base64"><![CDATA[MTc=]]></property><property name="CONTENT_TYPE" fullname="$_SERVER[&quot;CONTENT_TYPE&quot;]" type="string" size="30" encoding="base64"><![CDATA[YXBwbGljYXRpb24vanNvbjtjaGFyc2V0PVVURi04]]></property><property name="REQUEST_METHOD" fullname="$_SERVER[&quot;REQUEST_METHOD&quot;]" type="string" size="4" encoding="base64"><![CDATA[UE9TVA==]]></property></property><property name="$GLOBALS" fullname="$GLOBALS" type="array" children="1" numchildren="13" page="0" pagesize="32"><property name="_GET" fullname="$GLOBALS[&quot;_GET&quot;]" type="array" children="0" numchildren="0"></property><property name="_POST" fullname="$GLOBALS[&quot;_POST&quot;]" type="array" children="0" numchildren="0"></property><property name="_COOKIE" fullname="$GLOBALS[&quot;_COOKIE&quot;]" type="array" children="1" numchildren="2"></property><property name="_FILES" fullname="$GLOBALS[&quot;_FILES&quot;]" type="array" children="0" numchildren="0"></property><property name="_SERVER" fullname="$GLOBALS[&quot;_SERVER&quot;]" type="array" children="1" numchildren="139"></property><property name="_ENV" fullname="$GLOBALS[&quot;_ENV&quot;]" type="array" children="1" numchildren="102"></property><property name="_REQUEST" fullname="$GLOBALS[&quot;_REQUEST&quot;]" type="array" children="0" numchildren="0"></property><property name="app" fullname="$GLOBALS[&quot;app&quot;]" type="object" classname="Illuminate\Foundation\Application" children="1" numchildren="31"></property><property name="kernel" fullname="$GLOBALS[&quot;kernel&quot;]" type="object" classname="App\Http\Kernel" children="1" numchildren="7"></property><property name="request" fullname="$GLOBALS[&quot;request&quot;]" type="object" classname="Illuminate\Http\Request" children="1" numchildren="37"></property><property name="GLOBALS" fullname="$GLOBALS[&quot;GLOBALS&quot;]" type="array" children="1" recursive="1"></property><property name="__composer_autoload_files" fullname="$GLOBALS[&quot;__composer_autoload_files&quot;]" type="array" children="1" numchildren="21"></property></property></response>
[30457]
[30457] <- context_get -i 78 -d 1 -c 2
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="78" context="2"><property name="LARAVEL_START" fullname="LARAVEL_START" type="float" facet="constant"><![CDATA[1556910531.4335]]></property><property name="CHRONOS_SUPPORTS_MICROSECONDS" fullname="CHRONOS_SUPPORTS_MICROSECONDS" type="bool" facet="constant"><![CDATA[1]]></property><property name="NOVA_PATH" fullname="NOVA_PATH" type="string" size="42" facet="constant" encoding="base64"><![CDATA[L2hvbWUvdmFncmFudC9jb2RlL2FwaS92ZW5kb3IvbGFyYXZlbC9ub3Zh]]></property></response>
[30457]
[30457] <- context_get -i 79 -d 0 -c 0
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="79" context="0"><property name="$context" fullname="$context" type="array" children="1" numchildren="2" page="0" pagesize="32"><property name="request" fullname="$context[&quot;request&quot;]" type="object" classname="Illuminate\Http\Request" children="1" numchildren="37"></property><property name="clone" fullname="$context[&quot;clone&quot;]" type="object" classname="App\Models\DocumentPortal\Item" children="1" numchildren="39"></property></property><property name="$file" fullname="$file" type="string" size="74" encoding="base64"><![CDATA[L2hvbWUvdmFncmFudC9jb2RlL2FwaS9hcHAvQVBJL1YxL0NvbnRyb2xsZXJzL0RvY3VtZW50UG9ydGFsL0Nsb25lSXRlbS5waHA=]]></property><property name="$level" fullname="$level" type="int"><![CDATA[2]]></property><property name="$line" fullname="$line" type="int"><![CDATA[14]]></property><property name="$message" fullname="$message" type="string" size="16" encoding="base64"><![CDATA[RGl2aXNpb24gYnkgemVybw==]]></property><property name="$this" fullname="$this" type="object" classname="Illuminate\Foundation\Bootstrap\HandleExceptions" children="1" numchildren="1" page="0" pagesize="32"><property name="app" fullname="$this-&gt;app" facet="protected" type="object" classname="Illuminate\Foundation\Application" children="1" numchildren="31"></property></property></response>
[30457]
[30457] <- context_get -i 80 -d 0 -c 1
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="80" context="1"><property name="$_COOKIE" fullname="$_COOKIE" type="array" children="1" numchildren="2" page="0" pagesize="32"><property name="XSRF-TOKEN" fullname="$_COOKIE[&quot;XSRF-TOKEN&quot;]" type="string" size="244" encoding="base64"><![CDATA[ZXlKcGRpSTZJa3BHWmxSTVFVTXdWa2hVWlZweU5tdElVblptTVdjOVBTSXNJblpoYkhWbElqb2lhVzFsU1hObldGUnNiMnhCTTFweVowUjJTVGgwY0c4MWVsTXJlbk5LYURjclNVTkRkVzFuYVZsT2RERlNaMmhrSzFVM2VIVlVPVFptWVhKbVFWQndjeUlzSW0xaFl5STZJbU0wTVRZeE1UVTVaak0wTW1VNFptRTBNalJrTnpBeE9HVmlPR0kzTldObE1XTTNOemt5T0RobE16a3hNakkyWmpreU5qZG1aVGRtT1dJeU9UTmhNVFFpZlE9PQ==]]></property><property name="newtek_session" fullname="$_COOKIE[&quot;newtek_session&quot;]" type="string" size="244" encoding="base64"><![CDATA[ZXlKcGRpSTZJa3hVVjI5eE0wMUxaR1Y2YTNwV1psRmtSU3QwYUdjOVBTSXNJblpoYkhWbElqb2lOVGtyU2pBemEwbEhTbU5vUldZMmVYcFdhM05NTjNSSWVXa3hYQzlzVUU1SGFFRjNlbGROV0ZOSmJVRXhjWEJFT1V0VVJXbFlRMWxuWEM5WWRpdFRPRGsySWl3aWJXRmpJam9pTm1JM016Y3lZelF6Tmpnek5tRXlNall3TUdZM1pUTmpZakppWVRCaU5tWTFNR1ZoWlRObVkyRTFObVUzTWpSalpUUmpPVEV4TXpaa1ptUTBZMll6WlNKOQ==]]></property></property><property name="$_ENV" fullname="$_ENV" type="array" children="1" numchildren="102" page="0" pagesize="32"><property name="APP_NAME" fullname="$_ENV[&quot;APP_NAME&quot;]" type="string" size="6" encoding="base64"><![CDATA[TmV3dGVr]]></property><property name="APP_ENV" fullname="$_ENV[&quot;APP_ENV&quot;]" type="string" size="5" encoding="base64"><![CDATA[bG9jYWw=]]></property><property name="APP_KEY" fullname="$_ENV[&quot;APP_KEY&quot;]" type="string" size="51" encoding="base64"><![CDATA[YmFzZTY0OmFmR2ROa1REQmg3bHVSczFoeElyTUxCeEg0MkJ6U3I1WFdUVnBVR2txVjA9]]></property><property name="APP_DEBUG" fullname="$_ENV[&quot;APP_DEBUG&quot;]" type="string" size="4" encoding="base64"><![CDATA[dHJ1ZQ==]]></property><property name="APP_LOG" fullname="$_ENV[&quot;APP_LOG&quot;]" type="string" size="5" encoding="base64"><![CDATA[ZGFpbHk=]]></property><property name="APP_LOG_LEVEL" fullname="$_ENV[&quot;APP_LOG_LEVEL&quot;]" type="string" size="5" encoding="base64"><![CDATA[ZGVidWc=]]></property><property name="APP_CUSTOMER_URL" fullname="$_ENV[&quot;APP_CUSTOMER_URL&quot;]" type="string" size="13" encoding="base64"><![CDATA[Y3VzdG9tZXIudGVzdA==]]></property><property name="APP_ADMIN_URL" fullname="$_ENV[&quot;APP_ADMIN_URL&quot;]" type="string" size="8" encoding="base64"><![CDATA[YXBpLnRlc3Q=]]></property><property name="APP_URL" fullname="$_ENV[&quot;APP_URL&quot;]" type="string" size="8" encoding="base64"><![CDATA[YXBpLnRlc3Q=]]></property><property name="SITE" fullname="$_ENV[&quot;SITE&quot;]" type="string" size="8" encoding="base64"><![CDATA[YXBpLnRlc3Q=]]></property><property name="DB_CONNECTION" fullname="$_ENV[&quot;DB_CONNECTION&quot;]" type="string" size="5" encoding="base64"><![CDATA[bXlzcWw=]]></property><property name="DB_HOST" fullname="$_ENV[&quot;DB_HOST&quot;]" type="string" size="9" encoding="base64"><![CDATA[bG9jYWxob3N0]]></property><property name="DB_PORT" fullname="$_ENV[&quot;DB_PORT&quot;]" type="string" size="5" encoding="base64"><![CDATA[MzMwNjA=]]></property><property name="DB_DATABASE" fullname="$_ENV[&quot;DB_DATABASE&quot;]" type="string" size="9" encoding="base64"><![CDATA[aG9tZXN0ZWFk]]></property><property name="DB_USERNAME" fullname="$_ENV[&quot;DB_USERNAME&quot;]" type="string" size="9" encoding="base64"><![CDATA[aG9tZXN0ZWFk]]></property><property name="DB_PASSWORD" fullname="$_ENV[&quot;DB_PASSWORD&quot;]" type="string" size="6" encoding="base64"><![CDATA[c2VjcmV0]]></property><property name="SCOUT_DRIVER" fullname="$_ENV[&quot;SCOUT_DRIVER&quot;]" type="string" size="7" encoding="base64"><![CDATA[YWxnb2xpYQ==]]></property><property name="SCOUT_QUEUE" fullname="$_ENV[&quot;SCOUT_QUEUE&quot;]" type="string" size="5" encoding="base64"><![CDATA[ZmFsc2U=]]></property><property name="ALGOLIA_APP_ID" fullname="$_ENV[&quot;ALGOLIA_APP_ID&quot;]" type="string" size="10" encoding="base64"><![CDATA[SEY5RFVJUEpSSA==]]></property><property name="ALGOLIA_SECRET" fullname="$_ENV[&quot;ALGOLIA_SECRET&quot;]" type="string" size="32" encoding="base64"><![CDATA[YWIwMGU4OTQ3YzdiNGJhMWFlMjQzNjA4ZWNkODM0Yzk=]]></property><property name="BROADCAST_DRIVER" fullname="$_ENV[&quot;BROADCAST_DRIVER&quot;]" type="string" size="3" encoding="base64"><![CDATA[bG9n]]></property><property name="CACHE_DRIVER" fullname="$_ENV[&quot;CACHE_DRIVER&quot;]" type="string" size="4" encoding="base64"><![CDATA[ZmlsZQ==]]></property><property name="SESSION_DRIVER" fullname="$_ENV[&quot;SESSION_DRIVER&quot;]" type="string" size="4" encoding="base64"><![CDATA[ZmlsZQ==]]></property><property name="SESSION_LIFETIME" fullname="$_ENV[&quot;SESSION_LIFETIME&quot;]" type="string" size="3" encoding="base64"><![CDATA[MTIw]]></property><property name="SESSION_DOMAIN" fullname="$_ENV[&quot;SESSION_DOMAIN&quot;]" type="string" size="8" encoding="base64"><![CDATA[YXBpLnRlc3Q=]]></property><property name="QUEUE_DRIVER" fullname="$_ENV[&quot;QUEUE_DRIVER&quot;]" type="string" size="4" encoding="base64"><![CDATA[c3luYw==]]></property><property name="API_PREFIX" fullname="$_ENV[&quot;API_PREFIX&quot;]" type="string" size="3" encoding="base64"><![CDATA[YXBp]]></property><property name="API_SUBTYPE" fullname="$_ENV[&quot;API_SUBTYPE&quot;]" type="string" size="3" encoding="base64"><![CDATA[YXBw]]></property><property name="API_VERSION" fullname="$_ENV[&quot;API_VERSION&quot;]" type="string" size="2" encoding="base64"><![CDATA[djE=]]></property><property name="REDIS_HOST" fullname="$_ENV[&quot;REDIS_HOST&quot;]" type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property><property name="REDIS_PASSWORD" fullname="$_ENV[&quot;REDIS_PASSWORD&quot;]" type="string" size="4" encoding="base64"><![CDATA[bnVsbA==]]></property><property name="REDIS_PORT" fullname="$_ENV[&quot;REDIS_PORT&quot;]" type="string" size="4" encoding="base64"><![CDATA[NjM3OQ==]]></property></property><property name="$_FILES" fullname="$_FILES" type="array" children="0" numchildren="0" page="0" pagesize="32"></property><property name="$_GET" fullname="$_GET" type="array" children="0" numchildren="0" page="0" pagesize="32"></property><property name="$_POST" fullname="$_POST" type="array" children="0" numchildren="0" page="0" pagesize="32"></property><property name="$_REQUEST" fullname="$_REQUEST" type="array" children="0" numchildren="0" page="0" pagesize="32"></property><property name="$_SERVER" fullname="$_SERVER" type="array" children="1" numchildren="139" page="0" pagesize="32"><property name="USER" fullname="$_SERVER[&quot;USER&quot;]" type="string" size="7" encoding="base64"><![CDATA[dmFncmFudA==]]></property><property name="HOME" fullname="$_SERVER[&quot;HOME&quot;]" type="string" size="13" encoding="base64"><![CDATA[L2hvbWUvdmFncmFudA==]]></property><property name="HTTP_COOKIE" fullname="$_SERVER[&quot;HTTP_COOKIE&quot;]" type="string" size="520" encoding="base64"><![CDATA[WFNSRi1UT0tFTj1leUpwZGlJNklrcEdabFJNUVVNd1ZraFVaVnB5Tm10SVVuWm1NV2M5UFNJc0luWmhiSFZsSWpvaWFXMWxTWE5uV0ZSc2IyeEJNMXB5WjBSMlNUaDBjRzgxZWxNcmVuTkthRGNyU1VORGRXMW5hVmxPZERGU1oyaGtLMVUzZUhWVU9UWm1ZWEptUVZCd2N5SXNJbTFoWXlJNkltTTBNVFl4TVRVNVpqTTBNbVU0Wm1FME1qUmtOekF4T0dWaU9HSTNOV05sTVdNM056a3lPRGhsTXpreE1qSTJaamt5TmpkbVpUZG1PV0l5T1ROaE1UUWlmUSUzRCUzRDsgbmV3dGVrX3Nlc3Npb249ZXlKcGRpSTZJa3hVVjI5eE0wMUxaR1Y2YTNwV1psRmtSU3QwYUdjOVBTSXNJblpoYkhWbElqb2lOVGtyU2pBemEwbEhTbU5vUldZMmVYcFdhM05NTjNSSWVXa3hYQzlzVUU1SGFFRjNlbGROV0ZOSmJVRXhjWEJFT1V0VVJXbFlRMWxuWEM5WWRpdFRPRGsySWl3aWJXRmpJam9pTm1JM016Y3lZelF6Tmpnek5tRXlNall3TUdZM1pUTmpZakppWVRCaU5tWTFNR1ZoWlRObVkyRTFObVUzTWpSalpUUmpPVEV4TXpaa1ptUTBZMll6WlNKOQ==]]></property><property name="HTTP_ACCEPT_LANGUAGE" fullname="$_SERVER[&quot;HTTP_ACCEPT_LANGUAGE&quot;]" type="string" size="14" encoding="base64"><![CDATA[ZW4tVVMsZW47cT0wLjk=]]></property><property name="HTTP_ACCEPT_ENCODING" fullname="$_SERVER[&quot;HTTP_ACCEPT_ENCODING&quot;]" type="string" size="13" encoding="base64"><![CDATA[Z3ppcCwgZGVmbGF0ZQ==]]></property><property name="HTTP_REFERER" fullname="$_SERVER[&quot;HTTP_REFERER&quot;]" type="string" size="38" encoding="base64"><![CDATA[aHR0cDovL2FwaS50ZXN0L3Byb2plY3RzLzQ2MS90YWJzLzE1ODI=]]></property><property name="HTTP_CONTENT_TYPE" fullname="$_SERVER[&quot;HTTP_CONTENT_TYPE&quot;]" type="string" size="30" encoding="base64"><![CDATA[YXBwbGljYXRpb24vanNvbjtjaGFyc2V0PVVURi04]]></property><property name="HTTP_DNT" fullname="$_SERVER[&quot;HTTP_DNT&quot;]" type="string" size="1" encoding="base64"><![CDATA[MQ==]]></property><property name="HTTP_USER_AGENT" fullname="$_SERVER[&quot;HTTP_USER_AGENT&quot;]" type="string" size="114" encoding="base64"><![CDATA[TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgNi4xOyBXaW42NDsgeDY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvNzQuMC4zNzI5LjEzMSBTYWZhcmkvNTM3LjM2]]></property><property name="HTTP_X_XSRF_TOKEN" fullname="$_SERVER[&quot;HTTP_X_XSRF_TOKEN&quot;]" type="string" size="244" encoding="base64"><![CDATA[ZXlKcGRpSTZJa3BHWmxSTVFVTXdWa2hVWlZweU5tdElVblptTVdjOVBTSXNJblpoYkhWbElqb2lhVzFsU1hObldGUnNiMnhCTTFweVowUjJTVGgwY0c4MWVsTXJlbk5LYURjclNVTkRkVzFuYVZsT2RERlNaMmhrSzFVM2VIVlVPVFptWVhKbVFWQndjeUlzSW0xaFl5STZJbU0wTVRZeE1UVTVaak0wTW1VNFptRTBNalJrTnpBeE9HVmlPR0kzTldObE1XTTNOemt5T0RobE16a3hNakkyWmpreU5qZG1aVGRtT1dJeU9UTmhNVFFpZlE9PQ==]]></property><property name="HTTP_ORIGIN" fullname="$_SERVER[&quot;HTTP_ORIGIN&quot;]" type="string" size="15" encoding="base64"><![CDATA[aHR0cDovL2FwaS50ZXN0]]></property><property name="HTTP_ACCEPT" fullname="$_SERVER[&quot;HTTP_ACCEPT&quot;]" type="string" size="33" encoding="base64"><![CDATA[YXBwbGljYXRpb24vanNvbiwgdGV4dC9wbGFpbiwgKi8q]]></property><property name="HTTP_CONTENT_LENGTH" fullname="$_SERVER[&quot;HTTP_CONTENT_LENGTH&quot;]" type="string" size="2" encoding="base64"><![CDATA[MTc=]]></property><property name="HTTP_CONNECTION" fullname="$_SERVER[&quot;HTTP_CONNECTION&quot;]" type="string" size="10" encoding="base64"><![CDATA[a2VlcC1hbGl2ZQ==]]></property><property name="HTTP_HOST" fullname="$_SERVER[&quot;HTTP_HOST&quot;]" type="string" size="8" encoding="base64"><![CDATA[YXBpLnRlc3Q=]]></property><property name="REDIRECT_STATUS" fullname="$_SERVER[&quot;REDIRECT_STATUS&quot;]" type="string" size="3" encoding="base64"><![CDATA[MjAw]]></property><property name="SERVER_NAME" fullname="$_SERVER[&quot;SERVER_NAME&quot;]" type="string" size="8" encoding="base64"><![CDATA[YXBpLnRlc3Q=]]></property><property name="SERVER_PORT" fullname="$_SERVER[&quot;SERVER_PORT&quot;]" type="string" size="2" encoding="base64"><![CDATA[ODA=]]></property><property name="SERVER_ADDR" fullname="$_SERVER[&quot;SERVER_ADDR&quot;]" type="string" size="13" encoding="base64"><![CDATA[MTkyLjE2OC4xMC4xMA==]]></property><property name="REMOTE_PORT" fullname="$_SERVER[&quot;REMOTE_PORT&quot;]" type="string" size="5" encoding="base64"><![CDATA[NTQ3NzY=]]></property><property name="REMOTE_ADDR" fullname="$_SERVER[&quot;REMOTE_ADDR&quot;]" type="string" size="12" encoding="base64"><![CDATA[MTkyLjE2OC4xMC4x]]></property><property name="SERVER_SOFTWARE" fullname="$_SERVER[&quot;SERVER_SOFTWARE&quot;]" type="string" size="12" encoding="base64"><![CDATA[bmdpbngvMS4xNS44]]></property><property name="GATEWAY_INTERFACE" fullname="$_SERVER[&quot;GATEWAY_INTERFACE&quot;]" type="string" size="7" encoding="base64"><![CDATA[Q0dJLzEuMQ==]]></property><property name="SERVER_PROTOCOL" fullname="$_SERVER[&quot;SERVER_PROTOCOL&quot;]" type="string" size="8" encoding="base64"><![CDATA[SFRUUC8xLjE=]]></property><property name="DOCUMENT_ROOT" fullname="$_SERVER[&quot;DOCUMENT_ROOT&quot;]" type="string" size="29" encoding="base64"><![CDATA[L2hvbWUvdmFncmFudC9jb2RlL2FwaS9wdWJsaWM=]]></property><property name="DOCUMENT_URI" fullname="$_SERVER[&quot;DOCUMENT_URI&quot;]" type="string" size="10" encoding="base64"><![CDATA[L2luZGV4LnBocA==]]></property><property name="REQUEST_URI" fullname="$_SERVER[&quot;REQUEST_URI&quot;]" type="string" size="15" encoding="base64"><![CDATA[L2FwaS9jbG9uZV9pdGVt]]></property><property name="SCRIPT_NAME" fullname="$_SERVER[&quot;SCRIPT_NAME&quot;]" type="string" size="10" encoding="base64"><![CDATA[L2luZGV4LnBocA==]]></property><property name="SCRIPT_FILENAME" fullname="$_SERVER[&quot;SCRIPT_FILENAME&quot;]" type="string" size="39" encoding="base64"><![CDATA[L2hvbWUvdmFncmFudC9jb2RlL2FwaS9wdWJsaWMvaW5kZXgucGhw]]></property><property name="CONTENT_LENGTH" fullname="$_SERVER[&quot;CONTENT_LENGTH&quot;]" type="string" size="2" encoding="base64"><![CDATA[MTc=]]></property><property name="CONTENT_TYPE" fullname="$_SERVER[&quot;CONTENT_TYPE&quot;]" type="string" size="30" encoding="base64"><![CDATA[YXBwbGljYXRpb24vanNvbjtjaGFyc2V0PVVURi04]]></property><property name="REQUEST_METHOD" fullname="$_SERVER[&quot;REQUEST_METHOD&quot;]" type="string" size="4" encoding="base64"><![CDATA[UE9TVA==]]></property></property><property name="$GLOBALS" fullname="$GLOBALS" type="array" children="1" numchildren="13" page="0" pagesize="32"><property name="_GET" fullname="$GLOBALS[&quot;_GET&quot;]" type="array" children="0" numchildren="0"></property><property name="_POST" fullname="$GLOBALS[&quot;_POST&quot;]" type="array" children="0" numchildren="0"></property><property name="_COOKIE" fullname="$GLOBALS[&quot;_COOKIE&quot;]" type="array" children="1" numchildren="2"></property><property name="_FILES" fullname="$GLOBALS[&quot;_FILES&quot;]" type="array" children="0" numchildren="0"></property><property name="_SERVER" fullname="$GLOBALS[&quot;_SERVER&quot;]" type="array" children="1" numchildren="139"></property><property name="_ENV" fullname="$GLOBALS[&quot;_ENV&quot;]" type="array" children="1" numchildren="102"></property><property name="_REQUEST" fullname="$GLOBALS[&quot;_REQUEST&quot;]" type="array" children="0" numchildren="0"></property><property name="app" fullname="$GLOBALS[&quot;app&quot;]" type="object" classname="Illuminate\Foundation\Application" children="1" numchildren="31"></property><property name="kernel" fullname="$GLOBALS[&quot;kernel&quot;]" type="object" classname="App\Http\Kernel" children="1" numchildren="7"></property><property name="request" fullname="$GLOBALS[&quot;request&quot;]" type="object" classname="Illuminate\Http\Request" children="1" numchildren="37"></property><property name="GLOBALS" fullname="$GLOBALS[&quot;GLOBALS&quot;]" type="array" children="1" recursive="1"></property><property name="__composer_autoload_files" fullname="$GLOBALS[&quot;__composer_autoload_files&quot;]" type="array" children="1" numchildren="21"></property></property></response>
[30457]
[30457] <- context_get -i 81 -d 0 -c 2
[30457] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="81" context="2"><property name="LARAVEL_START" fullname="LARAVEL_START" type="float" facet="constant"><![CDATA[1556910531.4335]]></property><property name="CHRONOS_SUPPORTS_MICROSECONDS" fullname="CHRONOS_SUPPORTS_MICROSECONDS" type="bool" facet="constant"><![CDATA[1]]></property><property name="NOVA_PATH" fullname="NOVA_PATH" type="string" size="42" facet="constant" encoding="base64"><![CDATA[L2hvbWUvdmFncmFudC9jb2RlL2FwaS92ZW5kb3IvbGFyYXZlbC9ub3Zh]]></property></response>
[30457]
xdebug.log (160,421 bytes)   
launch.json (799 bytes)   
{
  // Use IntelliSense to learn about possible attributes.
  // Hover to view descriptions of existing attributes.
  // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
  "version": "0.2.0",
  "configurations": [
    {
      "name": "Listen for XDebug",
      "type": "php",
      "request": "launch",
      "port": 9000
    },
    {
      "name": "Listen for XDebug on Homestead",
      "type": "php",
      "request": "launch",
      "pathMappings": {
        "/home/vagrant/code": "/Users/jpfingst/Documents/bit/"
      },
      "port": 9001
    },
    {
      "name": "Launch currently open script",
      "type": "php",
      "request": "launch",
      "program": "${file}",
      "cwd": "${fileDirname}",
      "port": 9000
    }
  ]
}
launch.json (799 bytes)   
xdebug.ini (160 bytes)   
zend_extension=xdebug.so
xdebug.remote_enable=1
xdebug.remote_autostart=1
xdebug.remote_host=10.0.2.2
xdebug.remote_port=9001
xdebug.remote_log=/tmp/xdebug.log
xdebug.ini (160 bytes)   
Operating SystemUbuntu 18.04
PHP Version7.3.0-7.3.1

Activities

jpfingst

2019-05-03 19:39

reporter   ~0005014

Visual Studio Code
Version: 1.33.1 (user setup)
Commit: 51b0b28134d51361cf996d2f0a1c698247aeabd8
Date: 2019-04-11T08:27:14.102Z
Electron: 3.1.6
Chrome: 66.0.3359.181
Node.js: 10.2.0
V8: 6.6.346.32
OS: Windows_NT x64 6.1.7601

jpfingst

2019-05-03 20:03

reporter   ~0005015

If I set stop_on_entry, I am able to step through/over/into without problems.

jpfingst

2019-05-03 20:43

reporter   ~0005016

I tried adding xdebug.idekey=VSCODE, but that didn't seem to have any affect.

derick

2019-06-28 11:31

administrator   ~0005045

The log shows that you're setting breakpoints with these file names:

c:/Users/jpfingst/Documents/bit/api/app/API/V1/Controllers/DocumentPortal/CloneItem.php

But, if you look at the init packet, it shows:

fileuri="file:///home/vagrant/code/api/public/index.php"

Because you are running code in a Vagrant machine, the paths that Xdebug sees (starting with /home/vagrant/code) don't match which you can see with VS Code (starting with c:/Users/jp...bit). You need to tell VSCode to make a path mapping between these two paths. You made an attempt, but I think you just forgot the c: in front of /Users/jpginst in your launch.json. As this is not a bug, and rather an issue with VSCode configuration I am closing out this bug report.

jpfingst

2019-06-28 19:33

reporter   ~0005050

OMG! Thanks for the second set of eyes. Priceless.

Issue History

Date Modified Username Field Change
2019-05-03 19:30 jpfingst New Issue
2019-05-03 19:30 jpfingst File Added: xdebug.log
2019-05-03 19:30 jpfingst File Added: launch.json
2019-05-03 19:36 jpfingst File Added: xdebug.ini
2019-05-03 19:39 jpfingst Note Added: 0005014
2019-05-03 20:03 jpfingst Note Added: 0005015
2019-05-03 20:43 jpfingst Note Added: 0005016
2019-06-28 11:31 derick Assigned To => derick
2019-06-28 11:31 derick Status new => resolved
2019-06-28 11:31 derick Resolution open => fixed
2019-06-28 11:31 derick Note Added: 0005045
2019-06-28 19:33 jpfingst Note Added: 0005050
2020-03-12 16:33 derick Category Remote Debugging => Step Debugging