![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /proc/self/root/usr/local/lib/node_modules/mediasoup/worker/deps/json/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?> <AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010"> <Type Name="nlohmann::basic_json<*>"> <DisplayString Condition="m_type == nlohmann::detail::value_t::null">null</DisplayString> <DisplayString Condition="m_type == nlohmann::detail::value_t::object">{*(m_value.object)}</DisplayString> <DisplayString Condition="m_type == nlohmann::detail::value_t::array">{*(m_value.array)}</DisplayString> <DisplayString Condition="m_type == nlohmann::detail::value_t::string">{*(m_value.string)}</DisplayString> <DisplayString Condition="m_type == nlohmann::detail::value_t::boolean">{m_value.boolean}</DisplayString> <DisplayString Condition="m_type == nlohmann::detail::value_t::number_integer">{m_value.number_integer}</DisplayString> <DisplayString Condition="m_type == nlohmann::detail::value_t::number_unsigned">{m_value.number_unsigned}</DisplayString> <DisplayString Condition="m_type == nlohmann::detail::value_t::number_float">{m_value.number_float}</DisplayString> <DisplayString Condition="m_type == nlohmann::detail::value_t::discarded">discarded</DisplayString> <Expand> <ExpandedItem Condition="m_type == nlohmann::detail::value_t::object"> *(m_value.object),view(simple) </ExpandedItem> <ExpandedItem Condition="m_type == nlohmann::detail::value_t::array"> *(m_value.array),view(simple) </ExpandedItem> </Expand> </Type> <!-- skip the pair first/second members in the treeview while traversing a map. Only works in VS 2015 Update 2 and beyond using the new visualization --> <Type Name="std::pair<*, nlohmann::basic_json<*>>" IncludeView="MapHelper"> <DisplayString>{second}</DisplayString> <Expand> <ExpandedItem>second</ExpandedItem> </Expand> </Type> </AutoVisualizer>