Re: Problem with BP's

2017-08-20 Thread Rainer Schuetze via Digitalmars-d-debugger
On 20.08.2017 20:26, Johnson Jones wrote: On Friday, 18 August 2017 at 06:43:37 UTC, Rainer Schuetze wrote: On 18.08.2017 00:41, Johnson Jones wrote: I was doing something strange ;/ I had code like mixin(import("Myfile.d")); CallSomeFunctionInMyFile(); And no BP's could be hit in side

Re: Problem with BP's

2017-08-18 Thread Rainer Schuetze via Digitalmars-d-debugger
On 18.08.2017 02:05, Johnson Jones wrote: On Friday, 18 August 2017 at 00:02:23 UTC, Johnson Jones wrote: On Thursday, 17 August 2017 at 22:41:51 UTC, Johnson Jones wrote: I was doing something strange ;/ I had code like mixin(import("Myfile.d")); CallSomeFunctionInMyFile(); And no BP's

Re: Problem with BP's

2017-08-17 Thread Johnson Jones via Digitalmars-d-debugger
On Friday, 18 August 2017 at 00:02:23 UTC, Johnson Jones wrote: On Thursday, 17 August 2017 at 22:41:51 UTC, Johnson Jones wrote: I was doing something strange ;/ I had code like mixin(import("Myfile.d")); CallSomeFunctionInMyFile(); And no BP's could be hit in side the function call. D

Re: Problem with BP's

2017-08-17 Thread Johnson Jones via Digitalmars-d-debugger
On Thursday, 17 August 2017 at 22:41:51 UTC, Johnson Jones wrote: I was doing something strange ;/ I had code like mixin(import("Myfile.d")); CallSomeFunctionInMyFile(); And no BP's could be hit in side the function call. D would say that there was an error in the symbols for the project.

Problem with BP's

2017-08-17 Thread Johnson Jones via Digitalmars-d-debugger
I was doing something strange ;/ I had code like mixin(import("Myfile.d")); CallSomeFunctionInMyFile(); And no BP's could be hit in side the function call. D would say that there was an error in the symbols for the project. but making MyFile.d a module(adding module MyFile; at the top)