View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001663 | Xdebug | Step Debugging | public | 2019-05-03 19:30 | 2019-06-28 19:33 |
Reporter | jpfingst | Assigned To | derick | ||
Priority | normal | Severity | block | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 2.7.0rc1 | ||||
Summary | 0001663: 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. | ||||
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 | ||||
Tags | No 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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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["XSRF-TOKEN"]" type="string" size="244" encoding="base64"><![CDATA[ZXlKcGRpSTZJa3BHWmxSTVFVTXdWa2hVWlZweU5tdElVblptTVdjOVBTSXNJblpoYkhWbElqb2lhVzFsU1hObldGUnNiMnhCTTFweVowUjJTVGgwY0c4MWVsTXJlbk5LYURjclNVTkRkVzFuYVZsT2RERlNaMmhrSzFVM2VIVlVPVFptWVhKbVFWQndjeUlzSW0xaFl5STZJbU0wTVRZeE1UVTVaak0wTW1VNFptRTBNalJrTnpBeE9HVmlPR0kzTldObE1XTTNOemt5T0RobE16a3hNakkyWmpreU5qZG1aVGRtT1dJeU9UTmhNVFFpZlE9PQ==]]></property><property name="newtek_session" fullname="$_COOKIE["newtek_session"]" 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["APP_NAME"]" type="string" size="6" encoding="base64"><![CDATA[TmV3dGVr]]></property><property name="APP_ENV" fullname="$_ENV["APP_ENV"]" type="string" size="5" encoding="base64"><![CDATA[bG9jYWw=]]></property><property name="APP_KEY" fullname="$_ENV["APP_KEY"]" type="string" size="51" encoding="base64"><![CDATA[YmFzZTY0OmFmR2ROa1REQmg3bHVSczFoeElyTUxCeEg0MkJ6U3I1WFdUVnBVR2txVjA9]]></property><property name="APP_DEBUG" fullname="$_ENV["APP_DEBUG"]" type="string" size="4" encoding="base64"><![CDATA[dHJ1ZQ==]]></property><property name="APP_LOG" fullname="$_ENV["APP_LOG"]" type="string" size="5" encoding="base64"><![CDATA[ZGFpbHk=]]></property><property name="APP_LOG_LEVEL" fullname="$_ENV["APP_LOG_LEVEL"]" type="string" size="5" encoding="base64"><![CDATA[ZGVidWc=]]></property><property name="APP_CUSTOMER_URL" fullname="$_ENV["APP_CUSTOMER_URL"]" type="string" size="13" encoding="base64"><![CDATA[Y3VzdG9tZXIudGVzdA==]]></property><property name="APP_ADMIN_URL" fullname="$_ENV["APP_ADMIN_URL"]" type="string" size="8" encoding="base64"><![CDATA[YXBpLnRlc3Q=]]></property><property name="APP_URL" fullname="$_ENV["APP_URL"]" type="string" size="8" encoding="base64"><![CDATA[YXBpLnRlc3Q=]]></property><property name="SITE" fullname="$_ENV["SITE"]" type="string" size="8" encoding="base64"><![CDATA[YXBpLnRlc3Q=]]></property><property name="DB_CONNECTION" fullname="$_ENV["DB_CONNECTION"]" type="string" size="5" encoding="base64"><![CDATA[bXlzcWw=]]></property><property name="DB_HOST" fullname="$_ENV["DB_HOST"]" type="string" size="9" encoding="base64"><![CDATA[bG9jYWxob3N0]]></property><property name="DB_PORT" fullname="$_ENV["DB_PORT"]" type="string" size="5" encoding="base64"><![CDATA[MzMwNjA=]]></property><property name="DB_DATABASE" fullname="$_ENV["DB_DATABASE"]" type="string" size="9" encoding="base64"><![CDATA[aG9tZXN0ZWFk]]></property><property name="DB_USERNAME" fullname="$_ENV["DB_USERNAME"]" type="string" size="9" encoding="base64"><![CDATA[aG9tZXN0ZWFk]]></property><property name="DB_PASSWORD" fullname="$_ENV["DB_PASSWORD"]" type="string" size="6" encoding="base64"><![CDATA[c2VjcmV0]]></property><property name="SCOUT_DRIVER" fullname="$_ENV["SCOUT_DRIVER"]" type="string" size="7" encoding="base64"><![CDATA[YWxnb2xpYQ==]]></property><property name="SCOUT_QUEUE" fullname="$_ENV["SCOUT_QUEUE"]" type="string" size="5" encoding="base64"><![CDATA[ZmFsc2U=]]></property><property name="ALGOLIA_APP_ID" fullname="$_ENV["ALGOLIA_APP_ID"]" type="string" size="10" encoding="base64"><![CDATA[SEY5RFVJUEpSSA==]]></property><property name="ALGOLIA_SECRET" fullname="$_ENV["ALGOLIA_SECRET"]" type="string" size="32" encoding="base64"><![CDATA[YWIwMGU4OTQ3YzdiNGJhMWFlMjQzNjA4ZWNkODM0Yzk=]]></property><property name="BROADCAST_DRIVER" fullname="$_ENV["BROADCAST_DRIVER"]" type="string" size="3" encoding="base64"><![CDATA[bG9n]]></property><property name="CACHE_DRIVER" fullname="$_ENV["CACHE_DRIVER"]" type="string" size="4" encoding="base64"><![CDATA[ZmlsZQ==]]></property><property name="SESSION_DRIVER" fullname="$_ENV["SESSION_DRIVER"]" type="string" size="4" encoding="base64"><![CDATA[ZmlsZQ==]]></property><property name="SESSION_LIFETIME" fullname="$_ENV["SESSION_LIFETIME"]" type="string" size="3" encoding="base64"><![CDATA[MTIw]]></property><property name="SESSION_DOMAIN" fullname="$_ENV["SESSION_DOMAIN"]" type="string" size="8" encoding="base64"><![CDATA[YXBpLnRlc3Q=]]></property><property name="QUEUE_DRIVER" fullname="$_ENV["QUEUE_DRIVER"]" type="string" size="4" encoding="base64"><![CDATA[c3luYw==]]></property><property name="API_PREFIX" fullname="$_ENV["API_PREFIX"]" type="string" size="3" encoding="base64"><![CDATA[YXBp]]></property><property name="API_SUBTYPE" fullname="$_ENV["API_SUBTYPE"]" type="string" size="3" encoding="base64"><![CDATA[YXBw]]></property><property name="API_VERSION" fullname="$_ENV["API_VERSION"]" type="string" size="2" encoding="base64"><![CDATA[djE=]]></property><property name="REDIS_HOST" fullname="$_ENV["REDIS_HOST"]" type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property><property name="REDIS_PASSWORD" fullname="$_ENV["REDIS_PASSWORD"]" type="string" size="4" encoding="base64"><![CDATA[bnVsbA==]]></property><property name="REDIS_PORT" fullname="$_ENV["REDIS_PORT"]" 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["USER"]" type="string" size="7" encoding="base64"><![CDATA[dmFncmFudA==]]></property><property name="HOME" fullname="$_SERVER["HOME"]" type="string" size="13" encoding="base64"><![CDATA[L2hvbWUvdmFncmFudA==]]></property><property name="HTTP_COOKIE" fullname="$_SERVER["HTTP_COOKIE"]" type="string" size="520" encoding="base64"><![CDATA[WFNSRi1UT0tFTj1leUpwZGlJNklrcEdabFJNUVVNd1ZraFVaVnB5Tm10SVVuWm1NV2M5UFNJc0luWmhiSFZsSWpvaWFXMWxTWE5uV0ZSc2IyeEJNMXB5WjBSMlNUaDBjRzgxZWxNcmVuTkthRGNyU1VORGRXMW5hVmxPZERGU1oyaGtLMVUzZUhWVU9UWm1ZWEptUVZCd2N5SXNJbTFoWXlJNkltTTBNVFl4TVRVNVpqTTBNbVU0Wm1FME1qUmtOekF4T0dWaU9HSTNOV05sTVdNM056a3lPRGhsTXpreE1qSTJaamt5TmpkbVpUZG1PV0l5T1ROaE1UUWlmUSUzRCUzRDsgbmV3dGVrX3Nlc3Npb249ZXlKcGRpSTZJa3hVVjI5eE0wMUxaR1Y2YTNwV1psRmtSU3QwYUdjOVBTSXNJblpoYkhWbElqb2lOVGtyU2pBemEwbEhTbU5vUldZMmVYcFdhM05NTjNSSWVXa3hYQzlzVUU1SGFFRjNlbGROV0ZOSmJVRXhjWEJFT1V0VVJXbFlRMWxuWEM5WWRpdFRPRGsySWl3aWJXRmpJam9pTm1JM016Y3lZelF6Tmpnek5tRXlNall3TUdZM1pUTmpZakppWVRCaU5tWTFNR1ZoWlRObVkyRTFObVUzTWpSalpUUmpPVEV4TXpaa1ptUTBZMll6WlNKOQ==]]></property><property name="HTTP_ACCEPT_LANGUAGE" fullname="$_SERVER["HTTP_ACCEPT_LANGUAGE"]" type="string" size="14" encoding="base64"><![CDATA[ZW4tVVMsZW47cT0wLjk=]]></property><property name="HTTP_ACCEPT_ENCODING" fullname="$_SERVER["HTTP_ACCEPT_ENCODING"]" type="string" size="13" encoding="base64"><![CDATA[Z3ppcCwgZGVmbGF0ZQ==]]></property><property name="HTTP_REFERER" fullname="$_SERVER["HTTP_REFERER"]" type="string" size="38" encoding="base64"><![CDATA[aHR0cDovL2FwaS50ZXN0L3Byb2plY3RzLzQ2MS90YWJzLzE1ODI=]]></property><property name="HTTP_CONTENT_TYPE" fullname="$_SERVER["HTTP_CONTENT_TYPE"]" type="string" size="30" encoding="base64"><![CDATA[YXBwbGljYXRpb24vanNvbjtjaGFyc2V0PVVURi04]]></property><property name="HTTP_DNT" fullname="$_SERVER["HTTP_DNT"]" type="string" size="1" encoding="base64"><![CDATA[MQ==]]></property><property name="HTTP_USER_AGENT" fullname="$_SERVER["HTTP_USER_AGENT"]" type="string" size="114" encoding="base64"><![CDATA[TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgNi4xOyBXaW42NDsgeDY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvNzQuMC4zNzI5LjEzMSBTYWZhcmkvNTM3LjM2]]></property><property name="HTTP_X_XSRF_TOKEN" fullname="$_SERVER["HTTP_X_XSRF_TOKEN"]" type="string" size="244" encoding="base64"><![CDATA[ZXlKcGRpSTZJa3BHWmxSTVFVTXdWa2hVWlZweU5tdElVblptTVdjOVBTSXNJblpoYkhWbElqb2lhVzFsU1hObldGUnNiMnhCTTFweVowUjJTVGgwY0c4MWVsTXJlbk5LYURjclNVTkRkVzFuYVZsT2RERlNaMmhrSzFVM2VIVlVPVFptWVhKbVFWQndjeUlzSW0xaFl5STZJbU0wTVRZeE1UVTVaak0wTW1VNFptRTBNalJrTnpBeE9HVmlPR0kzTldObE1XTTNOemt5T0RobE16a3hNakkyWmpreU5qZG1aVGRtT1dJeU9UTmhNVFFpZlE9PQ==]]></property><property name="HTTP_ORIGIN" fullname="$_SERVER["HTTP_ORIGIN"]" type="string" size="15" encoding="base64"><![CDATA[aHR0cDovL2FwaS50ZXN0]]></property><property name="HTTP_ACCEPT" fullname="$_SERVER["HTTP_ACCEPT"]" type="string" size="33" encoding="base64"><![CDATA[YXBwbGljYXRpb24vanNvbiwgdGV4dC9wbGFpbiwgKi8q]]></property><property name="HTTP_CONTENT_LENGTH" fullname="$_SERVER["HTTP_CONTENT_LENGTH"]" type="string" size="2" encoding="base64"><![CDATA[MTc=]]></property><property name="HTTP_CONNECTION" fullname="$_SERVER["HTTP_CONNECTION"]" type="string" size="10" encoding="base64"><![CDATA[a2VlcC1hbGl2ZQ==]]></property><property name="HTTP_HOST" fullname="$_SERVER["HTTP_HOST"]" type="string" size="8" encoding="base64"><![CDATA[YXBpLnRlc3Q=]]></property><property name="REDIRECT_STATUS" fullname="$_SERVER["REDIRECT_STATUS"]" type="string" size="3" encoding="base64"><![CDATA[MjAw]]></property><property name="SERVER_NAME" fullname="$_SERVER["SERVER_NAME"]" type="string" size="8" encoding="base64"><![CDATA[YXBpLnRlc3Q=]]></property><property name="SERVER_PORT" fullname="$_SERVER["SERVER_PORT"]" type="string" size="2" encoding="base64"><![CDATA[ODA=]]></property><property name="SERVER_ADDR" fullname="$_SERVER["SERVER_ADDR"]" type="string" size="13" encoding="base64"><![CDATA[MTkyLjE2OC4xMC4xMA==]]></property><property name="REMOTE_PORT" fullname="$_SERVER["REMOTE_PORT"]" type="string" size="5" encoding="base64"><![CDATA[NTQ3NzY=]]></property><property name="REMOTE_ADDR" fullname="$_SERVER["REMOTE_ADDR"]" type="string" size="12" encoding="base64"><![CDATA[MTkyLjE2OC4xMC4x]]></property><property name="SERVER_SOFTWARE" fullname="$_SERVER["SERVER_SOFTWARE"]" type="string" size="12" encoding="base64"><![CDATA[bmdpbngvMS4xNS44]]></property><property name="GATEWAY_INTERFACE" fullname="$_SERVER["GATEWAY_INTERFACE"]" type="string" size="7" encoding="base64"><![CDATA[Q0dJLzEuMQ==]]></property><property name="SERVER_PROTOCOL" fullname="$_SERVER["SERVER_PROTOCOL"]" type="string" size="8" encoding="base64"><![CDATA[SFRUUC8xLjE=]]></property><property name="DOCUMENT_ROOT" fullname="$_SERVER["DOCUMENT_ROOT"]" type="string" size="29" encoding="base64"><![CDATA[L2hvbWUvdmFncmFudC9jb2RlL2FwaS9wdWJsaWM=]]></property><property name="DOCUMENT_URI" fullname="$_SERVER["DOCUMENT_URI"]" type="string" size="10" encoding="base64"><![CDATA[L2luZGV4LnBocA==]]></property><property name="REQUEST_URI" fullname="$_SERVER["REQUEST_URI"]" type="string" size="15" encoding="base64"><![CDATA[L2FwaS9jbG9uZV9pdGVt]]></property><property name="SCRIPT_NAME" fullname="$_SERVER["SCRIPT_NAME"]" type="string" size="10" encoding="base64"><![CDATA[L2luZGV4LnBocA==]]></property><property name="SCRIPT_FILENAME" fullname="$_SERVER["SCRIPT_FILENAME"]" type="string" size="39" encoding="base64"><![CDATA[L2hvbWUvdmFncmFudC9jb2RlL2FwaS9wdWJsaWMvaW5kZXgucGhw]]></property><property name="CONTENT_LENGTH" fullname="$_SERVER["CONTENT_LENGTH"]" type="string" size="2" encoding="base64"><![CDATA[MTc=]]></property><property name="CONTENT_TYPE" fullname="$_SERVER["CONTENT_TYPE"]" type="string" size="30" encoding="base64"><![CDATA[YXBwbGljYXRpb24vanNvbjtjaGFyc2V0PVVURi04]]></property><property name="REQUEST_METHOD" fullname="$_SERVER["REQUEST_METHOD"]" 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["_GET"]" type="array" children="0" numchildren="0"></property><property name="_POST" fullname="$GLOBALS["_POST"]" type="array" children="0" numchildren="0"></property><property name="_COOKIE" fullname="$GLOBALS["_COOKIE"]" type="array" children="1" numchildren="2"></property><property name="_FILES" fullname="$GLOBALS["_FILES"]" type="array" children="0" numchildren="0"></property><property name="_SERVER" fullname="$GLOBALS["_SERVER"]" type="array" children="1" numchildren="139"></property><property name="_ENV" fullname="$GLOBALS["_ENV"]" type="array" children="1" numchildren="102"></property><property name="_REQUEST" fullname="$GLOBALS["_REQUEST"]" type="array" children="0" numchildren="0"></property><property name="app" fullname="$GLOBALS["app"]" type="object" classname="Illuminate\Foundation\Application" children="1" numchildren="31"></property><property name="kernel" fullname="$GLOBALS["kernel"]" type="object" classname="App\Http\Kernel" children="1" numchildren="7"></property><property name="request" fullname="$GLOBALS["request"]" type="object" classname="Illuminate\Http\Request" children="1" numchildren="37"></property><property name="GLOBALS" fullname="$GLOBALS["GLOBALS"]" type="array" children="1" recursive="1"></property><property name="__composer_autoload_files" fullname="$GLOBALS["__composer_autoload_files"]" 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["request"]" type="object" classname="Illuminate\Http\Request" children="1" numchildren="37"></property><property name="clone" fullname="$context["clone"]" 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->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["XSRF-TOKEN"]" type="string" size="244" encoding="base64"><![CDATA[ZXlKcGRpSTZJa3BHWmxSTVFVTXdWa2hVWlZweU5tdElVblptTVdjOVBTSXNJblpoYkhWbElqb2lhVzFsU1hObldGUnNiMnhCTTFweVowUjJTVGgwY0c4MWVsTXJlbk5LYURjclNVTkRkVzFuYVZsT2RERlNaMmhrSzFVM2VIVlVPVFptWVhKbVFWQndjeUlzSW0xaFl5STZJbU0wTVRZeE1UVTVaak0wTW1VNFptRTBNalJrTnpBeE9HVmlPR0kzTldObE1XTTNOemt5T0RobE16a3hNakkyWmpreU5qZG1aVGRtT1dJeU9UTmhNVFFpZlE9PQ==]]></property><property name="newtek_session" fullname="$_COOKIE["newtek_session"]" 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["APP_NAME"]" type="string" size="6" encoding="base64"><![CDATA[TmV3dGVr]]></property><property name="APP_ENV" fullname="$_ENV["APP_ENV"]" type="string" size="5" encoding="base64"><![CDATA[bG9jYWw=]]></property><property name="APP_KEY" fullname="$_ENV["APP_KEY"]" type="string" size="51" encoding="base64"><![CDATA[YmFzZTY0OmFmR2ROa1REQmg3bHVSczFoeElyTUxCeEg0MkJ6U3I1WFdUVnBVR2txVjA9]]></property><property name="APP_DEBUG" fullname="$_ENV["APP_DEBUG"]" type="string" size="4" encoding="base64"><![CDATA[dHJ1ZQ==]]></property><property name="APP_LOG" fullname="$_ENV["APP_LOG"]" type="string" size="5" encoding="base64"><![CDATA[ZGFpbHk=]]></property><property name="APP_LOG_LEVEL" fullname="$_ENV["APP_LOG_LEVEL"]" type="string" size="5" encoding="base64"><![CDATA[ZGVidWc=]]></property><property name="APP_CUSTOMER_URL" fullname="$_ENV["APP_CUSTOMER_URL"]" type="string" size="13" encoding="base64"><![CDATA[Y3VzdG9tZXIudGVzdA==]]></property><property name="APP_ADMIN_URL" fullname="$_ENV["APP_ADMIN_URL"]" type="string" size="8" encoding="base64"><![CDATA[YXBpLnRlc3Q=]]></property><property name="APP_URL" fullname="$_ENV["APP_URL"]" type="string" size="8" encoding="base64"><![CDATA[YXBpLnRlc3Q=]]></property><property name="SITE" fullname="$_ENV["SITE"]" type="string" size="8" encoding="base64"><![CDATA[YXBpLnRlc3Q=]]></property><property name="DB_CONNECTION" fullname="$_ENV["DB_CONNECTION"]" type="string" size="5" encoding="base64"><![CDATA[bXlzcWw=]]></property><property name="DB_HOST" fullname="$_ENV["DB_HOST"]" type="string" size="9" encoding="base64"><![CDATA[bG9jYWxob3N0]]></property><property name="DB_PORT" fullname="$_ENV["DB_PORT"]" type="string" size="5" encoding="base64"><![CDATA[MzMwNjA=]]></property><property name="DB_DATABASE" fullname="$_ENV["DB_DATABASE"]" type="string" size="9" encoding="base64"><![CDATA[aG9tZXN0ZWFk]]></property><property name="DB_USERNAME" fullname="$_ENV["DB_USERNAME"]" type="string" size="9" encoding="base64"><![CDATA[aG9tZXN0ZWFk]]></property><property name="DB_PASSWORD" fullname="$_ENV["DB_PASSWORD"]" type="string" size="6" encoding="base64"><![CDATA[c2VjcmV0]]></property><property name="SCOUT_DRIVER" fullname="$_ENV["SCOUT_DRIVER"]" type="string" size="7" encoding="base64"><![CDATA[YWxnb2xpYQ==]]></property><property name="SCOUT_QUEUE" fullname="$_ENV["SCOUT_QUEUE"]" type="string" size="5" encoding="base64"><![CDATA[ZmFsc2U=]]></property><property name="ALGOLIA_APP_ID" fullname="$_ENV["ALGOLIA_APP_ID"]" type="string" size="10" encoding="base64"><![CDATA[SEY5RFVJUEpSSA==]]></property><property name="ALGOLIA_SECRET" fullname="$_ENV["ALGOLIA_SECRET"]" type="string" size="32" encoding="base64"><![CDATA[YWIwMGU4OTQ3YzdiNGJhMWFlMjQzNjA4ZWNkODM0Yzk=]]></property><property name="BROADCAST_DRIVER" fullname="$_ENV["BROADCAST_DRIVER"]" type="string" size="3" encoding="base64"><![CDATA[bG9n]]></property><property name="CACHE_DRIVER" fullname="$_ENV["CACHE_DRIVER"]" type="string" size="4" encoding="base64"><![CDATA[ZmlsZQ==]]></property><property name="SESSION_DRIVER" fullname="$_ENV["SESSION_DRIVER"]" type="string" size="4" encoding="base64"><![CDATA[ZmlsZQ==]]></property><property name="SESSION_LIFETIME" fullname="$_ENV["SESSION_LIFETIME"]" type="string" size="3" encoding="base64"><![CDATA[MTIw]]></property><property name="SESSION_DOMAIN" fullname="$_ENV["SESSION_DOMAIN"]" type="string" size="8" encoding="base64"><![CDATA[YXBpLnRlc3Q=]]></property><property name="QUEUE_DRIVER" fullname="$_ENV["QUEUE_DRIVER"]" type="string" size="4" encoding="base64"><![CDATA[c3luYw==]]></property><property name="API_PREFIX" fullname="$_ENV["API_PREFIX"]" type="string" size="3" encoding="base64"><![CDATA[YXBp]]></property><property name="API_SUBTYPE" fullname="$_ENV["API_SUBTYPE"]" type="string" size="3" encoding="base64"><![CDATA[YXBw]]></property><property name="API_VERSION" fullname="$_ENV["API_VERSION"]" type="string" size="2" encoding="base64"><![CDATA[djE=]]></property><property name="REDIS_HOST" fullname="$_ENV["REDIS_HOST"]" type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property><property name="REDIS_PASSWORD" fullname="$_ENV["REDIS_PASSWORD"]" type="string" size="4" encoding="base64"><![CDATA[bnVsbA==]]></property><property name="REDIS_PORT" fullname="$_ENV["REDIS_PORT"]" 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["USER"]" type="string" size="7" encoding="base64"><![CDATA[dmFncmFudA==]]></property><property name="HOME" fullname="$_SERVER["HOME"]" type="string" size="13" encoding="base64"><![CDATA[L2hvbWUvdmFncmFudA==]]></property><property name="HTTP_COOKIE" fullname="$_SERVER["HTTP_COOKIE"]" type="string" size="520" encoding="base64"><![CDATA[WFNSRi1UT0tFTj1leUpwZGlJNklrcEdabFJNUVVNd1ZraFVaVnB5Tm10SVVuWm1NV2M5UFNJc0luWmhiSFZsSWpvaWFXMWxTWE5uV0ZSc2IyeEJNMXB5WjBSMlNUaDBjRzgxZWxNcmVuTkthRGNyU1VORGRXMW5hVmxPZERGU1oyaGtLMVUzZUhWVU9UWm1ZWEptUVZCd2N5SXNJbTFoWXlJNkltTTBNVFl4TVRVNVpqTTBNbVU0Wm1FME1qUmtOekF4T0dWaU9HSTNOV05sTVdNM056a3lPRGhsTXpreE1qSTJaamt5TmpkbVpUZG1PV0l5T1ROaE1UUWlmUSUzRCUzRDsgbmV3dGVrX3Nlc3Npb249ZXlKcGRpSTZJa3hVVjI5eE0wMUxaR1Y2YTNwV1psRmtSU3QwYUdjOVBTSXNJblpoYkhWbElqb2lOVGtyU2pBemEwbEhTbU5vUldZMmVYcFdhM05NTjNSSWVXa3hYQzlzVUU1SGFFRjNlbGROV0ZOSmJVRXhjWEJFT1V0VVJXbFlRMWxuWEM5WWRpdFRPRGsySWl3aWJXRmpJam9pTm1JM016Y3lZelF6Tmpnek5tRXlNall3TUdZM1pUTmpZakppWVRCaU5tWTFNR1ZoWlRObVkyRTFObVUzTWpSalpUUmpPVEV4TXpaa1ptUTBZMll6WlNKOQ==]]></property><property name="HTTP_ACCEPT_LANGUAGE" fullname="$_SERVER["HTTP_ACCEPT_LANGUAGE"]" type="string" size="14" encoding="base64"><![CDATA[ZW4tVVMsZW47cT0wLjk=]]></property><property name="HTTP_ACCEPT_ENCODING" fullname="$_SERVER["HTTP_ACCEPT_ENCODING"]" type="string" size="13" encoding="base64"><![CDATA[Z3ppcCwgZGVmbGF0ZQ==]]></property><property name="HTTP_REFERER" fullname="$_SERVER["HTTP_REFERER"]" type="string" size="38" encoding="base64"><![CDATA[aHR0cDovL2FwaS50ZXN0L3Byb2plY3RzLzQ2MS90YWJzLzE1ODI=]]></property><property name="HTTP_CONTENT_TYPE" fullname="$_SERVER["HTTP_CONTENT_TYPE"]" type="string" size="30" encoding="base64"><![CDATA[YXBwbGljYXRpb24vanNvbjtjaGFyc2V0PVVURi04]]></property><property name="HTTP_DNT" fullname="$_SERVER["HTTP_DNT"]" type="string" size="1" encoding="base64"><![CDATA[MQ==]]></property><property name="HTTP_USER_AGENT" fullname="$_SERVER["HTTP_USER_AGENT"]" type="string" size="114" encoding="base64"><![CDATA[TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgNi4xOyBXaW42NDsgeDY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvNzQuMC4zNzI5LjEzMSBTYWZhcmkvNTM3LjM2]]></property><property name="HTTP_X_XSRF_TOKEN" fullname="$_SERVER["HTTP_X_XSRF_TOKEN"]" type="string" size="244" encoding="base64"><![CDATA[ZXlKcGRpSTZJa3BHWmxSTVFVTXdWa2hVWlZweU5tdElVblptTVdjOVBTSXNJblpoYkhWbElqb2lhVzFsU1hObldGUnNiMnhCTTFweVowUjJTVGgwY0c4MWVsTXJlbk5LYURjclNVTkRkVzFuYVZsT2RERlNaMmhrSzFVM2VIVlVPVFptWVhKbVFWQndjeUlzSW0xaFl5STZJbU0wTVRZeE1UVTVaak0wTW1VNFptRTBNalJrTnpBeE9HVmlPR0kzTldObE1XTTNOemt5T0RobE16a3hNakkyWmpreU5qZG1aVGRtT1dJeU9UTmhNVFFpZlE9PQ==]]></property><property name="HTTP_ORIGIN" fullname="$_SERVER["HTTP_ORIGIN"]" type="string" size="15" encoding="base64"><![CDATA[aHR0cDovL2FwaS50ZXN0]]></property><property name="HTTP_ACCEPT" fullname="$_SERVER["HTTP_ACCEPT"]" type="string" size="33" encoding="base64"><![CDATA[YXBwbGljYXRpb24vanNvbiwgdGV4dC9wbGFpbiwgKi8q]]></property><property name="HTTP_CONTENT_LENGTH" fullname="$_SERVER["HTTP_CONTENT_LENGTH"]" type="string" size="2" encoding="base64"><![CDATA[MTc=]]></property><property name="HTTP_CONNECTION" fullname="$_SERVER["HTTP_CONNECTION"]" type="string" size="10" encoding="base64"><![CDATA[a2VlcC1hbGl2ZQ==]]></property><property name="HTTP_HOST" fullname="$_SERVER["HTTP_HOST"]" type="string" size="8" encoding="base64"><![CDATA[YXBpLnRlc3Q=]]></property><property name="REDIRECT_STATUS" fullname="$_SERVER["REDIRECT_STATUS"]" type="string" size="3" encoding="base64"><![CDATA[MjAw]]></property><property name="SERVER_NAME" fullname="$_SERVER["SERVER_NAME"]" type="string" size="8" encoding="base64"><![CDATA[YXBpLnRlc3Q=]]></property><property name="SERVER_PORT" fullname="$_SERVER["SERVER_PORT"]" type="string" size="2" encoding="base64"><![CDATA[ODA=]]></property><property name="SERVER_ADDR" fullname="$_SERVER["SERVER_ADDR"]" type="string" size="13" encoding="base64"><![CDATA[MTkyLjE2OC4xMC4xMA==]]></property><property name="REMOTE_PORT" fullname="$_SERVER["REMOTE_PORT"]" type="string" size="5" encoding="base64"><![CDATA[NTQ3NzY=]]></property><property name="REMOTE_ADDR" fullname="$_SERVER["REMOTE_ADDR"]" type="string" size="12" encoding="base64"><![CDATA[MTkyLjE2OC4xMC4x]]></property><property name="SERVER_SOFTWARE" fullname="$_SERVER["SERVER_SOFTWARE"]" type="string" size="12" encoding="base64"><![CDATA[bmdpbngvMS4xNS44]]></property><property name="GATEWAY_INTERFACE" fullname="$_SERVER["GATEWAY_INTERFACE"]" type="string" size="7" encoding="base64"><![CDATA[Q0dJLzEuMQ==]]></property><property name="SERVER_PROTOCOL" fullname="$_SERVER["SERVER_PROTOCOL"]" type="string" size="8" encoding="base64"><![CDATA[SFRUUC8xLjE=]]></property><property name="DOCUMENT_ROOT" fullname="$_SERVER["DOCUMENT_ROOT"]" type="string" size="29" encoding="base64"><![CDATA[L2hvbWUvdmFncmFudC9jb2RlL2FwaS9wdWJsaWM=]]></property><property name="DOCUMENT_URI" fullname="$_SERVER["DOCUMENT_URI"]" type="string" size="10" encoding="base64"><![CDATA[L2luZGV4LnBocA==]]></property><property name="REQUEST_URI" fullname="$_SERVER["REQUEST_URI"]" type="string" size="15" encoding="base64"><![CDATA[L2FwaS9jbG9uZV9pdGVt]]></property><property name="SCRIPT_NAME" fullname="$_SERVER["SCRIPT_NAME"]" type="string" size="10" encoding="base64"><![CDATA[L2luZGV4LnBocA==]]></property><property name="SCRIPT_FILENAME" fullname="$_SERVER["SCRIPT_FILENAME"]" type="string" size="39" encoding="base64"><![CDATA[L2hvbWUvdmFncmFudC9jb2RlL2FwaS9wdWJsaWMvaW5kZXgucGhw]]></property><property name="CONTENT_LENGTH" fullname="$_SERVER["CONTENT_LENGTH"]" type="string" size="2" encoding="base64"><![CDATA[MTc=]]></property><property name="CONTENT_TYPE" fullname="$_SERVER["CONTENT_TYPE"]" type="string" size="30" encoding="base64"><![CDATA[YXBwbGljYXRpb24vanNvbjtjaGFyc2V0PVVURi04]]></property><property name="REQUEST_METHOD" fullname="$_SERVER["REQUEST_METHOD"]" 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["_GET"]" type="array" children="0" numchildren="0"></property><property name="_POST" fullname="$GLOBALS["_POST"]" type="array" children="0" numchildren="0"></property><property name="_COOKIE" fullname="$GLOBALS["_COOKIE"]" type="array" children="1" numchildren="2"></property><property name="_FILES" fullname="$GLOBALS["_FILES"]" type="array" children="0" numchildren="0"></property><property name="_SERVER" fullname="$GLOBALS["_SERVER"]" type="array" children="1" numchildren="139"></property><property name="_ENV" fullname="$GLOBALS["_ENV"]" type="array" children="1" numchildren="102"></property><property name="_REQUEST" fullname="$GLOBALS["_REQUEST"]" type="array" children="0" numchildren="0"></property><property name="app" fullname="$GLOBALS["app"]" type="object" classname="Illuminate\Foundation\Application" children="1" numchildren="31"></property><property name="kernel" fullname="$GLOBALS["kernel"]" type="object" classname="App\Http\Kernel" children="1" numchildren="7"></property><property name="request" fullname="$GLOBALS["request"]" type="object" classname="Illuminate\Http\Request" children="1" numchildren="37"></property><property name="GLOBALS" fullname="$GLOBALS["GLOBALS"]" type="array" children="1" recursive="1"></property><property name="__composer_autoload_files" fullname="$GLOBALS["__composer_autoload_files"]" 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] 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 } ] } 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 | ||||
Operating System | Ubuntu 18.04 | ||||
PHP Version | 7.3.0-7.3.1 | ||||
|
Visual Studio Code |
|
If I set stop_on_entry, I am able to step through/over/into without problems. |
|
I tried adding xdebug.idekey=VSCODE, but that didn't seem to have any affect. |
|
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. |
|
OMG! Thanks for the second set of eyes. Priceless. |
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 |