From an old notebook, I found a question mark (not known existing how many years) about a contradition between the integral form and the original exponential decaying function $f(t)$.
$$ f(t)=\begin{cases} e^{-bt},& t\ge 0\\ 0 & t<0 \end{cases} $$ where $b>0$ and $f(0)=1$. The Fourier transform of $f(t)$ is $$ \mathcal{F}[f(t)](\omega)=\frac{1}{j\omega+b}, $$
But if $f(t)$ is recovered by inverse transform from $F(\omega)$ \begin{align} f(t)&=\frac{1}{2\pi}\int_{-\infty}^{\infty}\frac{1}{j\omega+b}e^{j\omega t}\mathrm d\omega\\ &=\frac{1}{2\pi}\int_{-\infty}^{\infty}\frac{b\cos{\omega t}+\omega\sin{\omega t}}{\omega^2+b^2}\mathrm d\omega\\ &=\begin{cases} 0 & \text{ for } t<0 \text{ (this integral is a bit complexed to solve) }\\ \frac{1}{2\pi}\left[\arctan\frac{\omega}{b}\right]_{-\infty}^{\infty}=\frac12 & \text{ for } t=0\\ e^{-bt} & \text{ for } t>0 \end{cases} \end{align}
where in the second case $t=0$, $f(t)$ becomes only $\frac12\ne e^{-bt}|_{t=0}=1$.
Where in the steps lost the other half?
This is part of the Gibb's phenomenon. It is more thoroughly explained there, but the short version is:
These changes caused by a jump discontinuity, at $x = x_0$, say, are:
For your function, \begin{align*} \lim_{t \rightarrow 0^-} f(t) &= 0 \text{ and } \\ \lim_{t \rightarrow 0^+} f(t) &= 1 \text{.} \end{align*} So we expect the inverse Fourier transform of the Fourier transform of $f$ to be a function having $f(0) = \frac{0+1}{2} = 1/2$.