Hello together,
i have the following problem. I tried to debug managed code with the help of Visual Studio 2013. But my breakpoints are not getting hit.
The following preparations had been done server side:
1) Installation of remotetools for Microsoft Visual Studio 2013 Update 4 on Application Object Server
2) Started Remote Debugger as Administrator on Application Object Server
3) Checked AX Server Configuration
-> Breakpoints enabled
-> Global breakpoints enabled
The following preparations had been done on my Client:
1) Client Configuration set to current AOS
-> Breakpoints enabled
-> Global breakpoints enabled
2) Business connector set to current AOS
-> Breakpoints enabled
-> Global breakpoints enabled
3) Full CIL Compile
4) executeBusinessOperationsInCLRSession = true
5) Start Visual Studio 2013
- Navigate to my class which will be executed
- Set breakpoint (F9) -> Red Point is shown
- Debug -> Attach to process -> Choose AX32Serv.exe on Server
- Confirm Security warning with "Attach"
- Breakpoint changes from Red Point to Red Point (White filled, with warning. Warning: Breakpoint will not be reached. No Symbols are loaded for this document)
Maybe anybody is able to help me. Thank you very much.