As noted in the comments, $f(x) = |x|$ is not differentiable at $x = 0$ and thus whatever the derivative $f'$ as a function may be, it isn't continuous at $x = 0$ either because $f'(0)$ doesn't exist. The added complication in this case is that
$$\lim_{x \to 0} f'(x)$$
does not exist either.
It is relatively straight forward to construct a function with countably many points $\{ p_i \}$ where the derivative doesn't exist, even if all of the limits
$$\lim_{x \to p_i} f'(x)$$
exist.
For example
$$f(x) = \begin{cases} 0, & \lfloor x \rfloor \text{ is even } \\
1, & \lfloor x \rfloor \text{ is odd } \end{cases}
$$
For all $x \in \mathbb R - \mathbb Z$, the derivative exists and is identically zero. Thus the limits
$$\lim_{x \to n} f'(x) = 0 \quad \text{ for all integer } n$$
If this isn't the kind of discontinuity you are interested in, please clarify.