CodeAssurance`
CodeAssurance`
DeveloperOn
enables searching for developer paclets in the directories listed in $DeveloperPath.
Details and Options
- DeveloperOn[] typically enables searching in $DeveloperDirectory since this is contained in $DeveloperPath by default.
- DeveloperOn[] effectively performs PacletDirectoryLoad/@$DeveloperPath while returning the list of directories that will now be searched when locating paclets.
Examples
In[1]:=1

✖
https://wolfram.com/xid/0plltho70uhmz4y0i0u9-1ltgob
Basic Examples (1)
Create a DeveloperOnExample paclet but without entering developer mode.
In[1]:=1

✖
https://wolfram.com/xid/0plltho70uhmz4y0i0u9-2vzmk5
Out[1]=1

Because developer mode was not entered during the paclet's creation, it cannot be immediately seen:
In[2]:=2

✖
https://wolfram.com/xid/0plltho70uhmz4y0i0u9-zigfel
Out[2]=2

In[3]:=3

✖
https://wolfram.com/xid/0plltho70uhmz4y0i0u9-hw5tus
Out[3]=3

Now the developer paclet can be seen:
In[4]:=4

✖
https://wolfram.com/xid/0plltho70uhmz4y0i0u9-e7htfn
Out[4]=4

Delete the created developer paclet.
In[5]:=5

✖
https://wolfram.com/xid/0plltho70uhmz4y0i0u9-z4lxvj
In[6]:=6

✖
https://wolfram.com/xid/0plltho70uhmz4y0i0u9-253c18
Out[6]=6

Tech Notes
▪
▪