Minor issue with dump from Debugger

BlitzMax Forums/BlitzMax Bug Reports/Minor issue with dump from Debugger

Doing some work on the Project Studio debugger and noticed the following dump issue:

File in root path:
StackTrace{
@D://CodeFile1.bmx<3,1>
Function CodeFile1


File in subfolder:
StackTrace{
@D:/Test/CodeFile1.bmx<3,1>
Function CodeFile1
}


Note the extra forward slash in the root folder. As said not a biggie.