Hint: the function $\lfloor x \rfloor$ is discontinuous at integer values of $x$ and continuous elsewhere, so:
- $\lfloor \tfrac{1}{x}+1 \rfloor$ is discontinuous if $\tfrac{1}{x}+1$ is an integer and continuous elsewhere;
- $\lfloor \tfrac{1}{x+1} \rfloor$ is discontinuous if $\tfrac{1}{x+1}$ is an integer and continuous elsewhere.
Note: you probably meant one of these two (see comment), but both are interesting to consider.
Addition after comment
So you meant $\lfloor \tfrac{1}{x+1} \rfloor$ and (see above) you want to know when $\tfrac{1}{x+1}$ is an integer, so when
$$\frac{1}{x+1} =k$$
for some $k \in \mathbb{Z}$. Solve for $x$ to see when this happens.